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

Fix the download of topographyic data with GMT #122

Merged

Conversation

albert-de-montserrat
Copy link
Member

The issue was the .grd extension in the file name. It should be

Topo = import_topo([14,15, 37, 38], file="@earth_relief_01m")

instead of

Topo = import_topo([14,15, 37, 38], file="@earth_relief_01m.grd")

This also fixes the CI.

Copy link
Member

@boriskaus boriskaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing that!

@albert-de-montserrat albert-de-montserrat merged commit 432ac9c into JuliaGeodynamics:main Jun 19, 2024
13 checks passed
@albert-de-montserrat albert-de-montserrat deleted the adm/CI branch June 19, 2024 12:08
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.

2 participants