Metadata-Version: 2.1
Name: smartpy
Version: 0.2.2
Summary: An implementation of the rainfall-runoff model SMART in Python
Download-URL: https://pypi.python.org/pypi/smartpy
Author: Thibault Hallouin, Eva Mockler, and Michael Bruen
Author-email: thibhlln@gmail.com
License: GPL-3.0
Project-URL: Bug Tracker, https://github.com/thibhlln/smartpy/issues
Project-URL: User Support, https://github.com/thibhlln/smartpy/discussions
Project-URL: Documentation, https://thibhlln.github.io/smartpy
Project-URL: Source Code, https://github.com/thibhlln/smartpy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Hydrology
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
Provides-Extra: with_netcdf
Provides-Extra: with_spotpy
Provides-Extra: with_smartcpp
Provides-Extra: with_all_extras
License-File: LICENCE.rst

An implementation of the rainfall-runoff model SMART in Python
==============================================================

.. image:: https://img.shields.io/pypi/v/smartpy?style=flat-square
   :target: https://pypi.python.org/pypi/smartpy
   :alt: PyPI version
.. image:: https://img.shields.io/badge/dynamic/json?url=https://zenodo.org/api/records/2564041&label=doi&query=doi&style=flat-square
   :target: https://zenodo.org/badge/latestdoi/118467753
   :alt: DOI
.. image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square
   :target: https://www.gnu.org/licenses/gpl-3.0
   :alt: Licence GPL-3.0
.. image:: https://img.shields.io/github/workflow/status/ThibHlln/smartpy/Tests?style=flat-square&label=tests
   :target: https://github.com/ThibHlln/smartpy/actions/workflows/tests.yml
   :alt: Tests Status

`smartpy` is an open-source Python version of the catchment model SMART
(Soil Moisture Accounting and Routing for Transport). SMART is a bucket-style
rainfall-runoff model composed of a soil moisture accounting component and
linear routing components. It requires rainfall and potential evapotranspiration
time series as input, it features a set of ten parameters, and it yields
a discharge time series as output.


