Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giscience/ohsome-examples
A curated list of examples of using the https://github.com/giscience/ohsome-api
https://github.com/giscience/ohsome-examples
examples heigit ohsome openstreetmap osm-data python r
Last synced: about 2 months ago
JSON representation
A curated list of examples of using the https://github.com/giscience/ohsome-api
- Host: GitHub
- URL: https://github.com/giscience/ohsome-examples
- Owner: GIScience
- License: apache-2.0
- Created: 2018-08-22T08:37:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:16:55.000Z (about 2 years ago)
- Last Synced: 2024-04-09T15:12:03.863Z (9 months ago)
- Topics: examples, heigit, ohsome, openstreetmap, osm-data, python, r
- Language: Jupyter Notebook
- Homepage:
- Size: 2.28 MB
- Stars: 8
- Watchers: 14
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ohsome examples
This Repository contains a collection of examples of how to work with the [ohsome API](https://api.ohsome.org).
## Python examples
The [`Python`](https://github.com/GIScience/ohsome-examples/tree/master/python#readme) directory contains the following examples written in Python using jupyter notebooks:
* [Data Aggregation Endpoint](https://nbviewer.jupyter.org/github/GIScience/ohsome-examples/blob/master/python/jupyter-notebooks/ohsome-data-aggregation.ipynb)
* [Analysing HOT Tasking Manager Projects in Nepal](https://nbviewer.jupyter.org/github/GIScience/ohsome-examples/blob/master/python/jupyter-notebooks/ohsome_api_hot_tm_project1008.ipynb)
* [Complex analysis with the magical filter parameter](https://nbviewer.jupyter.org/github/GIScience/ohsome-examples/blob/master/python/jupyter-notebooks/cycling-magic-filter-ohsomeAPI.ipynb)## R examples
The [`R`](https://github.com/GIScience/ohsome-examples/tree/master/R#readme) directory contains the following examples written in R:
* [How to use the ohsome API with R](https://github.com/GIScience/ohsome-examples/tree/master/R/ohsome-api-requests#readme)
## Further examples
You can find further usage examples of the ohsome API in the following places:
* [ohsome-api-analysis-examples](https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/ohsome-api-analysis-examples) – a collection of further examples of analyses using the ohsome API.
* [Exploring Localness](https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/ohsome-api-analysis-examples/exploring-localness-blogpost) [Blogpost](http://k1z.blog.uni-heidelberg.de/2020/11/23/exploring-localness-of-osm-data-an-analysis-using-the-oshdb-and-ohsome-api/).
* the whole [how to become ohsome](http://k1z.blog.uni-heidelberg.de/tag/become-ohsome/) series on the giscience blog.
* [visualizing the evolution of OSM data using QGIS](https://gitlab.gistools.geog.uni-heidelberg.de/-/snippets/23)## Contributing
Please read our [contributing guide](https://github.com/GIScience/ohsome-examples/tree/master/CONTRIBUTING.md) if you're interested in helping to improve this repository.