SDA_query_features {soilDB} | R Documentation |
Iterate over Spatial* object features and submit spatial queries to the SDA web-service.
SDA_query_features(x, id='pedon_id')
x |
a |
id |
the column name in |
The SDA website can be found at http://sdmdataaccess.nrcs.usda.gov. A detailed vignette can be found at https://r-forge.r-project.org/scm/viewvc.php/*checkout*/docs/soilDB/SDA-tutorial.html?root=aqp.
A dataframe containing the results.
This function requires the 'httr', 'jsonlite', 'XML', and 'rgeos' packages
D.E. Beaudette