.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
pytest.ini
.github/scripts/bump_version.py
.github/workflows/bump_version.yml
.github/workflows/docs_final.yml
.github/workflows/publish_pypi.yml
.github/workflows/unit_tests.yml
docs/index.md
docs/requirements.txt
docs/tutorials.md
docs/assets/favicon.ico
docs/tutorials/clean_outputs
docs/tutorials/normalize_notebooks
docs/tutorials/run_tutorials
docs/tutorials/tut_dotnames.ipynb
docs/tutorials/tut_pop_clipping.ipynb
docs/tutorials/tut_shape_subdivision.ipynb
docs/tutorials/data/COD_LEV02_ZONES.dbf
docs/tutorials/data/COD_LEV02_ZONES.shp
docs/tutorials/data/COD_LEV02_ZONES.shx
docs/tutorials/data/cod_2020_1km_aggregated_unadj.tif
examples/README.md
examples/data/COD_LEV02_ZONES.dbf
examples/data/COD_LEV02_ZONES.shp
examples/data/COD_LEV02_ZONES.shx
examples/data/cod_2020_1km_aggregated_unadj.tif
examples/shape_subdivide/shape_subdivision.py
examples/worldpop/worldpop_clipping.py
rastertoolkit/__init__.py
rastertoolkit/raster.py
rastertoolkit/shape.py
rastertoolkit/utils.py
rastertoolkit/version.py
rastertoolkit.egg-info/PKG-INFO
rastertoolkit.egg-info/SOURCES.txt
rastertoolkit.egg-info/dependency_links.txt
rastertoolkit.egg-info/requires.txt
rastertoolkit.egg-info/top_level.txt
tests/pytest_init.py
tests/requirements-test.txt
tests/test_raster.py
tests/test_shape.py
tests/test_tools_compare.py
tests/data/IHME_MCV1_2012_MEAN_test.tif
tests/data/cod_2012_1km_aggregated_unadj_test.tif
tests/data/cod_lev02_zones_test/cod_lev02_zones_test.cpg
tests/data/cod_lev02_zones_test/cod_lev02_zones_test.dbf
tests/data/cod_lev02_zones_test/cod_lev02_zones_test.shp
tests/data/cod_lev02_zones_test/cod_lev02_zones_test.shx
tests/expected/clipped_pop_mean.json
tests/expected/clipped_pop_sum.json
tests/expected/clipped_pop_weighted_sum.json