Skip to content

Commit 2b47a7a

Browse files
authored
use latest GTFS from VBB. transitfeeds is broken
1 parent 80f8225 commit 2b47a7a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

reader-gtfs/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,21 @@ git clone https://github.com/graphhopper/graphhopper
1212
cd graphhopper
1313

1414
# download GTFS from Berlin & Brandenburg in Germany (VBB) and the 'surrounding' OpenStreetMap data for the walk network
15-
wget -O gtfs-vbb.zip http://transitfeeds.com/p/verkehrsverbund-berlin-brandenburg/213/latest/download
15+
wget -O gtfs-vbb.zip https://www.vbb.de/media/download/2029
1616
wget http://download.geofabrik.de/europe/germany/brandenburg-latest.osm.pbf
1717

1818
mvn clean package -DskipTests
1919

2020
# The following process will take roughly 5 minutes on a modern laptop when it is executed for the first time.
2121
# It imports the previously downloaded OSM data of the Brandenburg area as well as the GTFS.
2222
java -Xmx8g -jar web/target/graphhopper-web-*.jar server reader-gtfs/config-example-pt.yml
23-
24-
# Point your browser to
25-
# http://localhost:8989
26-
#
27-
# Alternatively, for a more specialized but more minimal demo of transit routing, to http://localhost:8989/maps/pt/
28-
# (make sure to include the trailing slash)
2923
```
3024

25+
When this is finished you can point your browser to http://localhost:8989
26+
27+
Alternatively, for a more specialized but more minimal demo of transit routing, to http://localhost:8989/maps/pt/
28+
(make sure to include the trailing slash).
29+
3130
# Graph schema
3231

3332
![Graph schema](pt-model.png)

0 commit comments

Comments
 (0)