These are some examples for the use of the OSHDB. This repository focusses on the [OSHDB-API](https://github.com/GIScience/oshdb/blob/master/documentation/oshdb-api-tutorial/README.md).
You can checkout this repository an run the classes to see imediate results and try coding yourself.
# Tutorial
The [Tutorial](https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/oshdb-examples/tree/master/src/main/java/org/heigit/bigspatialdata/oshdb/tutorial) is a quick and simple dive into the OSHDB-API-Code.
# Analyses
Some example analyses used in research are demonstrated in th [analyses](https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/oshdb-examples/tree/master/src/main/java/org/heigit/bigspatialdata/oshdb/examples/analyses) package.
The basic tutorial is a realisation of the [OSHDB-API-Tutorial](https://github.com/GIScience/oshdb/blob/master/documentation/oshdb-api-tutorial/README.md). An alternative coding style can be found there. The code here tries to transparently demonstrate the intermediate steps of the process and transfers processing code to seperate classes that can easyly be extended.
The advandced tutorial shows a more complex analysis.