Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic detection of relevant swaths #52

Open
David-Loibl opened this issue Feb 4, 2019 · 0 comments
Open

Automatic detection of relevant swaths #52

David-Loibl opened this issue Feb 4, 2019 · 0 comments
Milestone

Comments

@David-Loibl
Copy link
Collaborator

David-Loibl commented Feb 4, 2019

In the prepare-data.sh routine, the swath relevant for processing the area of interest should be determined automatically. This will render the manual input in the config file obsolete.
Envisioned work flow:

  • Read the orbit direction from S1 annotation XML file:
    grep 'pass' s1a___.xml | tr '<' ' ' | tr '>' ' ' | awk '{print $2}'
  • Check if range values are out beyond range range (i.e. < 0, > max) using SAT_llt2rat for each swath
  • Add all swaths necessary to process the whole AOI
@David-Loibl David-Loibl added this to the 0.8 milestone Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant