Jupyter Notebook with examples on how to use the ohsome quality API with Python.
To launch this notebook with Binder press this button:
Requests to the ohsome quality API require an API key. Get a free key at
account.heigit.org and set it as the
OQAPI_API_KEY environment variable before running the notebook or scripts.
- Python: 3.13
- uv
uv syncThis creates a virtual environment at .venv and installs all dependencies,
pinned in uv.lock.
To also install the pre-commit hooks, run via prek:
uv run prek installuv run jupyter notebook