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

Commits on Sep 4, 2023

  1. 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
    bdon committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    27a426d View commit details
    Browse the repository at this point in the history
  2. 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
    bdon committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    51f32db View commit details
    Browse the repository at this point in the history