Warming Centers
NOTE, 11/17/2023: The columns for individual days have been removed and the data are now in the HOURS OF OPERATION column. The ADDITIONAL NOTES column was rarely used and has also been removed.
Warming Centers offer residents warming refuge from oppressive winter cold. The Chicago Department of Family and Support Services operates six Warming
Centers during the winter months. Additional facilities are opened as needed in libraries, Park District buildings, senior centers and other community venues.
You may call 311 to locate a Warming Center in your area, or go to http://bit.ly/kIhHPj for more information.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"cityofchicago/warming-centers-h243-v2q5\".\"warming_centers\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.