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

Replace EO Extension with Raster Extension #52

Open
philvarner opened this issue May 10, 2023 · 1 comment
Open

Replace EO Extension with Raster Extension #52

philvarner opened this issue May 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@philvarner
Copy link
Collaborator

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"
]
},
@philvarner philvarner added the enhancement New feature or request label May 10, 2023
@philvarner
Copy link
Collaborator Author

philvarner commented May 10, 2023

It looks like neither Planetary Computer and Earth Search are using eo:bands, though PC is advertising the eo extension in sentinel-1-grd items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant