Skip to content

Commit c88e743

Browse files
committed
fixes #2495
1 parent 4aec49e commit c88e743

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

vignettes/sf1.Rmd

-11
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ ArcGIS](https://www.esri.com/en-us/home)) and forms the vector data basis for
2828
libraries such as [GDAL](https://gdal.org/). A subset of
2929
simple features forms the [GeoJSON](https://geojson.org/) standard.
3030

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-
4231
This vignette:
4332

4433
* explains what is meant by features, and by `simple features`

vignettes/sf2.png

-81.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)