⇤ ← Revision 1 as of 2021-01-21 17:25:30
Size: 729
Comment:
|
Size: 728
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
3. The output format should be valid GTFS. | 3. The output format should be valid OSM. |
As a combination of bachelor project / bachelor thesis.
Goal: Given OSM data in one of the usual formats (OSM-XML, pbf, o5m) and external elevation data from the SRTM project, annotate the OSM data with height information per node.
Requirements:
- Obtaining the SRTM for large areas is not trivial and requires a special tool (at least this is what we found).
- You should write a tool that can be used from the command line.
- The output format should be valid OSM.
Optional requirements:
- Error correction for bridges and tunnels
- Error correction for buildings (the height of a building should not include the building height, as would be the case in the SRTM satellite data)