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())