modflowapi


Namemodflowapi JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summarymodflowapi is an extension to the xmipy Python package
upload_time2023-04-20 13:39:46
maintainer
docs_urlNone
author
requires_python>=3.8
licenseCC0
keywords modflow groundwater hydrogeology bmi xmi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # modflowapi

`modflowapi` is an extension to [xmipy](https://pypi.org/project/xmipy/) for the MODFLOW API.

The `modflowapi` can be used to access functionality in the eXtended Model Interface (XMI) wrapper (XmiWrapper) 
and additional functionality specific to the MODFLOW API. Currently it is a joint development of the USGS and Deltares.

Use of modflowapi and modflowapi extensions can be found in the [Quickstart](examples/notebooks/Quickstart.ipynb) and the [Extensions](examples/notebooks/MODFLOW-API_extensions_objects.ipynb) Notebooks. An example of using the MODFLOW API to monitor heads during a simulation can be found in the [Head Monitor Example](examples/notebooks/Head_Monitor_Example.ipynb) Notebook. 


`modflowapi` can be installed by running

```
pip install modflowapi
```

or

```
conda install -c conda-forge modflowapi
```

### Citation

Hughes, Joseph D., Russcher, M. J., Langevin, C. D., Morway, E. D. and McDonald, R. R., 2022, The MODFLOW Application Programming Interface for simulationcontrol and software interoperability: Environmental Modelling & Software, v. 148, p. 105257, [doi:10.1016/j.envsoft.2021.105257](https://doi.org/10.1016/j.envsoft.2021.105257).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "modflowapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "\"Joseph D. Hughes\" <jdhughes@usgs.gov>",
    "keywords": "MODFLOW,groundwater,hydrogeology,bmi,xmi",
    "author": "",
    "author_email": "\"Joseph D. Hughes\" <jdhughes@usgs.gov>, Martijn Russcher <Martijn.Russcher@deltares.nl>, \"Christian D. Langevin\" <langevin@usgs.gov>, Julian Hofer <Julian.Hofer@deltares.nl>, \"Joshua D. Larsen\" <jlarsen@usgs.gov>",
    "download_url": "https://files.pythonhosted.org/packages/50/3b/3a38d0dc50e265309cd225ee448b999149d1c08496792e33e23398043ea4/modflowapi-0.1.0.tar.gz",
    "platform": null,
    "description": "# modflowapi\n\n`modflowapi` is an extension to [xmipy](https://pypi.org/project/xmipy/) for the MODFLOW API.\n\nThe `modflowapi` can be used to access functionality in the eXtended Model Interface (XMI) wrapper (XmiWrapper) \nand additional functionality specific to the MODFLOW API. Currently it is a joint development of the USGS and Deltares.\n\nUse of modflowapi and modflowapi extensions can be found in the [Quickstart](examples/notebooks/Quickstart.ipynb) and the [Extensions](examples/notebooks/MODFLOW-API_extensions_objects.ipynb) Notebooks. An example of using the MODFLOW API to monitor heads during a simulation can be found in the [Head Monitor Example](examples/notebooks/Head_Monitor_Example.ipynb) Notebook. \n\n\n`modflowapi` can be installed by running\n\n```\npip install modflowapi\n```\n\nor\n\n```\nconda install -c conda-forge modflowapi\n```\n\n### Citation\n\nHughes, Joseph D., Russcher, M. J., Langevin, C. D., Morway, E. D. and McDonald, R. R., 2022, The MODFLOW Application Programming Interface for simulationcontrol and software interoperability: Environmental Modelling & Software, v. 148, p. 105257, [doi:10.1016/j.envsoft.2021.105257](https://doi.org/10.1016/j.envsoft.2021.105257).\n",
    "bugtrack_url": null,
    "license": "CC0",
    "summary": "modflowapi is an extension to the xmipy Python package",
    "version": "0.1.0",
    "split_keywords": [
        "modflow",
        "groundwater",
        "hydrogeology",
        "bmi",
        "xmi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c63fc186ec25f11203e71723d357891cec707fba0f7584dd8fa98a0fb72c5e13",
                "md5": "aa68bb2c87c76508daa591b94db38a10",
                "sha256": "5b40a3f942da9a4691e28671483aa2d3db8f04321c987a038c04f51efea8b6bc"
            },
            "downloads": -1,
            "filename": "modflowapi-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aa68bb2c87c76508daa591b94db38a10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21577,
            "upload_time": "2023-04-20T13:39:44",
            "upload_time_iso_8601": "2023-04-20T13:39:44.378510Z",
            "url": "https://files.pythonhosted.org/packages/c6/3f/c186ec25f11203e71723d357891cec707fba0f7584dd8fa98a0fb72c5e13/modflowapi-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "503b3a38d0dc50e265309cd225ee448b999149d1c08496792e33e23398043ea4",
                "md5": "d6043e231f1866a5aef36d4ee1943f83",
                "sha256": "b214b22d1881940b6c42586681baa6595c63d93664a5508a9ab9afd75f784d23"
            },
            "downloads": -1,
            "filename": "modflowapi-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d6043e231f1866a5aef36d4ee1943f83",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 32178,
            "upload_time": "2023-04-20T13:39:46",
            "upload_time_iso_8601": "2023-04-20T13:39:46.010569Z",
            "url": "https://files.pythonhosted.org/packages/50/3b/3a38d0dc50e265309cd225ee448b999149d1c08496792e33e23398043ea4/modflowapi-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-20 13:39:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "modflowapi"
}
        
Elapsed time: 0.05601s