You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# S2 geometry library in Go
2
2
3
-
[](https://github.com/golang/geo/actions/workflows/go.yml)[](https://github.com/golang/geo/actions/workflows/github-code-scanning/codeql)[](https://github.com/golang/geo/actions/workflows/golangci-lint.yml)[](https://scorecard.dev/viewer/?uri=github.com/golang/geo)
3
+
[](https://pkg.go.dev/github.com/golang/geo)[](https://github.com/golang/geo/actions/workflows/go.yml)[](https://github.com/golang/geo/actions/workflows/github-code-scanning/codeql)[](https://github.com/golang/geo/actions/workflows/golangci-lint.yml)[](https://scorecard.dev/viewer/?uri=github.com/golang/geo)
4
4
5
5
S2 is a library for spherical geometry that aims to have the same robustness,
6
6
flexibility, and performance as the best planar geometry libraries.
@@ -81,8 +81,6 @@ to geography are not part of the core library (e.g. easting/northing
81
81
conversions, ellipsoid approximations, geodetic vs. geocentric coordinates,
82
82
etc).
83
83
84
-
See https://pkg.go.dev/github.com/golang/geo for specific package documentation.
85
-
86
84
For an analogous library in C++, see https://github.com/google/s2geometry, in
87
85
Java, see https://github.com/google/s2-geometry-library-java, and Python, see
0 commit comments