We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cf. Discussion on whether .pbf can should be compressed when using tippecanoe: mapbox / tippecanoe #582
.pbf
tippecanoe
Given a MBTile file with gzip'd vector data, is there an efficient way to extract the entire XYZ file structure as uncompressed?
gzip
gzip --decompress --recursive --suffix .pbf *
ogr2ogr
# change to z=0, x=0 cd 0/0 ogr2ogr -progress -f Shapefile 0.shp 0.pbf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cf. Discussion on whether
.pbf
can should be compressed when usingtippecanoe
: mapbox / tippecanoe #582Given a MBTile file with
gzip
'd vector data, is there an efficient way to extract the entire XYZ file structure as uncompressed?gzip --decompress --recursive --suffix .pbf *
ogr2ogr
?The text was updated successfully, but these errors were encountered: