https://github.com/thibhlln/smartpy
An implementation of the rainfall-runoff model SMART in Python
https://github.com/thibhlln/smartpy
catchment hydrology model rainfall-runoff watershed
Last synced: 8 months ago
JSON representation
An implementation of the rainfall-runoff model SMART in Python
- Host: GitHub
- URL: https://github.com/thibhlln/smartpy
- Owner: ThibHlln
- License: other
- Created: 2018-01-22T14:26:06.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T11:55:43.000Z (11 months ago)
- Last Synced: 2025-09-12T17:18:35.349Z (9 months ago)
- Topics: catchment, hydrology, model, rainfall-runoff, watershed
- Language: Python
- Homepage: https://thibhlln.github.io/smartpy
- Size: 2.46 MB
- Stars: 24
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: changelog.rst
Awesome Lists containing this project
README
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.