OQAPI Notebooks

January 8, 2024 ยท View on GitHub

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

Contents

  1. 1Usage
  2. 2About
  3. 3Development Setup
  4. 3.1Requirements
  5. 3.2Installation
  6. 3.3Usage