Python interface to Litho 1.0 dataset - based on stripy


License
Other
Install
pip install litho1pt0==1.5.0

Documentation

Litho1pt0

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.

Navigation / Notebooks

   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

Installation

Dependencies

You will need Python 3.5 or greater. Also, the following packages are required:

Installing using pip

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.

Documentation

Automatically populated to underworldcode.github.io/litho1pt0