Skip to content

Releases: spatial-go/geoos

v1.2

Choose a tag to compare

@tianpf tianpf released this 02 Jun 09:39
e4ee8ad
  • 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

Choose a tag to compare

@xiaogu-space xiaogu-space released this 30 Aug 09:12
9f552b3

Fixed some buffer analysis method bugs.

v1.1.2

Choose a tag to compare

@xiaogu-space xiaogu-space released this 28 Jul 03:22
96858dc

Added a method to check the geometry struct is correct.

v1.1.1.1

Choose a tag to compare

@tianpf tianpf released this 22 Jul 09:17
241f339

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

v1.1.1

Choose a tag to compare

@tianpf tianpf released this 20 Jul 07:02
1c8d522

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

Choose a tag to compare

@tianpf tianpf released this 26 May 03:44
1a2fd88
  • 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

Choose a tag to compare

@xiaogu-space xiaogu-space released this 31 Dec 07:02
602a7f5

Delaunay triangle method and Voronoi diagram

v1.0.3

Choose a tag to compare

@xiaogu-space xiaogu-space released this 18 Nov 10:25
42817a8

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

v1.0.2

Choose a tag to compare

@zhyt1985 zhyt1985 released this 14 Oct 11:32
d25b03c
  • A correlation method to verify the validity of spatial geometry
  • WKB transforms Str correlation methods
  • Add circle geometry method

v1.0.1

Choose a tag to compare

@xiaogu-space xiaogu-space released this 30 Aug 11:09
f6de0fa

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