Metadata-Version: 2.1
Name: hydromt
Version: 0.4.5
Summary: HydroMT: Build and analyze models like a data-wizard!
Author-email: Dirk Eilander <dirk.eilander@deltares.nl>, Hélène Boisgontier <helene.boisgontier@deltares.nl>
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Hydrology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: affine
Requires-Dist: bottleneck
Requires-Dist: click
Requires-Dist: dask
Requires-Dist: geopandas>=0.10
Requires-Dist: entrypoints
Requires-Dist: gdal>=3.1
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: netcdf4
Requires-Dist: pandas
Requires-Dist: pyflwdir>=0.5.4
Requires-Dist: pygeos
Requires-Dist: openpyxl
Requires-Dist: rasterio
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: zarr
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: sphinx_rtd_theme ; extra == "doc"
Requires-Dist: black ; extra == "doc"
Requires-Dist: testpath ; extra == "test"
Requires-Dist: responses ; extra == "test"
Requires-Dist: pytest>=2.7.3 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Project-URL: Documentation, https://deltares.github.io/hydromt
Project-URL: Source, https://github.com/Deltares/hydromt
Provides-Extra: doc
Provides-Extra: test

hydroMT: Build and analyze models like a data-wizard!
#####################################################

.. image:: https://codecov.io/gh/Deltares/hydromt/branch/main/graph/badge.svg?token=ss3EgmwHhH
    :target: https://codecov.io/gh/Deltares/hydromt

.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
    :target: https://deltares.github.io/hydromt/latest
    :alt: Latest developers docs

.. image:: https://img.shields.io/badge/docs-stable-brightgreen.svg
    :target: https://deltares.github.io/hydromt/stable
    :alt: Stable docs last release

.. image:: https://badge.fury.io/py/hydromt.svg
    :target: https://pypi.org/project/hydromt/
    :alt: Latest PyPI version

.. image:: https://anaconda.org/conda-forge/hydromt/badges/installer/conda.svg
    :target: https://anaconda.org/conda-forge/hydromt

.. image:: https://mybinder.org/badge_logo.svg
    :target: https://mybinder.org/v2/gh/Deltares/hydromt/main?urlpath=lab/tree/examples
    

**hydroMT** is a python package, developed by Deltares, to build and analysis hydro models.
It provides a generic model api with attributes to access the model schematization,
(dynamic) forcing data, results and states. hydroMT builds on the latest packages in the
scientific and geospatial python eco-system: It adopts the xarray_ data structure for 
model maps, rasterio_ for raster I/O, geopandas_ data structure for model geometries and 
vector I/O and the pyflwdir_ data structure flow direction data.


.. _xarray: https://xarray.pydata.org
.. _geopandas: https://geopandas.org
.. _rasterio: https://rasterio.readthedocs.io
.. _pyflwdir: https://deltares.github.io/pyflwdir

Why hydroMT?
------------

Installation
------------

hydroMT is availble from pypi and conda-forge, but we recommend installing with conda.

To install hydromt using conda do:

.. code-block:: console

  conda install hydromt -c conda-forge

Documentation
-------------

Learn more about hydroMT in its `online documentation <https://deltares.github.io/hydromt>`_

Contributing
------------

You can find information about contributing to hydroMT at our `Contributing page <https://deltares.github.io/hydromt/contributing.html>`_.

License
-------

Copyright (c) 2019, Deltares

Licensed under the MIT License.

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.

#TODO add licences of thrid party software

