-
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
load_earth_relief: Add the support of data source 'synbath' #2162
Conversation
I haven't cached the new gridfiles yet; I'll add them later to |
I think you need to cache the |
Co-authored-by: Dongdong Tian <[email protected]>
I combined the SYNBATH 01d grid test with the IGPP test. Happy to split it back into two tests, but I think this is easier since that have the same shape and min/max values. |
Since the PR title will be shown in the changelogs, what about changing the PR title to "load_earth_relief: Add the support of data source 'synbath'"? |
Ping @GenericMappingTools/pygmt-maintainers for final reviews. |
…appingTools#2162) * Add synbath option to earth_relief.py * Add tests for Earth relief with the synbath dataset * Update cache for synbath grids Co-authored-by: Dongdong Tian <[email protected]>
This pull request adds the synbath data source to
load_earth_relief
Addresses #1786
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version