Emergency Temporary Shelters - Intake From Landing Zone
Under <a href="https://chicityclerkelms.chicago.gov/Matter/?matterId=6DEAA6D8-D0E6-EE11-904C-001DD806E058" target="_blank">SO2024-0008386</a>, passed by City Council on 4/17/2024, the Department of Family and Support Services publishes data on the City-operated and City-funded emergency new arrivals shelters. This dataset shows the total number of migrants who arrived at each shelter each two-week period from the Landing Zone. The Landing Zone is the City's centralized location for welcoming new arrivals and triaging for shelter placement, when available. In some cases, migrants previously exited a shelter (not necessarily the same one) under the <a href="https://www.chicago.gov/city/en/sites/texas-new-arrivals/home/faqs.html" target="_blank">Limited Stay Policy</a>.
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/emergency-temporary-shelters-intake-from-landing-hd2g-5c43\".\"emergency_temporary_shelters_intake_from_landing\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.