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.
PyGeoTess currently requires a C++ compiler. In the future, binary wheels may be available on PyPI.
To install centrally from this repo: pip install .
To install an "editable" local installation from this repo: pip install -e .