litho1pt0
is a python interface to the crust 1.0 dataset and the lithospheric part of the litho 1.0 dataset (Laske et al, 2013 and Pasyanos et al, 2014) which both requires and demonstrates the triangulation / searching and interpolation on the sphere that is provided by stripy
.
python -c 'import litho1pt0; litho1pt0.documentation.install_documentation(path="Notebooks")'
The first three notebooks are an introduction to litho1pt0
the next two worked examples show how to search, interpolate and plot with the help of stripy
routines.
stripy is a dependency
- Ex1-Litho1Layers.ipynb
- Ex2-Litho1Properties.ipynb
- Ex3-CrustalRegionalisation.ipynb
- WorkEx1-CratonAverageProperties.ipynb
- WorkEx2-OceanDepthAge.ipynb
You will need Python 3.5 or greater. Also, the following packages are required:
You can install litho1pt0
and the stripy
dependency using the
pip package manager
:
pip install [--user] litho1pt0 stripy
The dependencies will be automatically installed by pip
, except for gfortran
(or any Fortran compiler). It must be installed in your system before installing
stripy
with pip
.
Automatically populated to underworldcode.github.io/litho1pt0