-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Extract command error #52
Comments
bdon
added a commit
that referenced
this issue
May 8, 2023
bdon
added a commit
that referenced
this issue
May 8, 2023
You're not doing anything wrong, it isn't implemented yet ( #31 ). Fixed the error message and also suppressed those paths in the debug symbols |
Thanks @bdon, any idea how your go about getting a global level 0 to 8 map or modifying the 0 to 10 file supplied? |
bdon
added a commit
that referenced
this issue
Sep 4, 2023
* Experimental cli support for extracting a region from a larger archive, given a maxzoom and GeoJSON multipolygon region. * Limited to credentialed buckets or local files now, public HTTP to come later * Limited to a single download thread * Change directory optimization to be faster and match Java implementation, affects root/leaf sizes
bdon
added a commit
that referenced
this issue
Sep 4, 2023
* implement pmtiles extract [#31, #52] * Experimental cli support for extracting a region from a larger archive, given a maxzoom and GeoJSON multipolygon region. * Limited to credentialed buckets or local files now, public HTTP to come later * Limited to a single download thread * Change directory optimization to be faster and match Java implementation, affects root/leaf sizes * Finish initial extract [#31] * include the DstOffset so we can multithread downloads later * set header statistics * implement --dry-run * add logging messages for user feedback
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've downloaded the sample 2.4gb level 10 zoom map and wanted to try and make one that only zooms to level 8
I'm trying to run the command to extract like this on a windows command line
pmtiles.exe extract --maxzoom=8 z10.pmtiles z8.pmtiles
But I just get the error
Is there anything I'm doing wrong there, note that /Users/bdon/workspace is not my directory location, so not sure where that's coming from
The text was updated successfully, but these errors were encountered: