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

set GDAL metadata with tiffset #885

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    c48504f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    272d1ff View commit details
    Browse the repository at this point in the history
  3. fix tests that rely on test layer with tile size 4

    The spec demands that TIFF tiles have a tile size that is a multiple of 16. We write GeoTIFFs
    with a tile size that is equal to the TileLayerRDD's tile size so a tile size of 4 will produce GeoTiffs
    that are not compliant. Some tools cope, like gdalinfo (with a warning), but some will simply fail,
    like tiffset.
    
    Open-EO/openeo-geotrellis-extensions#317
    bossie committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    81614a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cbb5e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee2b952 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    d0fd8f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    fc6dc02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2b013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a08da1b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    4cbd4a1 View commit details
    Browse the repository at this point in the history