-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding neighborhoods, probs to geostring return
- Loading branch information
1 parent
d5db6d1
commit 492c1b0
Showing
2 changed files
with
103 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
neighborhoods = [ | ||
"Andersonville", | ||
"Archer Heights", | ||
"Ashburn", | ||
"Ashburn Estates", | ||
"Austin", | ||
"Avaondale", | ||
"Belmont Central", | ||
"Beverly", | ||
"Beverly Woods", | ||
"Brainerd", | ||
"Bridgeport", | ||
"Brighton Park", | ||
"Bronceville", | ||
"Bucktown", | ||
"Burnside", | ||
"Calumet Heights", | ||
"Canaryville", | ||
"Clearing", | ||
"Chatham", | ||
"Chinatown", | ||
"Cottage Grove Heights", | ||
"Cragin", | ||
"Dunning", | ||
"East Chicago", | ||
"Edison Park", | ||
"Edgebrook", | ||
"Edgewater", | ||
"Englewood", | ||
"Ford City", | ||
"Gage Park", | ||
"Galewood", | ||
"Garfield Park", | ||
"Garfield Ridge", | ||
"Gold Coast", | ||
"Grand Crossing", | ||
"Gresham", | ||
"Hamilton Park", | ||
"Humboldt Park", | ||
"Hyde Park", | ||
"Jefferson Park", | ||
"Kelvyn Park", | ||
"Kenwood", | ||
"Kilbourn Park", | ||
"Lake Meadows", | ||
"Lakeview", | ||
"Lawndale", | ||
"Lincoln Park", | ||
"Lincoln Square", | ||
"Little Village", | ||
"Logan Square", | ||
"Longwood Manor", | ||
"Loop", | ||
"Marquette Park", | ||
"McKinley Park", | ||
"Midway", | ||
"Morgan Park", | ||
"Montclare", | ||
"Mount Greenwood", | ||
"North Center", | ||
"Norwood Park", | ||
"Old Irving Park", | ||
"Old Town", | ||
"Park Manor", | ||
"Pilsen", | ||
"Princeton Park", | ||
"Portage Park", | ||
"Pullman", | ||
"Ravenswood", | ||
"River North", | ||
"River West", | ||
"Rodgers Park", | ||
"Roscoe VIllage", | ||
"Roseland", | ||
"Sauganash", | ||
"Schorsch Village", | ||
"Scottsdale", | ||
"South Chicago", | ||
"South Deering", | ||
"South Loop", | ||
"South Shore", | ||
"Streeterville", | ||
"Tri-Taylor", | ||
"Ukrainian Village", | ||
"United Center", | ||
"Uptown", | ||
"Vittum Park", | ||
"Washington Heights", | ||
"West Elsdon", | ||
"West Loop", | ||
"West Pullman", | ||
"Westlawn", | ||
"Wicker Park", | ||
"Woodlawn", | ||
"Wrigleyville", | ||
"Wrigtwood", | ||
] |