SliDEM-project / SliDEM-python

Python package for the SliDEM project
https://hub.docker.com/repository/docker/loreabad6/slidem
Apache License 2.0
17 stars 2 forks source link

Automatically detect subswaths and bursts according to AOI #6

Closed loreabad6 closed 2 years ago

loreabad6 commented 2 years ago

When computing the interferograms, the subswath and burst need to be manually set. It would be good to automatically detect these to cover only our area of interest and therefore get a subset of the whole scene processed.

Currently, we check on SNAP where the intersection is.

loreabad6 commented 2 years ago

Two possible options:

loreabad6 commented 2 years ago

I implemented this by using S-1 TOPS SPLIT Analyser (STSA) tool. Initially the output was always written to a .json but I now use an internal function of the package to get it as a GeoDataFrame. For now it is working as expected 🥳