Skip to content

Commit 4a14792

Browse files
rsneddsymonds
authored andcommitted
s2: Update doc to reference the s2geometry.io site instead of the old google doc.
Signed-off-by: David Symonds <dsymonds@golang.org>
1 parent 05ab3d6 commit 4a14792

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

s2/doc.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
// limitations under the License.
1414

1515
/*
16-
Package s2 implements types and functions for working with geometry in S² (spherical geometry).
16+
Package s2 is a library for working with geometry in S² (spherical geometry).
1717
18-
Its related packages, parallel to this one, are s1 (operates on S¹), r1 (operates on ℝ¹)
19-
and r3 (operates on ℝ³).
18+
Its related packages, parallel to this one, are s1 (operates on S¹), r1 (operates on ℝ¹),
19+
r2 (operates on ℝ²) and r3 (operates on ℝ³).
2020
2121
This package provides types and functions for the S2 cell hierarchy and coordinate systems.
2222
The S2 cell hierarchy is a hierarchical decomposition of the surface of a unit sphere (S²)
2323
into ``cells''; it is highly efficient, scales from continental size to under 1 cm²
2424
and preserves spatial locality (nearby cells have close IDs).
2525
26-
A presentation that gives an overview of S2 is
27-
https://docs.google.com/presentation/d/1Hl4KapfAENAOf4gv-pSngKwvS_jwNVHRPZTTDzXXn6Q/view.
26+
More information including an in-depth introduction to S2 can be found on the
27+
S2 website https://s2geometry.io/
2828
*/
2929
package s2

0 commit comments

Comments
 (0)