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

Add disk_to_pmtiles: Convert a directory of tiles to pmtiles #431

Merged
merged 19 commits into from
Aug 12, 2024

Commits on Aug 7, 2024

  1. Add disk_to_pmtiles

    larsmaxfield authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d6c5285 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    311fcae View commit details
    Browse the repository at this point in the history
  2. Fix maxzoom; add minzoom check; add verbose kwarg

    Fix maxzoom not working as intended.
    
    Add check for minzoom in existing metadata. If none found, is added to metadata based on minimum z directory.
    
    Add 'verbose' kwarg to print progress.
    larsmaxfield authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5268edd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4153e1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9c7696 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ec5c99 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    ce101c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9073f31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e82a026 View commit details
    Browse the repository at this point in the history
  4. Change warning to z>9

    larsmaxfield committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a178335 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    918875a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18289bc View commit details
    Browse the repository at this point in the history
  7. Add verbose at begin of writing; count_step now only declared if verb…

    …ose and kept constant if z >9
    larsmaxfield committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    79fe4ba View commit details
    Browse the repository at this point in the history
  8. Bump version number

    larsmaxfield committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    eb2773f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    732bcd9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93056c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71cf5a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fca9ba7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Clarify disk_to_pmtiles is currently for raster format only; remove r…

    …eferences of support for 'pbf' from help and docstrings
    larsmaxfield committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f203889 View commit details
    Browse the repository at this point in the history