Skip to main content

MPilot is a plugin-based, environmental modeling framework

Project description

MPilot (beta)

MPilot is a plugin-based, environmental modeling framework based on a bottom-up, many-to-many workflow that can be represented by a directed (not iterating) graph. MPilot is descended from the Environmental Evaluation Modeling System (EEMS), which was initially a fuzzy logic modeling package based on EMDS.

MPilot Documentation

Installing

MPilot with EEMS can be installed with pip:

$ pip install mpilot

In order to run MPilot with NetCDF datasets, you'll need to install the NetCDF variant:

$ pip install mpilot[netcdf]

Creating models

MPilot models are contained in "command files", using a simple scripting language. Here is an example model, which loads two columns of integer data from a CSV file, sums them, and writes the result to a second CSV file.

A = EEMSRead(
    InFileName = "input.csv",
    InFieldName = "A",
    DataType = "Integer"
)
B = EEMSRead(
    InFileName = "input.csv",
    InFieldName = "B",
    DataType = "Integer"
)
APlusB = Sum(
    InFieldNames = [A, B]
)
Out = EEMSWrite(
    OutFileName = "output.csv",
    OutFieldNames = [A, B, APlusB]
)

Running models

Models are run using the included mpilot program. The following commands will run a model using the EEMS CSV library and using the EEMS NetCDF library respectively:

$ mpilot eems-csv model.mpt
$ mpilot eems-netcdf model.mpt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpilot-1.0.0b19.tar.gz (21.6 kB view details)

Uploaded Source

Built Distribution

mpilot-1.0.0b19-py2.py3-none-any.whl (27.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file mpilot-1.0.0b19.tar.gz.

File metadata

  • Download URL: mpilot-1.0.0b19.tar.gz
  • Upload date:
  • Size: 21.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.9.4 Linux/5.4.0-1043-azure

File hashes

Hashes for mpilot-1.0.0b19.tar.gz
Algorithm Hash digest
SHA256 9e9a78bc0490f2bf5d68be05e5ee9ea3777a1ccb016a97f4d2bfa765c95bb8ea
MD5 5f2a5fa7060f456f04b9c7958058b04c
BLAKE2b-256 1b0a026a0057d216f74076ae0ff46287438298b42fa3a6315b76648738c0d44e

See more details on using hashes here.

File details

Details for the file mpilot-1.0.0b19-py2.py3-none-any.whl.

File metadata

  • Download URL: mpilot-1.0.0b19-py2.py3-none-any.whl
  • Upload date:
  • Size: 27.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.9.4 Linux/5.4.0-1043-azure

File hashes

Hashes for mpilot-1.0.0b19-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e7d74a90b85e16bca33f114d17cb30e8883088b84aebf9100383a7840e40e672
MD5 53908fc9d124d516682f1820a2aa4796
BLAKE2b-256 7ebf4799474fe9ceca6e889a51818b3f8da7370bf165ee90d92db6daef89d0e6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page