-
Notifications
You must be signed in to change notification settings - Fork 224
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
Improve the load_earth_relief and load_earth_age functions #2225
Comments
Just installed GMT 6.3.0 and tested different datasets. For GMT 6.3.0,
I can't find the exact issue reports or PRs in the GMT repository, but I think in GMT 6.3.0, GMT was confused by the substring
|
Here are some issues that I found when I review the new codes. I think these issues can be addressed in separate PRs after this PR is merged.
For the
load_earth_relief
function:from pygmt.datasets import load_earth_relief
at the beginning of the examples, so that users can copy and run these examples (load_earth_relief: Add import statement to inline examples #2229)data_source
beforeuse_srtm
, becauseuse_srtm
is less commonly used anduse_srtm
only works fordata_source="igpp"
. (load_earth_relief: Move parameter use_srtm after data_source #2230)synbath
,gebco
andgebcosi
are not available for GMT 6.3.0. I haven't tested it, but if I remember it correctly,synbath
should work with GMT 6.3.0For the
load_earth_age
function:Originally posted by @seisman in #2200 (comment)
The text was updated successfully, but these errors were encountered: