Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.99 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.99 KB

LULUCF SOMERS Shell (LUSOS)

PyPI version License: MIT Lifecycle: experimental Build: status codecov Formatting: ruff

Python package to calculate spatial greenhouse gas (GHG) emissions based on PeatParcel2d-AAP data, topographic data (BGT) and the BRO Bodemkaart.

How to install

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

Installation (developer)

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.

How to use

TODO: Add usage instructions