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.
- Host: GitHub
- URL: https://github.com/giscience/ohsome-quality-api-examples
- Owner: GIScience
- License: apache-2.0
- Created: 2022-08-21T10:14:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T09:11:29.000Z (over 1 year ago)
- Last Synced: 2024-11-12T17:14:13.392Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 9.47 MB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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: [](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
```