To reproduce harmonization routines from [Gidden et al. (2019)](https://gmd.copernicus.org/articles/12/1443/2019/), use `v0.3.2` (or earlier). Subsequent versions introduce backwards incompatibilities.
All documentation can be found at https://aneris.readthedocs.io/en/latest/
Installing from source is as easy as
pip install -e .[tests,deploy,units]
You can then check to make sure your install is operating as expected
pytest tests
See doc/environment.yml
cd doc
make html
Then point you browser to http://127.0.0.1:8000/.
Licensed under Apache 2.0. See the LICENSE file for more information