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

Open Address data for Jackson County #8

Open zmon opened 9 years ago

zmon commented 9 years ago

At http://openaddresses.io/ there are only two cities for MO, Jackson and St Louis. File is CSV A sample of the data

LON                LAT         NUMBER         STREET                     POSTCODE
-94.5753583 39.0030026  6830    Troost Avenue   
-94.5805458 39.0019604    628   East 69th Terrace   
-94.5835075 39.0017268    417   East 69th Terrace   
-94.5809829 39.0010654    624   East 70th Street    
rlh-aagis commented 9 years ago

Interesting. What concerns do you have providing KC addresses if any? I did not see an actual API to access the data beyond the ability to map it.maybe I'm overlooking it...

zmon commented 9 years ago

Just another source of addresses.
I was interested in what their normalized addresses looked like and how much/little data they were storing. It looks like that the address and location is all they are collecting..

zmon commented 9 years ago

@rlh-aagis Looks like Open Address has a link to the Jackson County data at http://arcgisweb.jacksongov.org/arcgis/rest/services/Cadastral/ParcelsAndAddresses/MapServer/3

Fields: ADDPTKEY ( type: esriFieldTypeString , alias: Parcel ID , length: 25 ) OWNER ( type: esriFieldTypeString , alias: Current Owner , length: 100 ) FULLADDR ( type: esriFieldTypeString , alias: Situs Address , length: 250 ) MUNICIPALITY ( type: esriFieldTypeString , alias: Situs City , length: 150 , Coded Values: [BLUE SPRINGS: BLUE SPRINGS] , [BUCKNER: BUCKNER] , [GRAIN VALLEY: GRAIN VALLEY] , ...16 more... ) ZIP ( type: esriFieldTypeString , alias: Zip Code , length: 10 ) PropertyReport ( type: esriFieldTypeString , alias: Property Report , length: 255 ) PropertyPicture ( type: esriFieldTypeString , alias: Property Picture , length: 255 ) TCA ( type: esriFieldTypeString , alias: TCA , length: 3 ) ADDRNUM ( type: esriFieldTypeString , alias: Full Address Number , length: 20 ) ADDRNUMSUF ( type: esriFieldTypeString , alias: Address Number Suffix , length: 5 ) created_date ( type: esriFieldTypeDate , alias: created_date , length: 36 ) created_user ( type: esriFieldTypeString , alias: created_user , length: 255 ) Directional_Prefix ( type: esriFieldTypeString , alias: Directional Prefix , length: 50 ) Directional_Suffix ( type: esriFieldTypeString , alias: Directional Suffix , length: 50 ) ExtractDate ( type: esriFieldTypeDate , alias: Extract Date , length: 36 ) FULLNAME ( type: esriFieldTypeString , alias: Full Road Name , length: 125 ) IMAGENAME ( type: esriFieldTypeString , alias: Image Name , length: 60 ) IMAGEPATH ( type: esriFieldTypeString , alias: Image Path , length: 150 ) last_edited_date ( type: esriFieldTypeDate , alias: last_edited_date , length: 36 ) last_edited_user ( type: esriFieldTypeString , alias: last_edited_user , length: 255 ) OBJECTID ( type: esriFieldTypeOID , alias: OBJECTID ) PLACENAME ( type: esriFieldTypeString , alias: Place Name , length: 250 ) PRIMARYADDRESS ( type: esriFieldTypeString , alias: PRIMARYADDRESS , length: 15 , Coded Values: [Primary: Primary] , [Multiple: Multiple] ) Road_type ( type: esriFieldTypeString , alias: Road_type , length: 50 ) Shape ( type: esriFieldTypeGeometry , alias: Shape ) STATUS ( type: esriFieldTypeString , alias: Tax Code Area , length: 30 , Coded Values: ) UNITID ( type: esriFieldTypeString , alias: Address Unit Number , length: 10 ) UNITTYPE ( type: esriFieldTypeString , alias: Address Unit Type , length: 10 , Coded Values: [APT: Apartment] , [BSMT: Basement] , [BLDG: Building] , ...22 more... ) XCOORD ( type: esriFieldTypeDouble , alias: X Coordinate ) YCOORD ( type: esriFieldTypeDouble , alias: Y Coordinate )