PackageTrack

Go modules · #2498

github.com/spatial-go/geoos

v1.1.3spatial-go/geoos

Release timeline

36 releases since 2020
202120222023202420252026

Releases

  1. v1.1.4-0.20240423094113-770e5d72757523 Apr 2024pre-release

    Nothing published for this version

  2. v1.1.4-0.20231016075224-e47d35d64b7616 Oct 2023pre-release

    Nothing published for this version

  3. v1.1.4-0.20230921022519-35705f266ecc21 Sept 2023pre-release

    Nothing published for this version

  4. v1.1.4-0.20230920031234-cba139cc063e20 Sept 2023pre-release

    Nothing published for this version

  5. v1.1.4-0.20230602093650-e4ee8ad15b8d2 Jun 2023pre-release

    Nothing published for this version

  6. v1.1.330 Aug 2022
    Release notes

    Fixed some buffer analysis method bugs.

    Open source →
    Additional notes2 sources agree

    Fixed

    • Fixed some buffer analysis method bugs
    Open source →
  7. v1.1.3-0.20220812082544-26ede8ebabb012 Aug 2022pre-release

    Nothing published for this version

  8. v1.1.227 Jul 2022
    Release notes

    Added a method to check the geometry struct is correct.

    Open source →
    Additional notes2 sources agree

    Added

    • Added a method to check the geometry struct is correct.
    Open source →
  9. v1.1.2-0.20220727072514-96858dc3b5ef27 Jul 2022pre-release

    Nothing published for this version

  10. v1.1.2-0.20220722091624-241f339f09f122 Jul 2022pre-release

    Nothing published for this version

  11. v1.1.120 Jul 2022
    Release notes

    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.

    Open source →
    Additional notes2 sources agree

    Added

    • 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
    Open source →
  12. v1.1.026 May 2022
    Release notes
    • 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
    Open source →
    Additional notes2 sources agree

    Added

    • 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
    Open source →
  13. v1.0.5-0.20220501090914-598750c077541 May 2022pre-release

    Nothing published for this version

  14. v1.0.5-0.20220325072136-5d5d3a55474225 Mar 2022pre-release

    Nothing published for this version

  15. v1.0.5-0.20220301101124-e958301447571 Mar 2022pre-release

    Nothing published for this version

  16. v1.0.5-0.20220208080726-d6b13afaac118 Feb 2022pre-release

    Nothing published for this version

  17. v1.0.5-0.20220119111003-7d68fdd0673a19 Jan 2022pre-release

    Nothing published for this version

  18. v1.0.431 Dec 2021
    Release notes

    Delaunay triangle method and Voronoi diagram

    Open source →
    Additional notes2 sources agree

    Added

    • Delaunay triangle method and Voronoi diagram
    Open source →
  19. v1.0.318 Nov 2021
    Release notes

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

    Open source →
    Additional notes2 sources agree

    Added

    • Geobuf compression and decompression method can be used for vector data compression, compact structure data transfer faster
    Open source →
  20. v1.0.3-0.20211118081714-42817a86411c18 Nov 2021pre-release

    Nothing published for this version

  21. v1.0.3-0.20211117104134-819288d1d15717 Nov 2021pre-release

    Nothing published for this version

  22. v1.0.214 Oct 2021
    Release notes
    • A correlation method to verify the validity of spatial geometry
    • WKB transforms Str correlation methods
    • Add circle geometry method
    Open source →
    Additional notes2 sources agree

    Added

    • A correlation method to verify the validity of spatial geometry
    • WKB transforms Str correlation methods
    • Add circle geometry

    Fixed

    • Fix buffer analysis bug
    • Fix overlay analysis bug
    Open source →
  23. v1.0.2-0.20211014094502-805667bac15914 Oct 2021pre-release

    Nothing published for this version

  24. v1.0.130 Aug 2021
    Release notes

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

    Open source →
    Additional notes2 sources agree

    Added

    • Methods for creating spatial indexes include Kd Tree, Quad Tree, Interval Tree, and Hilbert Packed R-Tree
    Open source →
  25. v1.0.09 Aug 2021
    Release notes2 sources agree

    Added

    • Reconstruction of geometric coverage, spatial analysis, vector construction and other related methods
    • No need to install GeoS geometric calculation library, independent implementation of space calculation methods
    Open source →
  26. v0.2.0-mixed.0.20210809121409-d2d025ad565d9 Aug 2021pre-release

    Nothing published for this version

  27. v0.2.0-mixed9 Aug 2021pre-release

    Nothing published for this version

  28. v0.1.5-0.20210809101516-d40fad782fce9 Aug 2021pre-release

    Nothing published for this version

  29. v0.1.41 Jun 2021
    Release notes2 sources agree

    Added

    • Add parsing WKBHexStr method
    • AddMercatorDistance,calculating distance scale factor by latitude for Mercator
    Open source →
  30. v0.1.38 Apr 2021
    Release notes2 sources agree

    Added

    • Add hexagon grid method
    • Add GeoCSV file read method
    Open source →
  31. v0.1.3-0.20210823110508-ba2eed7a579723 Aug 2021pre-release

    Nothing published for this version

  32. v0.1.3-0.20210310030400-63565db16e9910 Mar 2021pre-release

    Nothing published for this version

  33. v0.1.28 Feb 2021
    Release notes2 sources agree

    Added

    • Add clustering method based on K-means clustering algorithm
    • Add clustering method based on DBSCAN algorithm
    • Add grid cutting method
    Open source →
  34. v0.1.114 Jan 2021
    Release notes2 sources agree

    Added

    • Add geojson data analysis method
    • Add wkb data analysis method
    • Add geometryCollection object analysis processing

    Changed

    • The wkt analysis method is placed under the geoos/encoding/wkt package
    • The space calculation method is put under the geoos/planar package
    Open source →
  35. v0.1.1-0.20201228114021-20a9b208df5328 Dec 2020pre-release

    Nothing published for this version

  36. v0.1.022 Dec 2020
    Release notes2 sources agree

    Added

    • Add geometry basic type
    • Add basic spatial calculation method
    • Added wkt data format analysis
    • Add test cases
    Open source →