Get data.frame of all ecoclass for multiple EDIT geoUnit in ESD or ESG catalog
Supply a vector of target geoUnit
. Data are accessed via Ecological Dynamics Interpretive Tool (EDIT) web services: https://edit.jornada.nmsu.edu/resources/esd
get_EDIT_ecoclass_by_geoUnit(geoUnit, catalog = c("esd", "esg"))
geoUnit |
A character vector of |
catalog |
Catalog ID. One of: |
A data.frame
containing: geoUnit
, id
, legacyId
, name
if(requireNamespace("curl") & curl::has_internet()) { get_EDIT_ecoclass_by_geoUnit(c("018X","022A")) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.