make_lscape_url: Make SLGA Landscape URL

View source: R/url_generate.R

make_lscape_urlR Documentation

Make SLGA Landscape URL

Description

Generate the URL for a particular landscape attribute available from the Soil and Landscape Grid of Australia.

Usage

make_lscape_url(product = NULL, aoi = NULL, req_type = "cov")

Arguments

product

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

aoi

Vector of WGS84 coordinates defining a rectangular area of interest. The vector may be specified directly in the order xmin, ymin, xmax, ymax, or the function can derive an aoi from the boundary of an 'sf' or 'raster' object.

req_type

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


obrl-soil/slga documentation built on Feb. 3, 2024, 4:31 a.m.