Skip to content

Instantly share code, notes, and snippets.

@martgnz
Last active November 4, 2020 19:28
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 martgnz/929e85fd7a16a840eaf888f5c8f787da to your computer and use it in GitHub Desktop.
Save martgnz/929e85fd7a16a840eaf888f5c8f787da to your computer and use it in GitHub Desktop.
Process Microsoft's US Building Footprints dataset with Tippecanoe
# command reference https://github.com/mapbox/tippecanoe
# data https://github.com/microsoft/USBuildingFootprints
tippecanoe -z8 \
--coalesce \
--no-tiny-polygon-reduction \
--drop-densest-as-needed \
-o us_buildings.mbtiles us_buildings_preprojected.geojson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment