Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdberends/dotter
Managing ecohydraulics of lowland streams
https://github.com/kdberends/dotter
ecological-modelling hydraulic-modeling python
Last synced: about 1 month ago
JSON representation
Managing ecohydraulics of lowland streams
- Host: GitHub
- URL: https://github.com/kdberends/dotter
- Owner: kdberends
- License: gpl-3.0
- Created: 2017-06-19T10:29:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T10:24:56.000Z (about 3 years ago)
- Last Synced: 2023-12-16T15:15:35.244Z (about 1 year ago)
- Topics: ecological-modelling, hydraulic-modeling, python
- Language: Python
- Size: 3.95 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
======
Dotter
======
|Build|
|Cover|
|Lic|
|Doc|
|Binder|This repository contains a set of eco-hydraulic tools to analyse (small) streams. It is aimed at (regional) water managers to aid in getting insight, decision making and visualisation.
The dottertools are distributed as a Python package.
**UNDER DEVELOPMENT**
This package is currently under active development and has very little in the way of testing. You may well have problems running it. Use at your own risk.Getting started
===========The easiest way to get started is to try out the interactive notebooks on binder.
You can also visit our documentation.
Installation
===========The current development branch of dotter can be installed from GitHub using ``pip``:
::
pip install git+https://github.com/kdberends/dotter
Dependencies
============Dotter is tested on Python 3.6 and depends on NumPy,
SciPy, Pandas, and Matplotlib (see ``requirements.txt`` for version
information).Additionally, some notebooks make use of interactive widgets. To be able to correctly run the notebooks, you need to have ipywidgets installed and enabled; see `here `__
To compile the sphinx documentation you need `pandoc `_ installed as well.
License
=======`GPL License, Version
3.0 `__References
====This project has been set up using PyScaffold 2.5.8. For details and usage
information on PyScaffold see http://pyscaffold.readthedocs.org/... |Cover| image:: https://img.shields.io/coveralls/github/kdberends/dotter.svg
:target: https://coveralls.io/github/kdberends/dotter?branch=master.. |Build| image:: https://img.shields.io/travis/kdberends/dotter.svg
:target: https://travis-ci.org/kdberends/dotter.. |Lic| image:: https://img.shields.io/github/license/kdberends/dotter.svg
:target: https://github.com/kdberends/dotter/blob/master/LICENSE.txt.. |Doc| image:: https://img.shields.io/readthedocs/dotter.svg
:target: http://dotter.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. |Binder| image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/kdberends/dotter/master?filepath=examples/notebooks