Python package to calculate spatial greenhouse gas (GHG) emissions based on PeatParcel2d-AAP data, topographic data (BGT) and the BRO Bodemkaart.
Currently, lusos
needs be installed in a Python 3.12 environment, install the latest stable release using pip:
pip install lusos
Or the latest (experimental) version of the main branch directly from GitHub using:
pip install git+https://github.com/Deltares-research/lusos.git
We use Pixi for package management and workflows.
With pixi installed, navigate to the folder of the cloned repository and run the following to install all GeoST dependencies:
pixi install
This installs the package in editable mode, so you can make changes to the code and test them immediately.
TODO: Add usage instructions