-
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
Cache earth_relief_15s tile and set GMT_DATA_SERVER to use https #1553
Conversation
Vercel build still failing... If you're trying to workaround the download error, maybe set the environment variable |
I'm trying to find out why the GitHub Action CI fails. It's clear that something is wrong with downloading data files from the GMT server, but the GitHub Action CI should not download any files, because these files are available in CI caches. |
https://github.com/GenericMappingTools/pygmt/runs/3763747598 The GitHub Action CI fails because the But why does the 03s tile needs the 15s tile? The map region is To reproduce the issue, I deleted my local cache and ran the following command, it's clear that both 03s and 15s tiles are downloaded.
|
Seems like an upstream GMT bug? Can we isolate it solely to |
It also happens to |
…ericMappingTools#1553) * Cache @N30W120.earth_relief_15s_p * Set GMT_DATA_SERVER to https://oceania.generic-mapping-tools.org/
Description of proposed changes
This PR caches the earth_relief_15s tile used in
examples/gallery/images/grdgradient.py
, but it may point to an upstream bug (GenericMappingTools/gmt#5829).Also force GMT_DATA_SERVER to use https instead of HTTP, due to unknown GMT server issues.
Fixes #
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