Bulk: GNAF bulk request

Description Usage Arguments Examples

Description

This function communicates with the GNAF geocoding API to return an official address.

Usage

1
Bulk(df, boundingbox, fuzzy = FALSE)

Arguments

Addresses

Full address string including street number (and or unit number. building name etc.), street name, suburb and postcode. boundingbox a named list of numeric coordinates in WGS 84 projection marking the minimum bounding rectangle of the search area. The list should be in the format: minLat, minLon, maxLat, maxLon. fuzzy puts boundaries around string matching parameters I.e. MaxEdits, MinLength and prefixLength. Defaults to FALSE

Examples

1
Bulk()

phillipf/GNAFAPI documentation built on May 25, 2019, 5:05 a.m.