JuliaGeodynamics / GeophysicalModelGenerator.jl

Import, process and interpret geophysical data sets to be used in numerical models.
MIT License
66 stars 29 forks source link

Fix the download of topographyic data with GMT #122

Closed albert-de-montserrat closed 4 months ago

albert-de-montserrat commented 4 months ago

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.