Retrieves metadata from Soil and Landscape Grid of Australia soils WCS endpoints in XML or list format.
metadata_soils( product = NULL, attribute = NULL, component = NULL, depth = NULL, req_type = "desc", format = "native" )
product | Character, one of the options from column 'Short_Name' in
|
---|---|
attribute | Character, one of the options from column 'Code' in
|
component | Character, one of 'VAL', 'CLO', or 'CHI'. |
depth | Integer, a number from 1 to 6. The numbers correspond to the following depth ranges:
|
req_type | Character; one of 'cap' or 'desc'. Defaults to 'desc'. |
format | Character; one of 'xml' or 'native'. Defaults to 'native'. |
A list or xml document object, depending on the value of 'format'.
# \donttest{ cly_md <- slga::metadata_soils('NAT', 'CLY', format = 'native') # }