Skip to content

Commit

Permalink
Merge pull request #193 from nismod/feature/rail_alberto
Browse files Browse the repository at this point in the history
Feature/rail alberto
  • Loading branch information
albert8v authored Nov 6, 2024
2 parents 9ec11cb + 437c850 commit e4ef655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ infrastructure_datasets:
tanzania-latest: 'https://download.geofabrik.de/africa/tanzania-latest.osm.pbf'
thailand-latest: 'https://download.geofabrik.de/asia/thailand-latest.osm.pbf'
wales-latest: 'https://download.geofabrik.de/europe/great-britain/wales-latest.osm.pbf'
spain-latest: 'https://download.geofabrik.de/europe/spain-latest.osm.pbf'
vietnam-latest: 'https://download.geofabrik.de/asia/vietnam-latest.osm.pbf'
# small extract for testing purposes
tanzania-mini: 'https://raw.githubusercontent.com/mjaquiery/aqueduct/main/tanzania-mini.osm.pbf'
Expand Down Expand Up @@ -61,7 +62,7 @@ composite_network:
# N.B. feature SELECTION is done with the expressions pointed to from network_filters
keep_tags:
road: ['highway', 'surface', 'bridge', 'maxspeed', 'lanes']
rail: ['railway', 'bridge', 'name', 'gauge', 'usage']
rail: ['railway', 'bridge', 'name', 'gauge', 'usage','electrified','passenger_lines','voltage','maxspeed']

# Number of slices to cut dataset into -- must be a square number
slice_count: 64
Expand Down
2 changes: 1 addition & 1 deletion config/osm_filters/rail.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rail sections "for full sized passenger or freight trains in the standard
# gauge of the country or state"
w/railway=rail
w/railway=rail,narrow_gauge

# https://wiki.openstreetmap.org/wiki/Tag:railway%3Dstation
# stations "should be tagged as a node, placed at the centre of the station
Expand Down

0 comments on commit e4ef655

Please sign in to comment.