| febr2sf | R Documentation |
Set spatial coordinates and coordinate reference system (CRS) to a set of soil observations.
febr2sf(obj)
obj |
Object of class |
Create an sf object from the observation ("observacao") table of one or more standardized datasets contained in the FEBR Soil Data Repository, https://www.pedometria.org/febr/.
An object of class sfc_POINT (single soil observation) or sfc_MULTIPOINT (multiple
soil observations).
Alessandro Samuel-Rosa alessandrosamuelrosa@gmail.com
Pebesma, E., 2018. Simple Features for R: Standardized Support for Spatial Vector Data. The R Journal 10 (1), 439-446, \Sexpr[results=rd,stage=build]{tools:::Rd_expr_doi("10.32614/RJ-2018-009")}
if (interactive()) {
res <- observation(
data.set = "ctb0013",
progress = FALSE, verbose = FALSE)
res <- febr2sf(obj = res)
plot(res["geometry"], axes = TRUE, graticule = TRUE)
}