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_mars_relief to load Mars relief dataset in various resolutions and registrations #2847

Merged
merged 8 commits into from
Jan 26, 2024

Conversation

seisman
Copy link
Member

@seisman seisman commented Dec 3, 2023

Description of proposed changes

import pygmt
from pygmt.datasets import load_mars_relief
grid = load_mars_relief(resolution="15m")
 
fig = pygmt.Figure()
fig.grdimage(grid, cmap="@mars_relief.cpt")
fig.show()

mars_relief

Preview of docs: https://pygmt-dev--2847.org.readthedocs.build/en/2847/api/generated/pygmt.datasets.load_mars_relief.html

Addresses #2431

@seisman seisman changed the title Add load_mars_relief to load Mars relief dataset in various resolutions and registrations RFC: DO NOT MERGE: Add load_mars_relief to load Mars relief dataset in various resolutions and registrations Dec 3, 2023
@seisman seisman added the feature Brand new feature label Dec 3, 2023
@seisman seisman added this to the 0.11.0 milestone Dec 3, 2023
@seisman seisman marked this pull request as draft December 21, 2023 09:09
@seisman seisman changed the title RFC: DO NOT MERGE: Add load_mars_relief to load Mars relief dataset in various resolutions and registrations Add load_mars_relief to load Mars relief dataset in various resolutions and registrations Dec 26, 2023
@seisman seisman marked this pull request as ready for review January 17, 2024 04:34
@seisman seisman added the needs review This PR has higher priority and needs review. label Jan 17, 2024
pygmt/datasets/load_remote_dataset.py Outdated Show resolved Hide resolved
pygmt/datasets/load_remote_dataset.py Outdated Show resolved Hide resolved
@seisman seisman merged commit fcc756b into main Jan 26, 2024
18 of 20 checks passed
@seisman seisman deleted the load_mars_relief branch January 26, 2024 13:27
@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