Skip to content

Commit 7c2a813

Browse files
committed
change vignette
1 parent c228b9a commit 7c2a813

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

vignettes/articles/intro.Rmd

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,4 @@ knitr::opts_chunk$set(collapse = TRUE)
1010
library(s2)
1111
```
1212

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`
13+
See vignette 7, "Spherical geometry in sf using s2geometry" of package sf.

0 commit comments

Comments
 (0)