Skip to content

Commit b059df2

Browse files
Update s2.md
1 parent 439a651 commit b059df2

File tree

1 file changed

+1
-1
lines changed
  • docs/en/sql-reference/functions/geo

1 file changed

+1
-1
lines changed

docs/en/sql-reference/functions/geo/s2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: 'Documentation for functions for working with S2 indexes'
99

1010
## S2Index {#s2index}
1111

12-
[S2](https://s2geometry.io/) is a geographical indexing system where all geographical data is represented on a three-dimensional sphere (similar to a globe).
12+
[S2](https://s2geometry.io/) is a geographical indexing system where all geographical data is represented on a sphere (similar to a globe).
1313

1414
In the S2 library points are represented as the S2 Index - a specific number which encodes internally a point on the surface of a unit sphere, unlike traditional (latitude, longitude) pairs. To get the S2 point index for a given point specified in the format (latitude, longitude) use the [geoToS2](#geotos2) function. Also, you can use the [s2ToGeo](#s2togeo) function for getting geographical coordinates corresponding to the specified S2 point index.
1515

0 commit comments

Comments
 (0)