Skip to content

Instantly share code, notes, and snippets.

@dnomadb
Created January 22, 2015 19:13
Show Gist options
  • Save dnomadb/71eb828627f34b5c8f63 to your computer and use it in GitHub Desktop.
Save dnomadb/71eb828627f34b5c8f63 to your computer and use it in GitHub Desktop.
▶ time parallel --header : "node ./bin/list-tiles --tile {x}/{y}/3 | node ./bin/get-triangles | makesurface fillfacets '/Users/dnomadb/Dropbox (MapBox)/datashare/gfstemp.tif' -np" ::: x {0..3} ::: y {0..3} | tippecanoe -o temps.mbtiles -f -z 6 -Z 6
bbox: 0 0 80000000 80000000
using layer name temps
Sorting 2733348 indices for 2097152 features
Merging: 100%
100.0% 6/32/32
parallel --header : ::: x {0..3} ::: y {0..3} 470.55s user 45.69s system 199% cpu 4:19.26 total
tippecanoe -o temps.mbtiles -f -z 6 -Z 6 136.09s user 3.80s system 40% cpu 5:49.18 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment