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
)if (FALSE) { # \dontrun{
# do not run
ids <- get_object_ids()
feat <- get_esri_features_by_ids(ids = ids)
} # }