Go Geom Versions Save

Package geom implements efficient geometry types for geospatial applications.

v1.5.0

1 year ago

v1.4.3

1 year ago
  • Tolerate minor differences in floating point results to support FMA

v1.4.2

1 year ago
  • Fix floating point precision failure caused by FMA on ppc64le, thanks @prashantkhoje

v1.4.1

2 years ago
  • Fix common-case panic in convex hull calculation (thanks @chrisdinn).

v1.4.0

3 years ago
  • Improve handling of GeometryCollections (thanks @otan).
  • Add top level SetSRID function.
  • New WKT parser (thanks @andyyang890).
  • Add Reverse method (thanks @engelsjk).

v1.3.6

3 years ago
  • multipolygon: fix Polygon(i) function with EMPTY preceding MULTIPOLYGONs

v1.3.5

3 years ago
  • geojson: fix rune cast for Go 1.15
  • encoding/wkt: fix handling of collections with empty elements

v1.3.4

3 years ago

v1.3.2

3 years ago
  • encoding/geojson: fix encoding POINT EMPTY with options

v1.3.1

3 years ago
  • encoding/geojson: correctly handle EMPTY geometries
  • encoding: switch tests to use testify
  • bigxy, sorting, transform: convert to testify for tests