Metadata-Version: 1.1
Name: karta
Version: 0.4.0
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* is a Python/Python3 package for geospatial data structures and
        computation. It provides simple and clean vector and raster data types, a
        selection of geographical analysis methods, and the ability to read and write
        several formats, including GeoJSON, shapefiles, and ESRI ASCII.
        
        The goal of *Karta* is to expose a simple and fast framework for spatial
        analysis.
        
        DOCUMENTATION
        -------------
        
        See the `online manual` <http://www.ironicmtn.com/karta/doc/manual/karta-manual.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
