Skip to content

Commit

Permalink
excl canals etc
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasaurus committed Dec 11, 2023
1 parent 453aa97 commit 34a1c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-planet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "Took $(units ${SECONDS}sec time) (${SECONDS}sec) to convert all geojsons t

SECONDS=0
rm -fv tmp.planet-cycles.geojson
./osm-lump-ways-down -i ./planet-waterway.osm.pbf -o tmp.planet-cycles.geojson -f waterway -f waterway∉dam,weir,lock_gate,sluice_gate,security_lock,fairway,dock,boatyard,fuel,riverbank,pond,check_dam,turning_point,water_point,spillway,safe_water,ditch
./osm-lump-ways-down -i ./planet-waterway.osm.pbf -o tmp.planet-cycles.geojson -f waterway -f waterway∉dam,weir,lock_gate,sluice_gate,security_lock,fairway,dock,boatyard,fuel,riverbank,pond,check_dam,turning_point,water_point,spillway,safe_water,habour -f waterway∉canal,ditch,drain
mv tmp.planet-cycles.geojson planet-cycles.geojson
echo "Took $(units ${SECONDS}sec time) (${SECONDS}sec) to calculate cycles"

Expand Down

0 comments on commit 34a1c53

Please sign in to comment.