.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/publish-to-pypi.yaml
.github/workflows/run-python-tests.yaml
docs/source/conf.py
docs/source/index.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/pipeline.py
src/aatoolbox/config/__init__.py
src/aatoolbox/config/countryconfig.py
src/aatoolbox/config/pathconfig.py
src/aatoolbox/config/countries/bgd.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/codab/__init__.py
src/aatoolbox/datasources/codab/codab.py
src/aatoolbox/datasources/fewsnet/__init__.py
src/aatoolbox/datasources/fewsnet/fewsnet.py
src/aatoolbox/utils/__init__.py
src/aatoolbox/utils/geoboundingbox.py
src/aatoolbox/utils/hdx_api.py
src/aatoolbox/utils/io.py
src/aatoolbox/utils/raster.py
tests/test_fewsnet.py
tests/test_geoboundingbox.py
tests/test_raster.py
tests/pipeline/conftest.py
tests/pipeline/fake_config.yaml
tests/pipeline/test_codab.py