Element84 / earth-search

Earth Search information and issue tracking
https://earth-search.aws.element84.com/v1
27 stars 2 forks source link

sentinel-2-c1-l2a missing preview transform #47

Open jmettes opened 1 month ago

jmettes commented 1 month ago

The preview (L2A_PVI.tif) geotiff asset in Sentinel-2 Collection 1 does not have a shape or transform associated:

$ aws s3 cp --no-sign-request --region us-west-2 s3://e84-earth-search-sentinel-data/sentinel-2-c1-l2a\
/55/G/GL/2024/7/S2B_T55GGL_20240708T235829_L2A\
/S2B_T55GGL_20240708T235829_L2A.json - | jq -r '.assets["preview"]'
{
  "href": "https://e84-earth-search-sentinel-data.s3.us-west-2.amazonaws.com/sentinel-2-c1-l2a/55/G/GL/2024/7/S2B_T55GGL_20240708T235829_L2A/L2A_PVI.tif",
  "type": "image/tiff; application=geotiff; profile=cloud-optimized",
  "title": "True color preview",
  "eo:bands": [
    {
      "name": "B04",
      "common_name": "red",
      "center_wavelength": 0.665,
      "full_width_half_max": 0.038
    },
    {
      "name": "B03",
      "common_name": "green",
      "center_wavelength": 0.56,
      "full_width_half_max": 0.045
    },
    {
      "name": "B02",
      "common_name": "blue",
      "center_wavelength": 0.49,
      "full_width_half_max": 0.098
    }
  ],
  "file:checksum": "12205a11860ddf8bc8dde9ba7dc3f02c9b935affa59135bcdd133e1b42b170df9997",
  "file:size": 16852,
  "roles": [
    "overview"
  ]
}

In the old collection, every other geotiff has shape and transform fields