Skip to content

Commit

Permalink
Extract correct time
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Aug 7, 2024
1 parent 0614d6a commit 0f2cbc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"embedRouterConfig": true,
"areaVisibility": true,
"staticParkAndRide": false,
"transitModelTimeZone": "Europe/Rome",
"transitFeeds": [
{
"source": "data/sta-netex.xml.zip",
"type": "netex",
"feedId": "sta"
"feedId": "sta",
"groupFilePattern": "(.*)\\.xml"
},
{
"source": "https://gtfs.api.opendatahub.com/v1/dataset/skyalps-flight-data/raw",
Expand Down
2 changes: 1 addition & 1 deletion build-graph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SOUTH_TYROL_PBF=data/south-tyrol.osm.pbf
ELEVATION_URL=https://srtm.csi.cgiar.org/wp-content/uploads/files/srtm_5x5/TIFF/srtm_39_03.zip
ELEVATION_ZIP=data/srtm_39_03.zip
# transit data
TRANSIT_NETEX_URL="ftp://ftp01.sta.bz.it/netex/2024/plan/EU_Profil/NX-PI_01_it_apb_LINE_apb__$(date +%Y%m%d).xml.zip"
TRANSIT_NETEX_URL="ftp://ftp01.sta.bz.it/netex/$(date +%Y)/plan/EU_Profil/NX-PI_01_it_apb_LINE_apb__$(date +%Y%m%d).xml.zip"
TRANSIT_NETEX_ZIP=data/sta-netex.xml.zip
# parking
PARKING_NETEX_URL=https://transmodel.api.opendatahub.com/netex/parking
Expand Down

0 comments on commit 0f2cbc2

Please sign in to comment.