get_bids: get_bids

Description Usage Value Examples

Description

get_bids is a function that retreives the City of Milwaukee's Business Improvement District (BID) kml file from the City's GIS Services REST API. Projection is transformed to the State Plane South NAD 27 (ESPG 32054) datum.

Usage

1

Value

A large SpatialPolygonsDataFrame.

Examples

1
2
3
4
5
6
7
## Not run: 
bids <- get_bids()
summary(bids@data)
plot(mkeoutline)
plot(test, col = "red",add = T)

## End(Not run)

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