Description of the desired feature
GMT now provides earth relief datasets from different data sources:
References:
Instead of having more load_earth_xxx functions, I think we can extend the load_earth_relief function by adding a new parameter (for example subtype or data_source), with possible values: relief (default), synbath, gebco, gebcosi.
Other non earth_relief data sources:
Description of the desired feature
GMT now provides earth relief datasets from different data sources:
earth_relief: global earth relief data from SRTM15+ (resolutions from01dto01s)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: from01dto01s) load_earth_relief: Add the support of data source 'synbath' #2162earth-gebco: earth relief data from GEBCO (resolutions:01dto01s) load_earth_relief: Add the support of data source "GEBCO" #1818earth-gebcosi: earth relief data from GEBCO but gives sub-ice elevations (resolutions:01dto01s) load_earth_relief: Add the support of data source 'GEBCOSI' #2192References:
Instead of having more
load_earth_xxxfunctions, I think we can extend theload_earth_relieffunction by adding a new parameter (for examplesubtypeordata_source), with possible values:relief(default),synbath,gebco,gebcosi.Other non
earth_reliefdata sources:earth_ageAdd function to import seafloor crustal age dataset #1471earth_faaAdd load_earth_free_air_anomaly function for Earth free-air anomaly dataset #2238earth_geoidAdd load_earth_geoid function for Earth Geoid dataset #2236earth_vggAdd load_earth_vertical_gravity_gradient function for Earth vertical gravity gradient dataset #2240earth_magAdd load_earth_magnetic_anomaly function for Earth magnetic anomaly dataset #2196,earth_mag4kmload_earth_magnetic_anomaly: Add mag4km parameter to support earth_mag4km dataset #2239,earth_wdmamAdd 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)