Skip to content

Installation

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Core packages include openeo, rasterio, geopandas, numpy, pandas, scipy, xarray, h5netcdf, h5py, shapely, and matplotlib. Geospatial Python stacks may also need system GDAL/PROJ libraries.

Build these docs locally

pip install -r requirements-docs.txt
mkdocs serve