codeforkansascity / address-api

A address database accessible through an API that will return attributes about the address, neighborhood, council district, zoning...
http://address-api.codeforkc.org
MIT License
5 stars 9 forks source link

Added five layers from KCMO's Other.zip - created Areas table #100

Closed zmon closed 7 years ago

zmon commented 7 years ago

Other.zip is found by going to http://maps.kcmo.org/apps/parcelviewer/, clicking the Download tab and clicking the Other link

All GIS areas are stored in a single table. To separate the different layers there is a area_type_id column that indicates the area type/name. This translation is in the Area's object src/Code4KC/Address/Areas.php

Added street_address, same as single_line_address without city and state