Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 652 Bytes

OQAPI Notebooks

Jupyter Notebook with examples on how to use the ohsome quality API with Python.

Usage

To launch this notebook with Binder press this button: Binder

About

Website | GitHub | API

Development Setup

Requirements

  • Python: 3.10

Installation

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

Usage

jupyter notebook