-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello all,
I am very interested in using this repo to download Sentinel-1 data with ESA. Would it be possible to add the following features:
- filter queries by relative orbit number if provided all the time
- currently, in search.py > query_by_filter(), the relative_orbit_number is only checked if burst_mode is enabled. It would be useful to filter a query based on the relative_orbit_number and other parameters regardless if I am searching with bursts (via burst_mode) or for full scenes. Would this be possible to implement?
- detect if a scene/group of bursts partially or fully covers my polygon query
- I do not know if there is a way currently to determine if a query or relative orbit partially or fully covers my polygon. In my application, it is very important that I have a fully covered polygon. Would it be possible to implement this functionality?
- download and merge bursts covering my polygon
- if I understand properly, when downloading bursts I need to specify the file path for the burst in
CopernicusDataSearcher.download_product(). It would be convenient to be able to download all bursts intersecting with my polygon and merge them all into the same manifest.safe. Would this be possible to implement if my second point is implemented?
Thank you very much, already this repo is very useful and helpful!
sirbastiano
Metadata
Metadata
Assignees
Labels
No labels