get_EDIT_ecoclass_by_geoUnit {soilDB} | R Documentation |
Get Ecological Dynamics Information Tool (EDIT) ecological sites by catalog (ESD/ESG) and MLRA
Description
Data are accessed via Ecological Dynamics Interpretive Tool (EDIT) web services: https://edit.jornada.nmsu.edu/resources/esd. geoUnit
refers to MLRA codes, possibly with a leading zero and trailing "X" for two digit MLRA symbols.
Usage
get_EDIT_ecoclass_by_geoUnit(geoUnit, catalog = c("esd", "esg"))
Arguments
geoUnit |
A character vector of |
catalog |
Catalog ID. One of: |
Value
A data.frame
containing: geoUnit
, id
, legacyId
, name
. NULL
if no result.
Examples
## Not run:
get_EDIT_ecoclass_by_geoUnit(c("018X","022A"))
## End(Not run)
[Package soilDB version 2.8.3 Index]