Generate the URL for a point data query on the Soil and Landscape Grid of Australia.
make_point_url(product = NULL, poi = NULL)
Character, one of the options from column 'Short_Name' in
slga_product_info
, where Type =
'Landscape'.
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.
URL string containing supplied parameters. NB not using this one yet.