Skip to contents

Perform an API query and handle the returned spatial data

Usage

return_spatial_data(
  ids,
  url,
  fields,
  crs = 4326,
  max_tries = 3,
  verbosity = 0,
  ...
)

Arguments

ids

The IDs of the data to be requested

url

The API URL to query

fields

Which fields to include in the table returned

crs

The Coordinate Reference System (CRS) code to use

max_tries

integer. 3 by default (for now). Passed to httr2::req_retry () and controls how many times to try to perform the request, should initial attempt(s) fail.

verbosity

integer. 0 by default. Passed to httr2::req_perform() and controls the verbosity of the printed output from performing the request. Can be any integer from 0 to 3, or NULL. See ?req_perform for more detail.

...

Any arguments to be passed to opengeo_api_req()