Skip to content

Instantly share code, notes, and snippets.

@invisiblefunnel
Created April 26, 2020 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save invisiblefunnel/92843b4ee6319e0942d2b896d90a53bf to your computer and use it in GitHub Desktop.
Save invisiblefunnel/92843b4ee6319e0942d2b896d90a53bf to your computer and use it in GitHub Desktop.
% make clean && time make
rm -f tile-join
go build -o tile-join main.go tile_writer.go chan_group.go model.go scanner.go util.go io_closer_cache.go neighborhood.go
./tile-join --pbf_path /Volumes/OSM\ Projects/planet-highways-200413.osm.pbf \
				--out_dir ~/Desktop/planet-highways-200413-tiles \
				--way_tags access --way_tags area --way_tags foot --way_tags highway --way_tags service \
				--zoom 10 \
				--overwrite \
				--progress
16.08 GiB / 16.08 GiB [-----------------------------------------------------------------] 100.00% 687.08 KiB p/s 6h48m53s
make  40983.56s user 9082.27s system 204% cpu 6:48:59.78 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment