radiantearth / stac-spec

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

SAR observation direction #496

Closed jbants closed 5 years ago

jbants commented 5 years ago

Radarsat-2 can look both left and right. https://directory.eoportal.org/web/eoportal/satellite-missions/r/radarsat-2

Should observation_direction be a list of ['left'], ['right'], ['left', 'right']?

@m-mohr

matthewhanson commented 5 years ago

I've been wondering about this...under what conditions would a user be interested in knowing what the observation direction is? Is it something you would search on? If so, why?

jbants commented 5 years ago

I imagine if someone is looking at linear features (agriculture rows, for example), observation angles will play an important role in identification since the transmitted beam will reflect differently if it is perpendicular to the linear feature vs parallel.

I think people would search on this. Ex. Give me all scenes over my agriculture plot with a right observation angle since it's easier to identify my rows this way.

m-mohr commented 5 years ago

Can Radarsat-2 can look both left and right per item? Or is it just per collection?

jbants commented 5 years ago

I believe it is at the item level.

m-mohr commented 5 years ago

@jbants Could you check that (any maybe provide a source for that information)? I want to make sure that we really have a use case for it before changing it.

matthewhanson commented 5 years ago

Not sure I'm following this here. For one specific Item, the look direction will be either "right" or "left" right? If it looks both right and left in one Item then your scene will contain assets in two different locations.

jbants commented 5 years ago

You guys are right. It would be on the collection level. The item can only have one observation angle.

m-mohr commented 5 years ago

Okay, good. Then this is covered by the summaries extension and no changes required.

Thanks, closing.