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