.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CITATION.cff
LICENSE.txt
README.md
mkdocs.yml
pyproject.toml
.github/workflows/ci-tests.yaml
.github/workflows/publish-pypi.yaml
.github/workflows/publish-test-pypi.yaml
docs/Changelog.md
docs/api.md
docs/index.md
docs/examples/cli.md
docs/examples/cli.sh
docs/examples/disaggregate-to-point.py
docs/examples/disaggregate-to-raster.py
docs/examples/data/boundaries_NUTS0.geojson
docs/examples/data/boundaries_NUTS3.geojson
docs/examples/data/cities.geojson
docs/examples/data/demand.csv
docs/examples/data/demand.geojson
docs/examples/data/population_small.tif
docs/img/gregor.svg
docs/img/gregor_black.svg
docs/img/polygons-to-raster-and-back.png
requirements/base.txt
requirements/dev.txt
src/gregor/__init__.py
src/gregor/aggregate.py
src/gregor/cli.py
src/gregor/disaggregate.py
src/gregor/raster.py
src/gregor.egg-info/PKG-INFO
src/gregor.egg-info/SOURCES.txt
src/gregor.egg-info/dependency_links.txt
src/gregor.egg-info/entry_points.txt
src/gregor.egg-info/requires.txt
src/gregor.egg-info/top_level.txt
test/conftest.py
test/memory_log.py
test/test_aggregate.py
test/test_belongs_to.py
test/test_disaggregate.py
test/test_performance.py
test/_files/create_test_data.py
test/_files/points.geojson
test/_files/raster.tif
test/_files/segmentation_2x2.geojson
test/_files/segmentation_3x3.geojson
test/_files/segmentation_polygon.geojson
test/_files/test.png