Popularity
6.9
Declining
Activity
1.8
Growing
14
3
9

Monthly Downloads: 30
Programming language: Haskell
License: MIT License
Tags: Math     Geometry    

geos alternatives and similar packages

Based on the "Geometry" category.
Alternatively, view geos alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of geos or a related project?

Add another 'Geometry' Package

README

GEOS

This is a Haskell binding to Geos, the open-source geometry library. Capabilities include:

  • 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. These can be used to parse PostGIS geometry types.