Metadata-Version: 1.2
Name: SOSAT
Version: 0.2.4
Summary: State of stress analysis tool
Home-page: https://github.com/pnnl/SOSAT
Author: Jeff Burghardt
Author-email: jeffrey.burghardt@pnnl.gov
License: BSD license
Description: =====
        SOSAT
        =====
        .. image:: https://badge.fury.io/py/SOSAT.svg
            :target: https://badge.fury.io/py/SOSAT
        
        .. image:: https://github.com/pnnl/SOSAT/actions/workflows/build.yml/badge.svg
        
        .. image:: https://readthedocs.org/projects/sosat/badge/?version=latest
                :target: https://sosat.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/pnnl/SOSAT/badge.svg?branch=master
                 :target: https://coveralls.io/github/pnnl/SOSAT?branch=master
        
        
        The State of Stress Analysis Tool (SOSAT) is a Python package that
        helps analyze the state of stress in the subsurface using various types
        of commonly available characterization data such as well logs, well
        test data such as leakoff and minifrac tests, regional geologic
        information, and constraints on the state of stress imposed by the
        existence of faults and fractures with limited frictional shear
        strength. It employs a Bayesian approach to integrate these data into
        a probability density function for the principal stress components.
        
        * Documentation can be found at https://SOSAT.readthedocs.io.
        * SOSAT is free software released under a BSD license
        
        Funding to develop SOSAT was provided by the National Risk Assessment Partnership
        (NRAP) in the U.S. DOE Office of Fossil Energy under DOE contract number DE-AC05-
        76RL01830.
        
        
        =======
        History
        =======
        
        0.1.0 (2021-04-10)
        ------------------
        
        0.2.3 (2021-04-26)
        ------------------
        
Keywords: SOSAT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
