Closed albert-de-montserrat closed 4 months ago
The issue was the .grd extension in the file name. It should be
.grd
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.
The issue was the
.grd
extension in the file name. It should beinstead of
This also fixes the CI.