A sample geocoder built with gw_build_geocoder. This geocoder contains both the sf geometry and addrrecnum identifier for every address on a street included in the sushi and sushi_sf example data sets.

data(sample_geocoder)

Format

A tibble with 6050 rows and 3 variables:

addrrecnum

address identification number

address

street address

geometry

sf geometric data

Examples

head(sample_geocoder)
#> Simple feature collection with 6 features and 2 fields #> geometry type: POINT #> dimension: XY #> bbox: xmin: -90.18532 ymin: 38.62466 xmax: -90.18532 ymax: 38.62466 #> epsg (SRID): 4269 #> proj4string: +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs #> addrrecnum address geometry #> 1 10010537 2 Washington Ave POINT (-90.18532 38.62466) #> 2 10010539 4 Washington Ave POINT (-90.18532 38.62466) #> 3 10010541 6 Washington Ave POINT (-90.18532 38.62466) #> 4 10010543 8 Washington Ave POINT (-90.18532 38.62466) #> 5 10010545 10 Washington Ave POINT (-90.18532 38.62466) #> 6 10010547 12 Washington Ave POINT (-90.18532 38.62466)