This commit is contained in:
Siarhei Fedartsou 2024-06-07 18:12:47 +02:00
parent b2e504a8c5
commit 53590bcb47

View File

@ -663,7 +663,7 @@ jobs:
# if [ ! -f "~/data.osm.pbf" ]; then # if [ ! -f "~/data.osm.pbf" ]; then
# wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -O ~/data.osm.pbf # wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -O ~/data.osm.pbf
# fi # fi
wget http://download.geofabrik.de/europe/germany-latest.osm.pbf -O ~/data.osm.pbf wget http://download.geofabrik.de/europe/germany-latest.osm.pbf -O ~/data.osm.pbf --quiet
gunzip -c ./pr/test/data/berlin_gps_traces.csv.gz > ~/gps_traces.csv gunzip -c ./pr/test/data/berlin_gps_traces.csv.gz > ~/gps_traces.csv
- name: Prepare environment - name: Prepare environment
run: | run: |