You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relevant feature properties are sat:absolute_orbit and sat:relative_orbit. At the moment they are propagated to the Catalog API; this works for sentinel-5p-l2/sat:absolute_orbit but not for sentinel-1-grd at all:
{
"code": 400,
"description": "Querying is not supported on property 'sat:absolute_orbit'. Possible properties are 'sar:instrument_mode', 's1:polarization', 'sat:orbit_state', 's1:resolution', 's1:timeliness'."
}
Instead, this will probably involve client-side filtering like we do for tileId.
The text was updated successfully, but these errors were encountered:
https://discuss.eodc.eu/t/sentinel-1-time-series-how-selecting-orbit-number/1004/2
Relevant feature properties are
sat:absolute_orbit
andsat:relative_orbit
. At the moment they are propagated to the Catalog API; this works forsentinel-5p-l2
/sat:absolute_orbit
but not forsentinel-1-grd
at all:Instead, this will probably involve client-side filtering like we do for
tileId
.The text was updated successfully, but these errors were encountered: