Skip to content
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

Add load_venus_relief to load Venus relief dataset in various resolutions #2906

Merged
merged 14 commits into from
Jan 26, 2024

Conversation

seisman
Copy link
Member

@seisman seisman commented Dec 21, 2023

Preview: https://pygmt-dev--2906.org.readthedocs.build/en/2906/api/generated/pygmt.datasets.load_venus_relief.html#pygmt.datasets.load_venus_relief

import pygmt
from pygmt.datasets import load_venus_relief
grid = load_venus_relief(resolution="15m")

fig = pygmt.Figure()
fig.grdimage(grid, cmap="@venus_relief.cpt")
fig.show()

venus_relief

Address #2431.

@seisman seisman changed the title Add load_venus_relief to load Venus relief dataset in various resolut… Add load_venus_relief to load Venus relief dataset in various resolutions Dec 26, 2023
@seisman seisman added this to the 0.11.0 milestone Dec 26, 2023
@seisman seisman added the feature Brand new feature label Dec 26, 2023
@seisman seisman marked this pull request as ready for review January 17, 2024 04:23
@seisman seisman added the needs review This PR has higher priority and needs review. label Jan 17, 2024
@seisman seisman merged commit fdbc41a into main Jan 26, 2024
19 of 20 checks passed
@seisman seisman deleted the load_venus_relief branch January 26, 2024 14:15
@seisman seisman removed the needs review This PR has higher priority and needs review. label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Brand new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants