nlgeocoder

knitr::opts_chunk$set(echo = FALSE)
library(leaflet)
library(sf)

Geocoding for nl

The dev team:

optional caption text

What is it about?

PDOK: dutch webservice

nl_geocode

nl_free, nl_suggest, nl_lookup

wrap each pdok service faithfully:

However:

addPdokTiles

Utility function to provide pdok tiles in leaflet: maps for Dutch regions:

library(leaflet)
leaflet() %>% 
  addPdokTiles() %>% 
 # do your mapping thing

Example

library(nlgeocoder)
library(leaflet)
r <- nl_geocode("Henri Faasdreef 312") # uRos 2018 Conference!
leaflet() %>% addPdokTiles("gray") %>% 
  addMarkers(data = r, popup = "uRos2018!")


Try the nlgeocoder package in your browser

Any scripts or data that you put into this service are public.

nlgeocoder documentation built on May 2, 2019, 3:32 p.m.