Skip to content

Commit

Permalink
fixes #2495
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jan 26, 2025
1 parent 4aec49e commit c88e743
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions vignettes/sf1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ ArcGIS](https://www.esri.com/en-us/home)) and forms the vector data basis for
libraries such as [GDAL](https://gdal.org/). A subset of
simple features forms the [GeoJSON](https://geojson.org/) standard.

R has well-supported classes for storing spatial
data ([sp](https://CRAN.R-project.org/package=sp))
and interfacing to the above mentioned environments
([rgdal](https://CRAN.R-project.org/package=rgdal),
[rgeos](https://CRAN.R-project.org/package=rgeos)), but has so far lacked a
complete implementation of simple features, making conversions
at times convoluted, inefficient or incomplete. The package
[sf](https://github.com/r-spatial/sf) tries to fill this gap, and aims
at succeeding [sp](https://CRAN.R-project.org/package=sp) in the
long term.

This vignette:

* explains what is meant by features, and by `simple features`
Expand Down
Binary file removed vignettes/sf2.png
Binary file not shown.

0 comments on commit c88e743

Please sign in to comment.