File tree 5 files changed +1
-82
lines changed
5 files changed +1
-82
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ Imports:
74
74
units (>= 0.7-0),
75
75
utils
76
76
Suggests:
77
+ animation,
77
78
blob,
78
79
nanoarrow,
79
80
covr,
Original file line number Diff line number Diff line change 1
1
affine demo script for affine transformations
2
2
basic simple feature test script
3
- bm_wkb benchmark for reading larg(ish) well-known-binary data, comparing sf and wkb
4
3
ggplot shows use of geom_sf
5
4
meuse_sf create meuse simple feature table from data.frame
6
5
nc load (read) North Carolina sids data set from a geopackage file
7
- webmap webmap demo from sp, modified to plot sf objects
8
6
twitter twitter globe demo
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# see https://gist.github.com/edzer/9c5c24434ffcaf42917796a98c4dd9a6
2
2
library(sf )
3
- # library(maptools)
4
3
library(animation )
5
4
data(wrld_simpl , package = " maptools" )
6
5
w <- st_as_sf(wrld_simpl )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments