README 469 B

12345678910
  1. GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
  2. Suite (JTS). As such, it aims to contain the complete functionality
  3. of JTS in C++. This includes all the OpenGIS "Simple Features for SQL"
  4. spatial predicate functions and spatial operators, as well as specific
  5. JTS enhanced topology functions.
  6. By default, the script does not build nor run the tests. You can use the
  7. option TESTBUILD=YES to build and run the tests before the make install
  8. part.