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 via conda.
conda install --channel conda-forge gregor
Or, if you prefer, install directly 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 use Gregor, please cite it using the metadata provided in CITATION.CFF.
If you encounter a bug, consider opening an issue on GitHub.
