-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't working
Description
https://www.earthdata.nasa.gov/dashboard/stories/hurricane-maria-and-ida
Tile requests fail with
{
"detail": "cog_default is not valid. Should be one of ['B01', 'B02', 'B03', 'B04', 'B05', 'B06', 'B07', 'B09', 'B10', 'B11', 'SAA', 'SZA', 'VAA', 'VZA', 'Fmask', 'thumbnail']"
}
Looks like this is supposed to show some SWIR false color composite from HLS data - this was the mosaic registration payload:
{"filter-lang":"cql2-json","filter":{"op":"and","args":[{"op":">=","args":[{"property":"datetime"},"2017-09-26T00:00:00.000Z"]},{"op":"<=","args":[{"property":"datetime"},"2017-09-26T23:59:59.999Z"]},{"op":"eq","args":[{"property":"collection"},"hls-l30-002-ej-reprocessed"]}]}}
I.e. this collection. So we would probably some false color composite involving B11
or B12
instead of cog_default
.
Acceptance criteria
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working