Skip to content

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
@seisman seisman merged commit fcc756b into main Jan 26, 2024
@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.

3 participants