fatiando / rockhound

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
BSD 3-Clause "New" or "Revised" License
34 stars 15 forks source link

CRUST1.0 #7

Closed leouieda closed 2 years ago

leouieda commented 6 years ago

Description of the desired feature

Include CRUST1.0 model from https://igppweb.ucsd.edu/~gabi/crust1.html

Python code for loading the data from the archive file is in https://github.com/pinga-lab/paper-moho-inversion-tesseroids/blob/master/code/datasets.py#L205 though it uses a special class for the model, which we don't want. It would probably be better to have an xarray.Dataset since the model is a regular geographic grid.