metadata_lscape: download SLGA landscape metadata

Description Usage Arguments Value Note Examples

View source: R/get_metadata.R

Description

Retrieves metadata from Soil and Landscape Grid of Australia landscape WCS endpoints in XML or list format.

Usage

1
metadata_lscape(product = NULL, req_type = "desc", format = "native")

Arguments

product

Character, one of the options from column 'Short_Name' in slga_product_info, where 'Type' = 'Landscape'.

req_type

Character; one of 'cap' or 'desc'. Defaults to 'desc'.

format

Character; one of 'xml' or 'native'. Defaults to 'native'.

Value

A list or xml document object, depending on the value of 'format'.

Note

Parameter ‘product' is optional for 'req_type = ’desc'', leave out to get metadata for all available landscape products.

Examples

1
2
 slp_md <- slga::metadata_lscape('SLPPC', format = 'native')
 

slga documentation built on June 12, 2021, 9:07 a.m.