go-geom

Package geom implements efficient geometry types for geospatial applications.

BSD-2-CLAUSE License

Stars
846
Committers
22
go-geom - Latest Release

Published by twpayne almost 2 years ago

go-geom - v1.4.3

Published by twpayne about 2 years ago

  • Tolerate minor differences in floating point results to support FMA
go-geom -

Published by twpayne over 2 years ago

  • Fix floating point precision failure caused by FMA on ppc64le, thanks @prashantkhoje
go-geom - v1.4.1

Published by twpayne about 3 years ago

  • Fix common-case panic in convex hull calculation (thanks @chrisdinn).
go-geom - v1.4.0

Published by twpayne over 3 years ago

  • Improve handling of GeometryCollections (thanks @otan).
  • Add top level SetSRID function.
  • New WKT parser (thanks @andyyang890).
  • Add Reverse method (thanks @engelsjk).
go-geom - v1.3.6

Published by otan about 4 years ago

  • multipolygon: fix Polygon(i) function with EMPTY preceding MULTIPOLYGONs
go-geom - v1.3.5

Published by otan about 4 years ago

  • geojson: fix rune cast for Go 1.15
  • encoding/wkt: fix handling of collections with empty elements
go-geom - v1.3.4

Published by twpayne about 4 years ago

go-geom - v1.3.2

Published by otan over 4 years ago

  • encoding/geojson: fix encoding POINT EMPTY with options
go-geom - v1.3.1

Published by otan over 4 years ago

  • encoding/geojson: correctly handle EMPTY geometries
  • encoding: switch tests to use testify
  • bigxy, sorting, transform: convert to testify for tests
go-geom - v1.3.0

Published by otan over 4 years ago

*: handle MULTIPOINT containing empty elements
*: encoding/*wkb: handle EMPTY POINT NaN encoding