processSDA_WKT | R Documentation |
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)
d |
|
g |
name of column in |
crs |
CRS definition (e.g. an EPSG code). Default |
p4s |
Deprecated: PROJ4 CRS definition |
as_sf |
Return an |
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.
An sf
object or if as_sf
is FALSE
a Spatial*
object.
This function requires the sf
package.
D.E. Beaudette, A.G. Brown
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.