imod


Nameimod JSON
Version 0.18.1 PyPI version JSON
download
home_pageNone
SummaryMake massive MODFLOW models!
upload_time2024-11-20 12:13:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) Deltares Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords groundwater modeling imod modflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/lifecycle-maturing-blue
   :target: https://www.tidyverse.org/lifecycle/
.. image:: https://dpcbuild.deltares.nl/app/rest/builds/buildType:id:iMOD6_IMODPython_Windows_Tests/statusIcon.svg
   :target: https://github.com/Deltares/imod-python/commits/master/
.. image:: https://img.shields.io/pypi/l/imod
   :target: https://choosealicense.com/licenses/mit/
.. image:: https://img.shields.io/conda/vn/conda-forge/imod.svg
   :target: https://github.com/conda-forge/imod-feedstock

The ``imod`` Python package is an open source project to make working with
MODFLOW groundwater models in Python easier. It builds on top of popular
packages such as `xarray`_, `pandas`_, `geopandas`_, `dask`_,  and `rasterio`_
to provide a versatile toolset for working with (large) groundwater (modeling)
data:

* Preparing and modifying data from a variety of GIS, scientific, and MODFLOW
  file formats;
* Writing data to MODFLOW-based models;
* Selecting and evaluating for e.g. time series comparison or water budgets;
* Visualizing cross sections, time series, or 3D animations.
  
We currently support the following MODFLOW-based models:

* `USGS MODFLOW 6`_, structured (DIS) and discretization by vertices (DISV)
  grids only, and not all advanced stress packages (only LAK and UZF)
* `iMOD-WQ`_, which integrates SEAWAT (density-dependent
  groundwater flow) and MT3DMS (multi-species reactive transport calculations)
* `iMODFLOW`_

Development currently focuses on supporting more Modflow 6 functionalities. 

This Python package is developed primarily by the Groundwater Management Group
at `Deltares`_. It is used together with a broader set of open source tools and
standards for reproducible modeling and data analysis:

* `Git`_: version control of (Python) scripts;
* `DVC`_: version control of data, on top of Git;
* `netCDF`_: open standard of a flexible, self describing data format;
* `Snakemake`_: workflow manager to turn a collection of scripts into a
  workflow.

Documentation: https://deltares.github.io/imod-python

Source code: https://github.com/Deltares/imod-python

Issues: https://github.com/Deltares/imod-python/issues

.. _Deltares: https://www.deltares.nl
.. _dask: https://dask.org/
.. _xarray: http://xarray.pydata.org/
.. _pandas: http://pandas.pydata.org/
.. _rasterio: https://rasterio.readthedocs.io/en/latest/
.. _geopandas: http://geopandas.org/
.. _Git: https://git-scm.com/
.. _DVC: https://dvc.org/
.. _netCDF: https://www.unidata.ucar.edu/software/netcdf/
.. _Snakemake: https://snakemake.readthedocs.io/en/stable/
.. _USGS MODFLOW 6: https://www.usgs.gov/software/modflow-6-usgs-modular-hydrologic-model
.. _iMODFLOW: https://oss.deltares.nl/web/imod
.. _iMOD-WQ: https://oss.deltares.nl/web/imod

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "imod",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Deltares <huite.bootsma@deltares.nl>",
    "keywords": "groundwater modeling, imod, modflow",
    "author": null,
    "author_email": "Deltares <huite.bootsma@deltares.nl>",
    "download_url": "https://files.pythonhosted.org/packages/29/de/8363b39e0598d089a0694b7479513390bacf8279e4c455e3a79f662c1d7a/imod-0.18.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/badge/lifecycle-maturing-blue\n   :target: https://www.tidyverse.org/lifecycle/\n.. image:: https://dpcbuild.deltares.nl/app/rest/builds/buildType:id:iMOD6_IMODPython_Windows_Tests/statusIcon.svg\n   :target: https://github.com/Deltares/imod-python/commits/master/\n.. image:: https://img.shields.io/pypi/l/imod\n   :target: https://choosealicense.com/licenses/mit/\n.. image:: https://img.shields.io/conda/vn/conda-forge/imod.svg\n   :target: https://github.com/conda-forge/imod-feedstock\n\nThe ``imod`` Python package is an open source project to make working with\nMODFLOW groundwater models in Python easier. It builds on top of popular\npackages such as `xarray`_, `pandas`_, `geopandas`_, `dask`_,  and `rasterio`_\nto provide a versatile toolset for working with (large) groundwater (modeling)\ndata:\n\n* Preparing and modifying data from a variety of GIS, scientific, and MODFLOW\n  file formats;\n* Writing data to MODFLOW-based models;\n* Selecting and evaluating for e.g. time series comparison or water budgets;\n* Visualizing cross sections, time series, or 3D animations.\n  \nWe currently support the following MODFLOW-based models:\n\n* `USGS MODFLOW 6`_, structured (DIS) and discretization by vertices (DISV)\n  grids only, and not all advanced stress packages (only LAK and UZF)\n* `iMOD-WQ`_, which integrates SEAWAT (density-dependent\n  groundwater flow) and MT3DMS (multi-species reactive transport calculations)\n* `iMODFLOW`_\n\nDevelopment currently focuses on supporting more Modflow 6 functionalities. \n\nThis Python package is developed primarily by the Groundwater Management Group\nat `Deltares`_. It is used together with a broader set of open source tools and\nstandards for reproducible modeling and data analysis:\n\n* `Git`_: version control of (Python) scripts;\n* `DVC`_: version control of data, on top of Git;\n* `netCDF`_: open standard of a flexible, self describing data format;\n* `Snakemake`_: workflow manager to turn a collection of scripts into a\n  workflow.\n\nDocumentation: https://deltares.github.io/imod-python\n\nSource code: https://github.com/Deltares/imod-python\n\nIssues: https://github.com/Deltares/imod-python/issues\n\n.. _Deltares: https://www.deltares.nl\n.. _dask: https://dask.org/\n.. _xarray: http://xarray.pydata.org/\n.. _pandas: http://pandas.pydata.org/\n.. _rasterio: https://rasterio.readthedocs.io/en/latest/\n.. _geopandas: http://geopandas.org/\n.. _Git: https://git-scm.com/\n.. _DVC: https://dvc.org/\n.. _netCDF: https://www.unidata.ucar.edu/software/netcdf/\n.. _Snakemake: https://snakemake.readthedocs.io/en/stable/\n.. _USGS MODFLOW 6: https://www.usgs.gov/software/modflow-6-usgs-modular-hydrologic-model\n.. _iMODFLOW: https://oss.deltares.nl/web/imod\n.. _iMOD-WQ: https://oss.deltares.nl/web/imod\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) Deltares  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Make massive MODFLOW models!",
    "version": "0.18.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/Deltares/imod-python/issues",
        "Changelog": "https://github.com/Deltares/imod-python/blob/master/docs/api/changelog.rst",
        "Documentation": "https://deltares.github.io/imod-python/",
        "Homepage": "https://github.com/Deltares/imod-python",
        "Repository": "https://github.com/Deltares/imod-python.git"
    },
    "split_keywords": [
        "groundwater modeling",
        " imod",
        " modflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "075cbb2bfc98f5a3422597d58c6cb00da93198d75f716a5363730101b1c83cca",
                "md5": "a772625f4ef8845ae8cc376c90e49b95",
                "sha256": "a64b9788a08e2446b416c1d1a600691edf935d840e291023c2fd0fda0f88d859"
            },
            "downloads": -1,
            "filename": "imod-0.18.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a772625f4ef8845ae8cc376c90e49b95",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 854279,
            "upload_time": "2024-11-20T12:13:07",
            "upload_time_iso_8601": "2024-11-20T12:13:07.914847Z",
            "url": "https://files.pythonhosted.org/packages/07/5c/bb2bfc98f5a3422597d58c6cb00da93198d75f716a5363730101b1c83cca/imod-0.18.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29de8363b39e0598d089a0694b7479513390bacf8279e4c455e3a79f662c1d7a",
                "md5": "1e256e233042ea3cdd0781eb89bc937f",
                "sha256": "bd5770b3f980965888b6f502a9c6d4edc7a2ab595c8bc2e572221df807d6c162"
            },
            "downloads": -1,
            "filename": "imod-0.18.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1e256e233042ea3cdd0781eb89bc937f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 617436,
            "upload_time": "2024-11-20T12:13:10",
            "upload_time_iso_8601": "2024-11-20T12:13:10.548640Z",
            "url": "https://files.pythonhosted.org/packages/29/de/8363b39e0598d089a0694b7479513390bacf8279e4c455e3a79f662c1d7a/imod-0.18.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 12:13:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Deltares",
    "github_project": "imod-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "imod"
}
        
Elapsed time: 1.11985s