Skip to content

Releases: spatial-go/geoos

v1.2

02 Jun 09:39
e4ee8ad
Compare
Choose a tag to compare
  • Added dynamic buffer algorithm, which can support buffer algorithms with different widths for lines.
  • Optimized the union algorithm and realized union support for non convex polygon.
  • Solved the Issue issue.

v1.1.3

30 Aug 09:12
9f552b3
Compare
Choose a tag to compare

Fixed some buffer analysis method bugs.

v1.1.2

28 Jul 03:22
96858dc
Compare
Choose a tag to compare

Added a method to check the geometry struct is correct.

v1.1.1.1

22 Jul 09:17
241f339
Compare
Choose a tag to compare

Added a method to repair the self intersection of a polygon.

v1.1.1

20 Jul 07:02
1c8d522
Compare
Choose a tag to compare

Optimize the performance of topological relation algorithm and geometric operation algorithm of geometry.
It standardizes the encoding and decoding methods of geoencoding and improves the compatibility with geojson format.

v1.1.0

26 May 03:44
1a2fd88
Compare
Choose a tag to compare
  • Optimize the topological relation algorithm and geometric operation algorithm of geometry,
    and improve the performance of calculation
  • The encoding and decoding methods of geoencoding are standardized, and the encoder interface is realized
  • Added support for coordinate system

v1.0.4

31 Dec 07:02
602a7f5
Compare
Choose a tag to compare

Delaunay triangle method and Voronoi diagram

v1.0.3

18 Nov 10:25
42817a8
Compare
Choose a tag to compare

Geobuf compression and decompression method can be used for vector data compression, compact structure data transfer faster

v1.0.2

14 Oct 11:32
d25b03c
Compare
Choose a tag to compare
  • A correlation method to verify the validity of spatial geometry
  • WKB transforms Str correlation methods
  • Add circle geometry method

v1.0.1

30 Aug 11:09
f6de0fa
Compare
Choose a tag to compare

Methods for creating spatial indexes include Kd Tree, Quad Tree, Interval Tree, and Hilbert Packed R-Tree