summaryrefslogtreecommitdiffstats
path: root/gis/geos/README
blob: 857f61a8f572143910ae2b5bd37f2e526f347e73 (plain)
1
2
3
4
5
6
7
8
9
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
Suite (JTS).  As such, it aims to contain the complete functionality
of JTS in C++.  This includes all the OpenGIS "Simple Features for SQL"
spatial predicate functions and spatial operators, as well as specific
JTS enhanced topology functions.

By default, the script does not build nor run the tests. You can use the
option TESTBUILD=YES to build and run the tests before the make install
part.