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
Within rapida, the goal is to quickly search for imagery that intersects a specific project polygon and then find the most suitable imagery (little clouds inn the specified date-time range).
While this sounds simple the practice has shown this to be a complex task that can be approached in several ways.
Approach
use mgrs to generate a list of 100K tiles that intersect the geom
This is a common step for all approaches.
identify the best candidate for each tile considering time window and cloud cover
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
The data source is described at:
https://github.com/Element84/earth-search?tab=readme-ov-file#sentinel-2-l1c-and-l2a-sentinel-2-l1c-and-sentinel-2-l2a
Within rapida, the goal is to quickly search for imagery that intersects a specific project polygon and then find the most suitable imagery (little clouds inn the specified date-time range).
While this sounds simple the practice has shown this to be a complex task that can be approached in several ways.
Approach
This is a common step for all approaches.
Beta Was this translation helpful? Give feedback.
All reactions