Skip to content

LANL-Seismoacoustics/PyGeoTess

Repository files navigation

PyGeoTess

GeoTess for Python programmers.

PyGeoTess is a Python interface module to the GeoTess gridding and earth model library from Sandia National Laboratories. It provides two interfaces to a subset of the GeoTess library: a direct interface to the GeoTess c++ classes and methods, and a more Pythonic interface.

global grid

Installation

PyGeoTess currently requires a C++ compiler. In the future, binary wheels may be available on PyPI.

GeoTessCPP

First, install GeoTessCPP >= 2.7, the underlying C++ library powering PyGeoTess, available from Conda-Forge or directly from the SNL repository:

With conda:

conda install -c conda-forge geotesscpp`

NOTE: Using PyGeoTess with geotesscpp installed from the main SNL repository does not currently work.

PyGeoTess

To install centrally from this repo: pip install .

To install an "editable" local installation from this repo: pip install -e .

About

Python interface to the GeoTess gridding and earth model library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published