You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another issue is - the Sentinel-1 orbit download link has changed and the query to download one (in topsApp notebook) will result in an error. The workaround is to rectify the ssara_federated_query.py file. Follow the instructions given at this link (thanks to Rebecca Bussard) - https://www.unavco.org/gitlab/unavco_public/ssara_client/-/issues/3
I am also copypasting the solution here:
Sentinel Orbits with SSARA
Currently, the script ssara_federated_query.py is calling a broken link to try to grab orbit files for Sentinel-1 and the format that it’s using to call the files doesn’t match the current file format. To fix this, the following changes can be done:
Changing the location of where to get the orbit files to ASF requires an ASF username and password to be used and for those credentials to be included in the script somehow. There are definitely more sophisticated methods of doing this, but for a simple and easy fix, the following works:
This requires users to go edit this line in the ssara_federated_query script when they download it and enter their own username and password. As stated before there is probably another way to read in password_config.py but this is another method that works and could be used for the time being.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear fellow ISCE2 learners,
Like me, if you are using the tutorials from isce2-docs/Notebooks/UNAVCO_2020/, you might run into an issue while working with the SSARA queries for data downloads Juputer Notebook - https://github.com/isce-framework/isce2-docs/blob/master/Notebooks/UNAVCO_2020/DataAccess/SSARA.ipynb
The GitHub link in the code at cell 2
!git clone https://github.com/bakerunavco/SSARA.git $HOME/work/SSARA
is dead. Replacing that link with https://www.unavco.org/gitlab/unavco_public/ssara_client.git works.Another issue is - the Sentinel-1 orbit download link has changed and the query to download one (in topsApp notebook) will result in an error. The workaround is to rectify the ssara_federated_query.py file. Follow the instructions given at this link (thanks to Rebecca Bussard) - https://www.unavco.org/gitlab/unavco_public/ssara_client/-/issues/3
I am also copypasting the solution here:
I hope this will help some of you.
Best,
Manu
Beta Was this translation helpful? Give feedback.
All reactions