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

downloading orbit #49

Closed
wants to merge 1 commit into from
Closed

Conversation

LiangJYu
Copy link
Contributor

This PR puts the thinnest of wrappers on @scottstanie sentineleof module to download EOF modules from ESA or ASF.

The following script demonstrates usage:

from s1reader.s1_orbit import download_orbit_file

safe_no_ext = 'S1A_IW_SLC__1SDV_20200511T135117_20200511T135144_032518_03C421_7768.'

# test both zip file and SAFE directory
for ext in ['zip', 'SAFE']:
    downloaded = download_orbit_file(f'{safe_no_ext}{ext}')
    print(downloaded)

@LiangJYu
Copy link
Contributor Author

LiangJYu commented Jul 8, 2022

Closing in lieu of a solution with fewer dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Abiltiy to download orbits from ASF
1 participant