-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When I specify the fl parameter for the nl_geocode, it generates an error message.
res <- nl_geocode("Martinikerkhof 3 Groningen", fl = "woonplaatsnaam", messaging = TRUE)
The request is correct, so this isn't the problem:
https://geodata.nationaalgeoregister.nl/locatieserver/v3/free?fq=type:adres&q=Martinikerkhof%203%20Groningen&fl=woonplaatsnaam
But the fields centroide_ll and centroide_rd is missing, so st_as_sf generates an error:
Error in UseMethod("st_as_sf") :
no applicable method for 'st_as_sf' applied to an object of class "c('array', 'character')"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request