Middle_School_Attendance_1213
Attendance boundaries for middle schools in the Chicago Public Schools district for school year 2012-2013. Note: only 28 middle schools have attendance boundaries in school year 2012-2013. Middle school boundaries are often established to relieve overcrowding at nearby elementary schools. Generally, all students in the applicable middle school grades who live within one of these boundaries may attend the school. To view or use these shapefiles, compression software, such as 7-Zip, and special GIS software, such as Google Earth or ArcGIS, are required.
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/middleschoolattendance1213-m7h2-r4sq\".\"middleschoolattendance1213\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.