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
In the way I use it here, a synthetic queryable is one that doesn't exist as a literal field in the Item. Conceptually, all queryables are synthetic, as there is a mapping defined between the queryable term (e.g., eo:cloud_cover) and the search filter this translates to (e.g., item.properties.eo:cloud_cover <= 32.1), but synthetic is applied here to mean that that there's a more complex relationship expressed in the mapping.
Examples of what would be supported are:
The Item has an Asset with the key red.
The Item has an Asset with an eo:band array containing red and has a role array containing data.
The Item has a Link with link relation derived_from and an href of https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20230320T052641_R105_T48XWH_20230320T082142
The text was updated successfully, but these errors were encountered:
In the way I use it here, a synthetic queryable is one that doesn't exist as a literal field in the Item. Conceptually, all queryables are synthetic, as there is a mapping defined between the queryable term (e.g.,
eo:cloud_cover
) and the search filter this translates to (e.g.,item.properties.eo:cloud_cover <= 32.1
), but synthetic is applied here to mean that that there's a more complex relationship expressed in the mapping.Examples of what would be supported are:
red
.eo:band
array containingred
and has arole
array containingdata
.derived_from
and an href ofhttps://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20230320T052641_R105_T48XWH_20230320T082142
The text was updated successfully, but these errors were encountered: