Skip to contents

These wrappers keep 1.x scripts running. Each forwards to its 2.0 replacement and issues a deprecation warning. They will be removed in 3.0.

Usage

argentum_list_organizations()

argentum_list_layers(organization)

argentum_get_capabilities(url, max_tries = 3, timeout = 30)

argentum_import_wfs_layer(wfs_url, layer_name)

argentum_download_layers(
  organization,
  output_dir = file.path(tempdir(), "wfs_layers"),
  layer_names = NULL,
  format = c("gpkg", "shp", "geojson"),
  overwrite = FALSE
)

argentum_interactive_import()

argentum_interactive_download(output_dir = NULL)

argentum_select_organization(search = NULL, interactive_select = interactive())

Arguments

organization, wfs_url, layer_name, layer_names, url

Legacy arguments.

max_tries, timeout

Legacy arguments, now package options.

output_dir, format, overwrite

Legacy arguments.

search, interactive_select

Legacy arguments.

...

Passed to the replacement function.

Value

The value of the replacement function.