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 c228b9a commit 7c2a813Copy full SHA for 7c2a813
vignettes/articles/intro.Rmd
@@ -10,11 +10,4 @@ knitr::opts_chunk$set(collapse = TRUE)
10
library(s2)
11
```
12
13
-* S2LatLng points are always latitude-longitude
14
-* internally represented as S2Points, 3-D unit vectors (geocentric)
15
-* S2polyline; when is a polyline invalid
16
-* S2Loop: rings get reordered (different starting point)
17
-* rings are not closed
18
-* polygons are properly nested rings (unlike e.g. MULTIPOLYGON)
19
-* in addition to empty polygon: full polygon
20
-* default polygon building: not oriented, assuming their area is less than `2*pi`
+See vignette 7, "Spherical geometry in sf using s2geometry" of package sf.
0 commit comments