Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.42 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.42 KB

This is the data project for the OpenMetroMaps for Berlin, Germany.

Copyright

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).

Exploring the data

Here are links to the demo page to view the maps from this repository online:

Working with the tools

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