This repository was built as part of a technical task. Soilstats retrieves and analyses soil properties.
To install soilstats from this repository, run the following:
python -m pip install -U git+https://github.com/bvreede/soilstats.git
The API documentation can be found on readthedocs.
To explore the tools of soilstats, take a look at the demo notebook.
This project was set up using Cookiecutter and the NLeSC/python-template.