dvntucker / geoscript-py

A Python GeoScript Implementation

Home Page:http://geoscript.org/py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geoscript-py README

Pre-requisites

Running geoscript-py requires:

Developing

Building geoscript-py requires Maven 3.

After cloning the repository:

git clone https://github.com/geoscript/geoscript-py.git

Use maven to build:

mvn clean install

More details can be found here.

Classpath Setup

GeoScript requires a number of GeoTools libraries to be present on the CLASSPATH environment variable. Use the 'classpath' script to download the necessary libraries and set up the CLASSPATH environment::

source classpath

Testing

Some test cases require actual running services to test against (eg. Postgis). Edit 'tests/dbexts.ini' to configure database servers the tests will run against.

About

A Python GeoScript Implementation

http://geoscript.org/py

License:MIT License


Languages

Language:Python 96.4%Language:Java 3.2%Language:Batchfile 0.2%Language:Shell 0.2%