Metadata-Version: 2.0
Name: PyGeoC
Version: 0.1.0
Summary: Python for GeoComputation
Home-page: https://github.com/crazyzlj/PyGeoC
Author: Liang-Jun Zhu
Author-email: zlj@lreis.ac.cn
License: MIT
Keywords: GeoComputation utility library
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: gdal
Requires-Dist: numpy

PyGeoC
===========

Python for GeoComputation --- easy, convenient, and efficient.


.. image:: https://travis-ci.org/crazyzlj/PyGeoC.svg?branch=master


1.Introduction
-----------------

**PyGeoC** is aiming for a easy, convenient, and efficient way to implement GeoComputation.

2.Download and Install
-----------------------------

PyGeoC is developed by pure Python and used `Wheels <http://pythonwheels.com/>`_ to distribute via `PyPI <https://pypi.python.org/pypi?name=PyGeoC&version=0.1&:action=display>`_.


+ install `python2.6+`
+ install `pip`: please refer to the `installation page <https://pip.pypa.io/en/latest/installing/>`_
+ install `PyGeoC`

         pip install <path to PyGeoC>/dist/PyGeoC<version>.whl

         e.g., pip install e:/code/PyGeoC/pygeoc-0.1.whl

+ test the installation

        from pygeoc import raster

        from pygeoc import vector

        from pygeoc import utils

