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
Want to be able to search using temporal_baseline_days and frame in this ARIA collection. If I use a >=7.0.9, I am able to get the new collections of ARIA-S1-GUNWs:
The text was updated successfully, but these errors were encountered:
cmarshak
changed the title
[Feature] Frame search for new ARIA_S1_GUNW collection.
[Bug/Feature] Frame search for new ARIA_S1_GUNW collection
Apr 19, 2024
At the time of writing this should return 10 scenes from the ARIA_S1_GUNW collection.
Explanation:
asf-search and SearchAPI by default map the frame keyword to CENTER_ESA_FRAME, except when searching with platform, dataset, collections that fit under 'SENTINEL-1A', 'SENTINEL-1B', 'ALOS', in which case they implicitly use FRAME_NUMBER instead. asf-search doesn't do this conversion with the shortName keyword at the moment, so CENTER_ESA_FRAME gets passed along instead. Luckily, asfFrame can cover this basis!
I didn't quite understand your explanation regarding the translation of CMR metadata in asf_search. But fortunately, that's why I use this library and don't have to sweat too much. Thanks for explaining.
This is an extension of #198.
Want to be able to search using
temporal_baseline_days
andframe
in this ARIA collection. If I use a >=7.0.9, I am able to get the new collections of ARIA-S1-GUNWs:Here is metadata for a sample product:
So, I know the above product exists. However, when I update the search to include:
I get no results.
However, I am able to successfully query using temporal baseline:
The text was updated successfully, but these errors were encountered: