-
Notifications
You must be signed in to change notification settings - Fork 106
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
Error in downloading DEM #98
Comments
The ARIA-tools package requires you to get an API key from the OpenTopography site (https://opentopography.org/) and put that key into the |
Thanks for your response! Just to clarify, I did follow the ARIAtools documentation and created the .topoapi file as mentioned. I also set the permissions using !chmod 600 $HOME/.topoapi. Additionally, I have carefully followed all the procedures outlined in the Data_Access_Accounts.ipynb Jupyter notebook. Please let me know if there's anything else I might have missed or if you need more details about my setup. Best regards, |
@mhotalebi Did you go to the OpenTopography site, register for an account and generate an OpenTopography API key, and then copy that API key into your |
Thanks for following up! Yes, I did register for an account on the OpenTopography site, generated an OpenTopography API key, and copied it into my $HOME/.topoapi file. The API key looks similar to the format you mentioned. Despite following these steps, I’m still encountering issues. Any further guidance or troubleshooting steps would be greatly appreciated. |
The next troubleshooting step is to look at the file |
@mhotalebi , thanks for bringing this to our attention. I think this particular error may be associated with data migration involving source geoid URLs (see this discussion). I've just pushed some changes to the ARIA-tools dev branch to capture the necessary updates to successfully access DEMS. Please let me know if this resolves this issue on your end. |
I am experiencing a RuntimeError when trying to download and recognize DEM and mask files using ARIAtools. Despite configuring the necessary settings and files, I encounter an error indicating that the DEM file is not recognized as a supported file format.
Configuration Steps:
Created a .netrc file with my Earthdata credentials and use !chmod 600 $HOME/.netrc
Created a .topoapi file as per the ARIAtools documentation and use !chmod 600 $HOME/.topoapi
Changed settings on the ASF site to allow DEM downloads.
Execution Steps:
Run the ARIAtools script to download the mask and DEM file.
Actual Results
The following error is thrown:
RuntimeError: `./DEM/SRTM_3arcsec_uncropped.tif' not recognized as a supported file format.
The text was updated successfully, but these errors were encountered: