LICENSE
README.rst
pyproject.toml
popframe/__init__.py
popframe.egg-info/PKG-INFO
popframe.egg-info/SOURCES.txt
popframe.egg-info/dependency_links.txt
popframe.egg-info/requires.txt
popframe.egg-info/top_level.txt
popframe/method/__init__.py
popframe/method/base_method.py
popframe/method/popuation_frame.py
popframe/method/territory_evaluation.py
popframe/method/urbanisation_level.py
popframe/models/__init__.py
popframe/models/geodataframe.py
popframe/models/region.py
popframe/models/region_old.py
popframe/models/territory.py
popframe/models/town.py
popframe/preprocessing/__init__.py
popframe/preprocessing/adjacency_calculator.py
popframe/preprocessing/level_filler.py
popframe/preprocessing/population_filler.py
popframe/preprocessing/utils.py
popframe/utils/__init__.py
popframe/utils/const.py
tests/test_blocks.py
tests/test_city_model.py
tests/test_preprocessing.py