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

Allow RAiDER to fall back to ASF for Sentinel-1 orbits #613

Closed
jhkennedy opened this issue Nov 20, 2023 · 0 comments · Fixed by #637
Closed

Allow RAiDER to fall back to ASF for Sentinel-1 orbits #613

jhkennedy opened this issue Nov 20, 2023 · 0 comments · Fixed by #637
Assignees
Labels
bug Something isn't working

Comments

@jhkennedy
Copy link
Collaborator

Right now, our orbit credential checking function:
https://github.com/dbekaert/RAiDER/blob/dev/tools/RAiDER/s1_orbits.py#L19-L46

  • only checks ESA CDSE credentials
  • throws an error if ESA credentials aren't found

But sentineleof is capable of calling back to ASF via NASA EDL credentials to download orbits if it cannot find them from ESA.

So we should probably instead:

  • check for ESA CDSE credentials
  • check for NASA EDL credentials
  • warn if one exists but not the other
  • throw if neither exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant