This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] geos-3.5.0



Already present in most of the distributions

---------------------------------------------------------------------
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.

Geometries: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, GeometryCollection Predicates: Intersects, Touches, Disjoint, Crosses, Within, Contains, Overlaps, Equals, Covers Operations: Union, Distance, Intersection, Symmetric Difference, Convex Hull, Envelope, Buffer, Simplify, Polygon Assembly, Valid, Area, Length,
    Prepared geometries (pre-spatially indexed)
    STR spatial index
OGC Well Known Text (WKT) and Well Known Binary (WKB) encoders and decoders.
    C and C++ API (C API gives long term ABI stability)
    Thread safe (using the reentrant API)
------------------------------------------------------------------------


Homepage https://trac.osgeo.org/geos/

to download (remove the index.html's) :

wget -r -np -nH --cut-dirs=0 \
http://matzeri.altervista.org/x86/geos/index.html

wget -r -np -nH --cut-dirs=0 \
http://matzeri.altervista.org/x86_64/geos/index.html

find x86 x86_64 -name index.html -o -name md5.sum | xargs rm


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]