Skip to content

Commit

Permalink
change vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jul 10, 2020
1 parent c228b9a commit 7c2a813
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions vignettes/articles/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,4 @@ knitr::opts_chunk$set(collapse = TRUE)
library(s2)
```

* S2LatLng points are always latitude-longitude
* internally represented as S2Points, 3-D unit vectors (geocentric)
* S2polyline; when is a polyline invalid
* S2Loop: rings get reordered (different starting point)
* rings are not closed
* polygons are properly nested rings (unlike e.g. MULTIPOLYGON)
* in addition to empty polygon: full polygon
* 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 comments on commit 7c2a813

Please sign in to comment.