Skip to content

rad-lanl/PyGeoTess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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

Languages

  • C++ 94.0%
  • Cython 4.3%
  • Python 1.7%