Skip to content

Installation

geobn requires Python ≥ 3.13.

Install

pip install geobn

All features — GeoTIFF I/O, interactive maps, xarray output, and all built-in data sources — are included in the standard install.

Development install

git clone https://github.com/jensbremnes/geobn.git
cd geobn
pip install -e ".[dev]"

The dev extra pulls in pytest.

Docs install

To build the documentation locally:

pip install -e ".[docs]"
mkdocs serve   # browse at http://127.0.0.1:8000