File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,6 @@ ArcGIS](https://www.esri.com/en-us/home)) and forms the vector data basis for
28
28
libraries such as [ GDAL] ( https://gdal.org/ ) . A subset of
29
29
simple features forms the [ GeoJSON] ( https://geojson.org/ ) standard.
30
30
31
- R has well-supported classes for storing spatial
32
- data ([ sp] ( https://CRAN.R-project.org/package=sp ) )
33
- and interfacing to the above mentioned environments
34
- ([ rgdal] ( https://CRAN.R-project.org/package=rgdal ) ,
35
- [ rgeos] ( https://CRAN.R-project.org/package=rgeos ) ), but has so far lacked a
36
- complete implementation of simple features, making conversions
37
- at times convoluted, inefficient or incomplete. The package
38
- [ sf] ( https://github.com/r-spatial/sf ) tries to fill this gap, and aims
39
- at succeeding [ sp] ( https://CRAN.R-project.org/package=sp ) in the
40
- long term.
41
-
42
31
This vignette:
43
32
44
33
* explains what is meant by features, and by ` simple features `
You can’t perform that action at this time.
0 commit comments