Skip to content

[Feature Request] Usage Improvements for S1 Data #24

@dsherman-insar

Description

@dsherman-insar

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:

  1. 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?
  1. 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?
  1. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions