Running geoscript-py requires:
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.
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
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.