An open API service indexing awesome lists of open source software.

https://github.com/giscience/ohsome-quality-api-examples

Jupyter Notebook with examples on how to use the OQT API with Python.
https://github.com/giscience/ohsome-quality-api-examples

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GIScience/oqt-examples.git/HEAD?labpath=notebook.ipynb)
## About

[Website](https://oqt.ohsome.org) | [GitHub](https://github.com/GIScience/ohsome-quality-analyst) | [API](https://oqt.ohsome.org/api/docs)

## Development Setup

### Requirements

- Python: 3.10

### Installation

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

### Usage

```bash
jupyter notebook
```