A visualization of business accessibility to residents of every neighborhood and census tract in the City of Chicago. Refer to the Chicago Oasis Data project for information about how the analysis was performed.
Chicago Oasis was originally created as a submission to ChallengePost's Big Data for Social Good competition (it took third place). You can read more--and watch a video--about the goals and inspiration for this project on the ChallegePost project page.
Chicago Oasis is a trivial Node.js application that uses the Express framework for routing requests to static, precomputed analysis files in the public/json/
directory. It does not utilize a database. The application serves a web front-end based on Bootstrap/jQuery that makes use of the awesome-bootstrap-checkbox
, bootstrap-multiselect
, seiyra-bootstrap-slider
plugins, plus the Jade templating engine and marked
(Markdown rendering library).
This application requires Node.js and the Node Package Manager (npm
). Assure these tools are available in your environment, then:
$ git clone https://github.com/defano/chicago-oasis
$ cd chicago-oasis/
$ npm install
$ npm start
The app should now be running on localhost:5000.
This GitHub repository is configured for continuous delivery to Heroku; any changes pushed to the master branch will result in the app being redeployed on the Heroku cloud (accessible via http://chicago-oasis.org).
That said, the project contains a Procfile
so you can fork this repository and deploy it to your own Heroku environment. Make sure you have the Heroku Toolbelt installed:
$ heroku create
$ git push heroku master
$ heroku open
Not a bug. When relative shading is enabled, only those areas visible on the map are shaded (the rest remain unshaded). Visible in this context means that the center (centroid) of the area is visible on the map. If the center of the area is not within the map’s viewable boundaries, then the entire area--including the portion which is visible--loses its shading.
The shades represent the relative accessibility of a given business type compared to accessibility in other areas of the city. This formula sometimes produces what might be considered misleading conclusions. Take, for example, hotels in the city: because we find such a large percentage of all the city’s hotels in the downtown area, outlying neighborhoods appear universally as deserts, even though a more nuanced consideration of what constitutes a “hotel desert” might reach a different conclusion.
It means that we either don’t have data for the area and cannot make a determination of its level of desertification, or there's an internal problem with the app. Try refreshing the page on your browser.
This is a limitation of our source data. For a variety of reasons, the City of Chicago does not publish business license data across a consistent range of years.
We agree, but our data is based on business license categories issued by the City of Chicago. Each selection in the menu represents a different type of business license, which may or may not always be interesting to an application like ours.
One exception: The city produced a special dataset for grocery stores (even though grocery stores are licensed within a more broad license category: "retail food").
In our humble opinion, this is a “limitation” (we won't call it a bug, nudge-nudge) in Google’s internal street view logic. There are some available workarounds, but they were deemed too complicated for this effort. Our apologies.