powered by
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" )
Character, one of the options from column 'Short_Name' in slga_product_info.
slga_product_info
Character, one of the options from column 'Code' in slga_attribute_info, where 'Type' = 'Soil'.
slga_attribute_info
Character, one of 'VAL', 'CLO', or 'CHI'.
Integer, a number from 1 to 6. The numbers correspond to the following depth ranges:
0 to 5 cm.
5 to 15 cm.
15 to 30 cm.
30 to 60 cm.
60 to 100 cm.
100 to 200 cm.
Character; one of 'cap' or 'desc'. Defaults to 'desc'.
Character; one of 'xml' or 'native'. Defaults to 'native'.
A list or xml document object, depending on the value of 'format'.
# NOT RUN { cly_md <- slga::metadata_soils('NAT', 'CLY', format = 'native') # }
Run the code above in your browser using DataLab