NOTICE: This library is no longer being developed. Use Ensaio instead (https://www.fatiando.org/ensaio). -- Download geophysical models/datasets and load them in Python
There are many flavors (age, uncertainty, etc) but they're all in netCDF files. Loading them with xarray should be straight forward. Depending on their side, they can be downloaded individually (like in ETOPO1) if they're big or all at once if they are small (and loaded into a single Dataset).
Description of the desired feature
The classic seafloor age grid by Müller et al: https://www.ngdc.noaa.gov/mgg/ocean_age/ocean_age_2008.html
There are many flavors (age, uncertainty, etc) but they're all in netCDF files. Loading them with
xarray
should be straight forward. Depending on their side, they can be downloaded individually (like in ETOPO1) if they're big or all at once if they are small (and loaded into a singleDataset
).