.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/publish-to-pypi.yaml
.github/workflows/run-python-tests.yaml
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/config.rst
docs/source/contributing.rst
docs/source/datasources.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/license.rst
docs/source/quickstart.rst
docs/source/utilities.rst
docs/source/datasources/chirps.rst
docs/source/datasources/codab.rst
docs/source/datasources/fewsnet.rst
docs/source/datasources/glofas.rst
docs/source/datasources/iri_seasonal_forecast.rst
docs/source/datasources/usgs_ndvi.rst
docs/source/utilities/raster.rst
requirements/dev.in
requirements/docs.in
requirements/requirements-dev.txt
requirements/requirements-docs.txt
requirements/requirements-tests.txt
requirements/requirements.txt
requirements/tests.in
src/aa_toolbox.egg-info/PKG-INFO
src/aa_toolbox.egg-info/SOURCES.txt
src/aa_toolbox.egg-info/dependency_links.txt
src/aa_toolbox.egg-info/requires.txt
src/aa_toolbox.egg-info/top_level.txt
src/aatoolbox/__init__.py
src/aatoolbox/_version.py
src/aatoolbox/config/__init__.py
src/aatoolbox/config/countryconfig.py
src/aatoolbox/config/pathconfig.py
src/aatoolbox/config/countries/bfa.yaml
src/aatoolbox/config/countries/bgd.yaml
src/aatoolbox/config/countries/cod.yaml
src/aatoolbox/config/countries/eth.yaml
src/aatoolbox/config/countries/mwi.yaml
src/aatoolbox/config/countries/npl.yaml
src/aatoolbox/datasources/__init__.py
src/aatoolbox/datasources/datasource.py
src/aatoolbox/datasources/chirps/__init__.py
src/aatoolbox/datasources/chirps/chirps.py
src/aatoolbox/datasources/codab/__init__.py
src/aatoolbox/datasources/codab/codab.py
src/aatoolbox/datasources/fewsnet/__init__.py
src/aatoolbox/datasources/fewsnet/fewsnet.py
src/aatoolbox/datasources/glofas/__init__.py
src/aatoolbox/datasources/glofas/forecast.py
src/aatoolbox/datasources/glofas/glofas.py
src/aatoolbox/datasources/glofas/reanalysis.py
src/aatoolbox/datasources/iri/__init__.py
src/aatoolbox/datasources/iri/iri_seasonal_forecast.py
src/aatoolbox/datasources/usgs/__init__.py
src/aatoolbox/datasources/usgs/ndvi_base.py
src/aatoolbox/datasources/usgs/ndvi_products.py
src/aatoolbox/utils/__init__.py
src/aatoolbox/utils/check_file_existence.py
src/aatoolbox/utils/dates.py
src/aatoolbox/utils/geoboundingbox.py
src/aatoolbox/utils/hdx_api.py
src/aatoolbox/utils/io.py
src/aatoolbox/utils/raster.py
tests/test_country_config.py
tests/datasources/conftest.py
tests/datasources/fake_config.yaml
tests/datasources/test_chirps.py
tests/datasources/test_codab.py
tests/datasources/test_datasource.py
tests/datasources/test_fewsnet.py
tests/datasources/test_glofas.py
tests/datasources/test_glofas_download.py
tests/datasources/test_glofas_process.py
tests/datasources/test_iri.py
tests/datasources/test_ndvi.py
tests/utils/test_check_file_existence.py
tests/utils/test_dates.py
tests/utils/test_geoboundingbox.py
tests/utils/test_hdx_api.py
tests/utils/test_raster.py