-
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
More GMT data sources in load_earth_relief and other load_earth functions #1786
Comments
Related to #1442 |
Closing the feature request as it has been implemented in a series of PRs. Thanks @willschlitzer. |
Re-opening to track other non earth_relief data sources listed in https://www.generic-mapping-tools.org/remote-datasets (except for the Earth day/night image) as mentioned in #2272 (comment). |
@seisman as you mentioned Mars elevation in this comment, is there a plan to add planetary datasets (Mars/Moon relief data, I'm assuming)? |
I think there was a proposal to support other planetary datasets but it was not funded. So there is limited resources for adding more datasets, but I believe volunteer are always welcomed. |
@willschlitzer This is a kind reminder that the |
Description of the desired feature
GMT now provides earth relief datasets from different data sources:
earth_relief
: global earth relief data from SRTM15+ (resolutions from01d
to01s
)earth_synbath
: new earth relief data that uses the statistical properties of young seafloor fabric and directions of spreading is also available and provides more realistic relief in areas of young seafloor with small seamounts (resolutions: from01d
to01s
) load_earth_relief: Add the support of data source 'synbath' #2162earth-gebco
: earth relief data from GEBCO (resolutions:01d
to01s
) load_earth_relief: Add the support of data source "GEBCO" #1818earth-gebcosi
: earth relief data from GEBCO but gives sub-ice elevations (resolutions:01d
to01s
) load_earth_relief: Add the support of data source 'GEBCOSI' #2192References:
Instead of having more
load_earth_xxx
functions, I think we can extend theload_earth_relief
function by adding a new parameter (for examplesubtype
ordata_source
), with possible values:relief
(default),synbath
,gebco
,gebcosi
.Other non
earth_relief
data sources:earth_age
Add function to import seafloor crustal age dataset #1471earth_faa
Add load_earth_free_air_anomaly function for Earth free-air anomaly dataset #2238earth_geoid
Add load_earth_geoid function for Earth Geoid dataset #2236earth_vgg
Add load_earth_vertical_gravity_gradient function for Earth vertical gravity gradient dataset #2240earth_mag
Add load_earth_magnetic_anomaly function for Earth magnetic anomaly dataset #2196,earth_mag4km
load_earth_magnetic_anomaly: Add mag4km parameter to support earth_mag4km dataset #2239,earth_wdmam
Add WDMAM dataset to load_earth_magnetic_anomaly #2241earth_mask
(pygmt.grdtrack: Remove the warning about the incorrect parameter order of 'points, grid' (warned since v0.7.0) #2312)The text was updated successfully, but these errors were encountered: