make_point_url: Make point URL

Description Usage Arguments Value

View source: R/url_generate.R

Description

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

Usage

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


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