Popularity
6.9
Declining
Activity
1.8
Growing
14
3
9

Monthly Downloads: 26
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.

  • hgeometry

    HGeometry is a library for computing with geometric objects in Haskell. It defines basic geometric types and primitives, and it implements some geometric data structures and algorithms. The main two focusses are: (1) Strong type safety, and (2) implementations of geometric algorithms and data structures that have good asymptotic running time guarantees.
  • dimensions

    Many-dimensional type-safe numeric ops
  • Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
    Promo www.influxdata.com
    InfluxDB Logo
  • cubicbezier

    Haskell library for manipulating cubic bezier curves
  • yx

    1.6 0.0 geos VS yx
    Row-major 2D coordinates

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.