Metadata-Version: 1.1
Name: karta
Version: 0.4.2
Summary: Geospatial analysis in Python
Home-page: http://www.ironicmtn.com/karta.html
Author: Nat Wilson
Author-email: njwilson23@gmail.com
License: MIT License
Download-URL: https://github.com/njwilson23/karta/archive/master.zip
Description: 
        Karta - tidy package for geospatial computation
        ===============================================
        
        *Karta* provides a simple and fast framework for spatial analysis in Python.
        
        The package provides clean vector and raster data types that are geographical
        coordinate system-aware, a selection of geographical analysis methods, and the
        ability to read and write several formats, including GeoJSON, shapefiles, and
        ESRI ASCII.
        
        *Karta* works with Python 2.6-2.7 and Python 3.3+.
        
        DOCUMENTATION
        -------------
        
        See the `online manual <http://www.ironicmtn.com/kartadocs/karta-manual.html>`_.
        
        See the tutorial_, or read the `API documentation`_.
        
        .. _tutorial: http://www.ironicmtn.com/kartadocs/tutorial.html
        .. _API documentation: http://www.ironicmtn.com/kartadocs/reference.html
        
        
        The manual can also be built offline using Sphinx by running ``make`` from the
        ``doc/`` directory. The documentation is built from source code docstrings and
        information in the `Wiki <https://github.com/njwilson23/karta/wiki/Tutorial>`_.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
