Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Mar 16, 2015
1 parent 7da5f8d commit 0f86b91
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Fauxgeo
:alt: Documentation Status


A python library that generates simple OSGeo-supported rasters and vectors. The primary purpose for this library is to serve as an aid in testing geoprocessing functions.
A python library that generates simple OSGeo-supported rasters and vectors. The primary purpose for this library to help test geoprocessing functions.

* Free software: BSD license
* Documentation: https://fauxgeo.readthedocs.org.
Expand All @@ -23,9 +23,9 @@ Requirements

fauxgeo 0.1.1 requires

* Numpy
* NumPy
* GDAL
* affine
* affine == 1.0

Installation
------------
Expand All @@ -34,7 +34,6 @@ Installation
pip install fauxgeo
Features
--------

Expand All @@ -46,10 +45,13 @@ Features
Tests
-----


.. code::
python setup.py test
Planning
--------


* Add basic visualization functionality
* Add Vector, TestVector, and VectorFactory classes

0 comments on commit 0f86b91

Please sign in to comment.