~tfardet/pycafe

Python API for the CAFE decision support tool
Bump gistools requirement
Add requirements to pyproject.toml
Fix names for EPCI columns

clone

read-only
https://git.sr.ht/~tfardet/pycafe
read/write
git@git.sr.ht:~tfardet/pycafe

You can also use your local clone with git send-email.

#pyCAFE

Warning: this package is in early alpha, the API can change at any time without warning.

Python API for the CAFE decision support tool: compute deposits of organic matter and nutrients in a local area. The main license is AGPL 3.0+.

Requires:

They can be obtained via pip install -r requirements.txt.

#Installation

Install locally after you've installed the dependencies via:

pip install .

or if you want to develop

pip install -e .

#Initialize data for your country

Note: only France is available at the moment.

To download the data that will be necessary to run the calculation for your country, use

pycafe-init <the name of your country or its alpha 3 ISO>

E.g. for France, use

pycafe-init France

or

pycafe-init FRA