This is the data project for the OpenMetroMaps for Berlin, Germany.
All data from OpenStreetMap within this projects and its derivative data sets are licensed under the terms of the Open Data Commons Open Database License (ODbL).
Here are links to the demo page to view the maps from this repository online:
To set up the tools within this project, change to the java
directory
and build the executables:
cd java
./gradlew clean create
cd ..
Afterwards you can list the stations like this:
./java/scripts/list-stations.sh
To derive the nick-names map from the schematic map, run this:
./java/scripts/derive-nick-name-map.sh
To view any of the maps run this (you need to have the
main OpenMetroMaps
executable
on your PATH
):
openmetromaps-cli map-viewer --input schematic.omm
openmetromaps-cli map-viewer --input geographic.omm
openmetromaps-cli map-viewer --input nicknames.omm
To start editing a map, run this:
openmetromaps-cli map-editor --input schematic.omm