Skip to content

ecor/geoscript-py

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • Java 1.6%
  • Other 0.3%