Metadata-Version: 1.0
Name: GeomagPy
Version: 0.1.291
Summary: Geomagnetic analysis tools. Standard version.
Home-page: http://pypi.python.org/pypi/GeomagPy/
Author: R. Leonhardt, R. Bailey
Author-email: roman.leonhardt@zamg.ac.at
License: LICENSE.txt
Description: ===========
        MagPy
        ===========
        
        MagPy (GeomagPy) provides tools for geomagnetic analysis with special focus on observatories.
        Typical usage often looks like this::
        
            #!/usr/bin/env python
        
            from magpy.stream import *
        
            stream = read(path_or_url='filename')
            stream.plot(['x'])
        
        
        INSTALL
        =======
        
        Linux/Unix
        ----------
        # Replace x.x.x by the current version
        
        gunzip -c GeomagPy-x.x.x.tar.gz | tar xf -
        
        cd GeomagPy-x.x.x
        
        python setup.py install
        
        Windows
        -------
        coming soon
        
        A Quick guide
        =============
        
        In the following some basic usage examples are given:
        
        A Reading  and plotting data
        ----------------------------
        
        Use the following commands
        
        1. data = read('path_to_data')
        
        2. data.plot(['x'])
        
        You will find some example plots at the `Conrad Observatory <http://www.conrad-observatory.at>`_.
        
Platform: UNKNOWN
