Skip to content

Instantly share code, notes, and snippets.

@cholmes
Created December 3, 2024 18:25
Show Gist options
  • Save cholmes/d086d7d5ca4ac0148aa2f1259fd813d8 to your computer and use it in GitHub Desktop.
Save cholmes/d086d7d5ca4ac0148aa2f1259fd813d8 to your computer and use it in GitHub Desktop.
Best way to convert GeoParquet to PMTiles

Download gpq, and then stream direct into tippecanoe:

gpq convert --to=geojson in.geoparquet | tippecanoe -o out.pmtiles

(This was originally in a tweet from Brandon Liu, thanking Tim Schaub for adding it, but now I can't find the tweet so just sticking it here so I can find it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment