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

unable to open DEM file #136

Closed
mhotalebi opened this issue Jun 1, 2024 · 2 comments
Closed

unable to open DEM file #136

mhotalebi opened this issue Jun 1, 2024 · 2 comments

Comments

@mhotalebi
Copy link

mhotalebi commented Jun 1, 2024

thanks for responding my problems. recently I wanna runs my pygmtsar models in another cloud. but when i run it cant access to DEM file. I search issues and find someone had problem like me but I cant figure out how to fix it. because i cant find geoid_egm96_icgem.grd to create a symlink. (#124)
FileNotFoundError: [Errno 2] Unable to synchronously open file (unable to open file: name = '/tmp/build/GMTSAR/share/gmtsar/geoid_egm96_icgem.grd', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

@AlexeyPechnikov
Copy link
Owner

You can try to find it on your disk with the command:

find / -name geoid_egm96_icgem.grd

Alternatively, you can download the file from https://github.com/gmtsar/gmtsar/raw/master/gmtsar/geoid_egm96_icgem.grd and copy or symlink it to the expected location.

@mhotalebi
Copy link
Author

thanks

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

No branches or pull requests

2 participants