Skip to content

Installation

geobn requires Python ≥ 3.13 and is managed with uv.

Install

pip install geobn

Or with uv (faster):

uv 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
uv pip install -e ".[dev]"

The dev extra pulls in pytest.

Docs install

To build the documentation locally:

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