Skip to content
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

implement pmtiles extract [#31, #52] #62

Merged
merged 2 commits into from
Sep 4, 2023
Merged

implement pmtiles extract [#31, #52] #62

merged 2 commits into from
Sep 4, 2023

Conversation

bdon
Copy link
Member

@bdon bdon commented 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

* 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 bdon mentioned this pull request Sep 4, 2023
* include the DstOffset so we can multithread downloads later
* set header statistics
* implement --dry-run
* add logging messages for user feedback
@bdon bdon merged commit 9bc8c22 into main Sep 4, 2023
2 checks passed
@bdon bdon deleted the extract-3 branch September 4, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant