Metadata-Version: 1.1
Name: apsg
Version: 0.2.3
Summary: APSG - structural geology module for Python
Home-page: http://ondrolexa.github.io/apsg
Author: Ondrej Lexa
Author-email: lexa.ondrej@gmail.com
License: BSD
Description: ==============================================
        APSG - python module for structural geologists
        ==============================================
        
        .. image:: https://badge.fury.io/py/apsg.svg
            :target: http://badge.fury.io/py/apsg
        
        .. image:: https://badge.fury.io/gh/ondrolexa%2Fapsg.svg
            :target: http://badge.fury.io/gh/ondrolexa%2Fapsg
        
        .. image:: https://anaconda.org/ondrolexa/apsg/badges/version.svg
            :target: https://anaconda.org/ondrolexa/apsg
        
        APSG defines several new python classes to easily manage, analyze and visualize orientational structural geology data.
        
        * Free software: BSD license
        * Documentation: https://apsg.readthedocs.org.
        
        
        
        
        
        History
        -------
        
        0.1.0 (01 Nov 2014)
        ---------------------
        
        * First release of APSG
        
        0.2.0 (09 Dec 2014)
        ---------------------
        
        * new StereoNet class for Schmidt projection
        * Quick plot when data are passed to StereoNet class instantiation
        * mplstereonet dependency depreceated
        
        * new Pair and Fault classes to manipulate paired data (full support in future)
        * new uniform_lin and uniform_fol Group methods
        * abs for Group implemented to calculate euclidean norms
        * new Group method normalized
        * new Group properties and methods to calculate spherical statistics
        
        0.2.1 (09 Dec 2014)
        ---------------------
        
        * Quick plotting of groups fixed.
        
        0.2.2 (17 Apr 2015)
        ---------------------
        
        * FaultSet class added. Fault and Hoeppner methods of StereoNet implemented
        * VelGrad and DefGrad classes used for transformations added
        * G class to quickly create groups from strings added.
        
        0.2.3 (21 Oct 2015)
        ---------------------
        
        * New Docstrings format
        * StereoNet.getfols method bug fixed.
        * Shell scripts to run interactive session improved.
Keywords: apsg
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
