-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes #2197
- Loading branch information
Showing
5 changed files
with
34 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
\name{sf-package} | ||
\alias{sf-package} | ||
|
||
\alias{sf} | ||
|
||
\docType{package} | ||
|
||
\title{The \code{sf} package} | ||
|
||
\description{ | ||
|
||
Package \code{sf} provides classes and methods to work with spatial | ||
vector data (points, lines, polygons). The data structures and | ||
methods it implements follow the "Simple Feature Access" standard, | ||
which is also found in many other softwares like GDAL, GEOS, QGIS, | ||
PostGIS and other spatial databases. For introductions into the | ||
package please consult: | ||
|
||
Pebesma, E. and Bivand, R. (2023). Spatial Data | ||
Science: With Applications in R. Chapman and Hall/CRC. | ||
https://doi.org/10.1201/9780429459016 which is also found freely | ||
online at https://r-spatial.org/book/ | ||
|
||
or | ||
|
||
Pebesma, E., 2018. Simple Features for R: Standardized Support | ||
for Spatial Vector Data. The R Journal 10 (1), 439-446, | ||
https://doi.org/10.32614/RJ-2018-009 (open access) | ||
|
||
} |