Skip to content

Replace EO Extension with Raster Extension #52

@philvarner

Description

@philvarner

Currently, the EO Extension is used to add eo:bands definitions to each asset. However, these are more intended for electromagnetic wavelength bands rather than SAR. Instead, the Raster Extension should be used to give data about the different assets.

Example:

"hh": {
  "href": "s3://sentinel-s1-l1c/GRD/2023/5/3/IW/DH/S1A_IW_GRDH_1SDH_20230503T225422_20230503T225457_048375_05D18E_DB7F/measurement/iw-hh.tiff",
  "type": "image/tiff; application=geotiff; profile=cloud-optimized",
  "title": "HH Data",
  "description": "Actual SAR data that have been processed into an image",
  "raster:bands": [
    {
     "nodata": 0,
     "data_type": "uint16"
    }
],
"roles": [
"data"
]
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions