Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 3.68 KB

README.md

File metadata and controls

50 lines (35 loc) · 3.68 KB

Badges

(Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.)

fair-software.eu recommendations
(1/5) code repository github repo badge
(2/5) license github license badge
|zz

| (5/5) checklist | OpenSSF Best Practices | | howfairis | fair-software badge | | Other best practices |   | | Static analysis | workflow scq badge | | Coverage | workflow scc badge | | Documentation | Documentation Status | | GitHub Actions |   | | Build | build | | Citation data consistency | cffconvert | | SonarCloud | sonarcloud | | MarkDown link checker | markdown-link-check |

How to use openda

Data assimilation and model calibration toolbox

The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.

Installation

To install openda from GitHub repository, do:

git clone https://github.com/OpenDA-Association/pyopenda.git
cd pyopenda
python3 -m pip install .

Documentation

Include a link to your project's full documentation here.

Contributing

If you want to contribute to the development of openda, have a look at the contribution guidelines.

Credits

This package was created with Cookiecutter and the NLeSC/python-template.