Last active
August 29, 2015 14:17
-
-
Save stevevance/9af52b6c4fff2e3cd232 to your computer and use it in GitHub Desktop.
Chicago Cityscape API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"request": { | |
"lat": 41.87966662155178, | |
"lng": -87.62968897819519, | |
"address": "142 S Dearborn St" | |
}, | |
"properties": { | |
"parcels": [ | |
{ | |
"pin14": "17162120150000", | |
"address": "140 S Dearborn St", | |
"class": "2-99", | |
"description": "Commercial building over three stories", | |
"area": 69.234 | |
} | |
], | |
"zoning": { | |
"class": "DC-16" | |
}, | |
"pedestrian_street": { | |
"distance": 456, | |
"name": "Montrose Ave" | |
}, | |
"aro": "downtown", | |
"trains": [ | |
{ | |
"agency": "CTA", | |
"name": "Adams/Wabash", | |
"distance": 234, | |
"lat": 41.4, | |
"lng": -87.5 | |
}, | |
{ | |
"agency": "Metra", | |
"name": "Van Buren", | |
"distance": 345, | |
"lat": 41.6, | |
"lng": -87.6 | |
} | |
], | |
"community_area": { | |
"id": 77, | |
"name": "Edgewater" | |
} | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-87.62968897819519, | |
41.87966662155178 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment