Learn R Programming

slga (version 1.1.1)

make_point_url: Make point URL

Description

Generate the URL for a point data query on the Soil and Landscape Grid of Australia.

Usage

make_point_url(product = NULL, poi = NULL)

Arguments

product

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

poi

Vector of WGS84 coordinates defining a point area of interest. The vector may be specified directly in the order x, y, or the function can take in `sf` point objects.

Value

URL string containing supplied parameters. NB not using this one yet.