radiantearth / stac-spec

SpatioTemporal Asset Catalog specification - making geospatial assets openly searchable and crawlable
https://stacspec.org
Apache License 2.0
789 stars 179 forks source link

Add instrument mode field in the EO extension #353

Closed p3dr0 closed 5 years ago

p3dr0 commented 5 years ago

This field is defined as:

The sensor mode as a wide range of uses. It can describe support modes or operation modes (e.g. Auxiliary, Calibration and Measurement). For radar satellites, it is also quite important when describing different acquisition modes (e.g. Stripmap, Interferometric Wide Swath, Extra Wide Swath, Wave).

image

Source https://sentinel.esa.int/web/sentinel/technical-guides/sentinel-1-sar/sar-instrument/acquisition-modes

m-mohr commented 5 years ago

Sentinel-1 will be described with the SAR extension (#347). The EO extension is better suited for MSI, OLCI etc., but is not well-suited for SAR data.

For SAR, we have instrument_mode in the proposal. That's probably a free-form string, but can we standardize that to some extent? Otherwise useful searching on this field will be hard to realize. For example "Stripmap" and "SM" seems to be the same and therefore should be either Stripmap" or "SM", but not both. Same applies for IW, EW etc.

For EO, what kind of data would be added to the instrument_mode field?

matthewhanson commented 5 years ago

I wouldn't want to add a field for mode if it was a free-form string. We need to have an enumerated list for it. I could see 'operational' and 'calibration' as mildly useful...even though most catalogs probably aren't going to contain calibration data.

m-mohr commented 5 years ago

I'm also always not feeling good with adding free-form fields and should try to standardize / make lists for them as much as possible.

m-mohr commented 5 years ago

instrument_mode was added to the SAR extension some weeks ago, I think this issue is therefore solved?