get features.

get_esri_features_by_ids(
  ids,
  url = paste0("http://portal1.snirh.gov.br/ana/",
    "rest/services/Esta%C3%A7%C3%B5es_da_",
    "Rede_Hidrometeorol%C3%B3gica_Nacional", "_em_Opera%C3%A7%C3%A3o/MapServer/1"),
  query_url = paste(url, "query", sep = "/"),
  fields = c("*"),
  token = "",
  ssl = FALSE,
  simplifyDataFrame = FALSE,
  simplifyVector = FALSE,
  full = FALSE
)

Arguments

ids

Integer.

url

Character.

query_url

Character.

fields

Character.

token

Character.

ssl

Logical, default = FALSE.

simplifyDataFrame

Logical, default = FALSE.

simplifyVector

Logical, default = FALSE.

full

Logical, default = FALSE.

See also

Examples

if (FALSE) { # \dontrun{
# do not run
ids <- get_object_ids()
feat <- get_esri_features_by_ids(ids = ids)
} # }