We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d0664 commit fe10c1dCopy full SHA for fe10c1d
README.md
@@ -46,6 +46,9 @@ The library provides the following:
46
as collections of discrete "S2 cells". This feature makes it easy to build
47
large distributed spatial indexes.
48
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
+
52
On the other hand, the following are outside the scope of S2:
53
54
* Planar geometry.
@@ -209,7 +212,7 @@ S2CellIterator | ❌
209
212
S2CellIteratorJoin | ❌
210
213
S2CellRangeIterator | ❌
211
214
S2Coder | ❌
-S2Earth | ❌
215
+S2Earth | ✅
216
S2EdgeClipping | ✅
217
S2EdgeCrosser | ✅
218
S2EdgeCrossings | ✅
0 commit comments