Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giscience/ohsome-quality-api
Data quality estimations for OpenStreetMap
https://github.com/giscience/ohsome-quality-api
accuracy completeness data-quality heigit indicators ohsome openstreetmap openstreetmap-data osm osm-data reports
Last synced: 3 months ago
JSON representation
Data quality estimations for OpenStreetMap
- Host: GitHub
- URL: https://github.com/giscience/ohsome-quality-api
- Owner: GIScience
- License: agpl-3.0
- Created: 2021-05-10T08:52:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:09:08.000Z (3 months ago)
- Last Synced: 2024-10-29T15:57:01.147Z (3 months ago)
- Topics: accuracy, completeness, data-quality, heigit, indicators, ohsome, openstreetmap, openstreetmap-data, osm, osm-data, reports
- Language: Python
- Homepage: https://api.quality.ohsome.org
- Size: 19.4 MB
- Stars: 35
- Watchers: 9
- Forks: 7
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ohsome quality API
[![Build Status](https://jenkins.heigit.org/buildStatus/icon?job=OQAPI/main)](https://jenkins.heigit.org/job/OQAPI/job/main/)
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=ohsome-quality-api&metric=alert_status)](https://sonarcloud.io/dashboard?id=ohsome-quality-api)
[![Docker Image Version](https://img.shields.io/docker/v/heigit/ohsome-quality-api)](https://hub.docker.com/r/heigit/ohsome-quality-api)
[![LICENSE](https://img.shields.io/badge/license-AGPL--v3-orange)](LICENSE.txt)
[![Dashboard](https://img.shields.io/website?url=https%3A%2F%2Fdashboard.ohsome.org&label=dashboard)](https://dashboard.ohsome.org/#backend=oqtApi)
[![status: active](https://github.com/GIScience/badges/raw/master/status/active.svg)](https://github.com/GIScience/badges#active)The ohsome quality API computes and provides data quality estimations (indicators) for OpenStreetMap.
Thanks to the [ohsome dashboard](https://dashboard.ohsome.org) generating quality estimations of OpenStreetMap data for an arbitrary region is as easy as pie.
The software is developed by [Heidelberg Institute for Geoinformation Technology (HeiGIT)](https://heigit.org/) and based on the [ohsome platform](https://heigit.org/big-spatial-data-analytics-en/ohsome/).
## Usage
### Dashboard
For quick insights, you can start exploring quality estimations through the [ohsome dashboard](https://dashboard.ohsome.org).
### API
Check out the interactive [Swagger API documentation](https://api.quality.ohsome.org/v1/docs) and the [Jupyter Notebook examples](https://github.com/GIScience/ohsome-quality-api-examples).
## About
On our [website](https://api.quality.ohsome.org) you can find more details about the ohsome quality API. If you want to read up on the history of ohsome quality API, which was named ohsome quality analyst (OQT) in the past, or want to stay up-to-date, take a look at our [blog posts](https://heigit.org/tag/ohsome-quality-api-en).
## Contributing
Contributions of any form are more than welcome! Please take a look at our [contributing
guidelines](CONTRIBUTING.md) for details on our git workflow and style guide.## Development
Please refer to the [development setup documentation](/docs/development_setup.md) for guidance.