geoprocess_mai: geoprocess_mai

Description Usage Arguments Value Examples

Description

geoprocess_mai geoprocesses the City of Milwaukee Master Address Index (MAI). It does this by joining the MAI to the parcelbase file by TAXKEY field to associate lat/lon values with each MAI record. It also adds a new "ADDRESS" field which is a concatination of existing fields.

Usage

1

Arguments

mai

A dataframe of the raw Master Address Index.

parcels

A SpatialPolygonsDataFrame of parcelbase file.

Value

A data frame.

Examples

1
2
3
4
5
6
7
## Not run: 
data("mai_04042016")
data("parcels")
geo_mai <- geoprocess_mai(mai_04042016, parcels)
head(geo_mai)

## End(Not run)

MatthewSchumwinger/mkedata documentation built on May 7, 2019, 4:34 p.m.