Skip to content

Commit fe10c1d

Browse files
authored
README.md: Add mention of earth package (#209)
1 parent 21d0664 commit fe10c1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ The library provides the following:
4646
as collections of discrete "S2 cells". This feature makes it easy to build
4747
large distributed spatial indexes.
4848

49+
* Translate angles and steradians into distances and areas using earth's radius
50+
through the [`earth`](https://pkg.go.dev/github.com/golang/geo/earth) package.
51+
4952
On the other hand, the following are outside the scope of S2:
5053

5154
* Planar geometry.
@@ -209,7 +212,7 @@ S2CellIterator | ❌
209212
S2CellIteratorJoin | ❌
210213
S2CellRangeIterator | ❌
211214
S2Coder | ❌
212-
S2Earth |
215+
S2Earth |
213216
S2EdgeClipping | ✅
214217
S2EdgeCrosser | ✅
215218
S2EdgeCrossings | ✅

0 commit comments

Comments
 (0)