This is a helper function commonly used with SDA_query
to extract
WKT (well-known text) representation of geometry to an sf
or sp
object.
processSDA_WKT(d, g = "geom", crs = 4326, p4s = NULL, as_sf = TRUE)
An sf
object or if as_sf
is FALSE
a Spatial*
object.
data.frame
returned by SDA_query
, containing WKT representation of geometry
name of column in d
containing WKT geometry
CRS definition (e.g. an EPSG code). Default 4326
for WGS84 Geographic Coordinate System
Deprecated: PROJ4 CRS definition
Return an sf
data.frame
? If FALSE
return a Spatial*
object.
D.E. Beaudette, A.G. Brown
The SDA website can be found at https://sdmdataaccess.nrcs.usda.gov. See the SDA Tutorial for detailed examples.
The SDA website can be found at https://sdmdataaccess.nrcs.usda.gov. See the SDA Tutorial for detailed examples.