make_soils_url: Make SLGA WCS URL

Description Usage Arguments

View source: R/url_generate.R

Description

Generate the URL for a particular soils product, attribute, component and depth available from the Soil and Landscape Grid of Australia.

Usage

1
2
3
4
5
6
7
8
make_soils_url(
  product = NULL,
  attribute = NULL,
  component = NULL,
  depth = NULL,
  aoi = NULL,
  req_type = "cov"
)

Arguments

product

Character, one of the options from column 'Short_Name' in slga_product_info.

attribute

Character, one of the options from column 'Code' in slga_attribute_info, where 'Type' = 'Soil'.

component

Character, one of 'VAL', 'CLO', or 'CHI'.

depth

Integer, a number from 1 to 6.

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'.


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