Closed leouieda closed 2 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.
xarray.Dataset
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.