Gregor is a tool that makes your life easier when aggregating and dis-aggregating spatial data. It has been developed in the context of preparing data for energy system modeling, but can be applied in any situation involving spatial data.
Install the latest release from pypi using pip.
pip install gregor
Alternatively, install an editable local version in an environment by cloning the repository and running:
pip install -e <path-to-repo>
Please have a look at the examples presented in the documentation.
If you encounter a bug, consider opening an issue on GitHub.