github.com/spatial-go/geoos
v1.1.3
#2498 most downloaded on Go modules
spatial-go/geoos
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 9 months
Nearly every release is documented
notes for 14 of 14 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
36 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
36 releases · Dec 2020 to Apr 2024Releases
latest 36-
v1.1.4-0.20240423094113-770e5d72757523 Apr 2024 pre-releaseNothing published for this version
-
v1.1.4-0.20231016075224-e47d35d64b7616 Oct 2023 pre-releaseNothing published for this version
-
v1.1.4-0.20230921022519-35705f266ecc21 Sep 2023 pre-releaseNothing published for this version
-
v1.1.4-0.20230920031234-cba139cc063e20 Sep 2023 pre-releaseNothing published for this version
-
v1.1.4-0.20230602093650-e4ee8ad15b8d02 Jun 2023 pre-releaseNothing published for this version
-
v1.1.330 Aug 2022 -
v1.1.3-0.20220812082544-26ede8ebabb012 Aug 2022 pre-releaseNothing published for this version
-
v1.1.227 Jul 2022 -
v1.1.2-0.20220727072514-96858dc3b5ef27 Jul 2022 pre-releaseNothing published for this version
-
v1.1.2-0.20220722091624-241f339f09f122 Jul 2022 pre-releaseNothing published for this version
-
v1.1.120 Jul 2022Release notes
Open source →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.Release notes
Open source →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
-
v1.1.026 May 2022Release notes
Open source →- 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
Release notes
Open source →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
- Optimize the topological relation algorithm and geometric operation algorithm of geometry,
-
v1.0.5-0.20220501090914-598750c0775401 May 2022 pre-releaseNothing published for this version
-
v1.0.5-0.20220325072136-5d5d3a55474225 Mar 2022 pre-releaseNothing published for this version
-
v1.0.5-0.20220301101124-e9583014475701 Mar 2022 pre-releaseNothing published for this version
-
v1.0.5-0.20220208080726-d6b13afaac1108 Feb 2022 pre-releaseNothing published for this version
-
v1.0.5-0.20220119111003-7d68fdd0673a19 Jan 2022 pre-releaseNothing published for this version
-
v1.0.431 Dec 2021 -
v1.0.318 Nov 2021Release notes
Open source →Geobuf compression and decompression method can be used for vector data compression, compact structure data transfer faster
Release notes
Open source →Added
- Geobuf compression and decompression method can be used for vector data compression, compact structure data transfer faster
-
v1.0.3-0.20211118081714-42817a86411c18 Nov 2021 pre-releaseNothing published for this version
-
v1.0.3-0.20211117104134-819288d1d15717 Nov 2021 pre-releaseNothing published for this version
-
v1.0.214 Oct 2021Release notes
Open source →- A correlation method to verify the validity of spatial geometry
- WKB transforms Str correlation methods
- Add circle geometry method
Release notes
Open source →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
-
v1.0.2-0.20211014094502-805667bac15914 Oct 2021 pre-releaseNothing published for this version
-
v1.0.130 Aug 2021Release notes
Open source →Methods for creating spatial indexes include Kd Tree, Quad Tree, Interval Tree, and Hilbert Packed R-Tree
Release notes
Open source →Added
- Methods for creating spatial indexes include Kd Tree, Quad Tree, Interval Tree, and Hilbert Packed R-Tree
-
v1.0.009 Aug 2021Release notes
Open source →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
-
v0.2.0-mixed.0.20210809121409-d2d025ad565d09 Aug 2021 pre-releaseNothing published for this version
-
v0.2.0-mixed09 Aug 2021 pre-releaseNothing published for this version
-
v0.1.5-0.20210809101516-d40fad782fce09 Aug 2021 pre-releaseNothing published for this version
-
v0.1.401 Jun 2021Release notes
Open source →Added
- Add parsing
WKBHexStrmethod - Add
MercatorDistance,calculating distance scale factor by latitude for Mercator
- Add parsing
-
v0.1.308 Apr 2021 -
v0.1.3-0.20210823110508-ba2eed7a579723 Aug 2021 pre-releaseNothing published for this version
-
v0.1.3-0.20210310030400-63565db16e9910 Mar 2021 pre-releaseNothing published for this version
-
v0.1.208 Feb 2021Release notes
Open source →Added
- Add clustering method based on K-means clustering algorithm
- Add clustering method based on DBSCAN algorithm
- Add grid cutting method
-
v0.1.114 Jan 2021Release notes
Open source →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
-
v0.1.1-0.20201228114021-20a9b208df5328 Dec 2020 pre-releaseNothing published for this version
-
v0.1.022 Dec 2020Release notes
Open source →Added
- Add geometry basic type
- Add basic spatial calculation method
- Added wkt data format analysis
- Add test cases