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

GTI: make the driver work with STAC GeoParquet files that don't have a assets.image.href field #11319

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2024

  1. GTI: make the driver work with STAC GeoParquet files that don't have …

    …a assets.image.href field
    
    Fixes OSGeo#11317
    rouault committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    409982b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8532ee View commit details
    Browse the repository at this point in the history
  3. GTI: STAC GeoParquet: make it recognize assets.XXX.proj:epsg and asse…

    …ts.XXX.proj:transform
    
    fields in addition to top level proj:epsg and proj:transform.
    Also handle geotransform being a IntegerList or Integer64List.
    
    Refs OSGeo#11321 (but does no fix it)
    rouault committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fa72c11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f91d0e2 View commit details
    Browse the repository at this point in the history
  5. GTI: generalize logic for reading STAC GeoParquet eo:bands field to a…

    …ny asset name, and handle all 'common_names' values
    rouault committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d5ce4ba View commit details
    Browse the repository at this point in the history
  6. GTI: parse central wavelength and full width half max metadata items …

    …from STAC GeoParquet eo:bands field
    rouault committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    58df2f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    770c8ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    316c8a4 View commit details
    Browse the repository at this point in the history