{"id":20234856,"url":"https://github.com/datamade/school-boundary-merge","last_synced_at":"2025-04-10T18:51:44.061Z","repository":{"id":14168032,"uuid":"16874060","full_name":"datamade/school-boundary-merge","owner":"datamade","description":"Scripts and source data to create one file with all the attendance boundaries for all public schools in Chicago","archived":false,"fork":false,"pushed_at":"2014-02-16T00:00:29.000Z","size":19972,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-24T16:38:21.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datamade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-15T23:18:13.000Z","updated_at":"2021-12-17T22:36:28.000Z","dependencies_parsed_at":"2022-09-23T20:01:55.319Z","dependency_job_id":null,"html_url":"https://github.com/datamade/school-boundary-merge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fschool-boundary-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fschool-boundary-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fschool-boundary-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fschool-boundary-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datamade","download_url":"https://codeload.github.com/datamade/school-boundary-merge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248274227,"owners_count":21076327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T08:13:23.166Z","updated_at":"2025-04-10T18:51:44.044Z","avatar_url":"https://github.com/datamade.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# School Boundary Merge\n\nThis represents a merge of all the attendance areas for the schools in the Chicago Public School System. The source for the final result (the files prefixed with ``all_schools``) is the data from the [City of Chicago Data Portal](https://data.cityofchicago.org/). The files that you get there are broken down by grade so this is an attempt to make one file that contains all the schools regardless of grade. The idea here is not to create a pretty map but to use this information to power other geospatially aware datasets to answer questions like \"What kind of crime occurs within the attendance boudary of school X?\"\n\n### What you have here is:\n\n1. A few different file type containing the final result of merging all the source data.\n2. The source data\n\nThe Chicago Public School system also provides data about the attendance boundaries in a few fusion tables, one for each type of school: \n\n* [Charter Schools](https://www.google.com/fusiontables/DataSource?docid=17Inkq6Z_aPhvIlHSWA9MMX4-d9NkmwQZQELBJY4#map:id=3)\n* [Elementary Schools](https://www.google.com/fusiontables/DataSource?docid=1VvtxgksCi6cQHvSsnfnZwn1PrHgkRa8rkWOoHRI#map:id=3)\n* [Middle Schools](https://www.google.com/fusiontables/DataSource?docid=1owQoX0Iw1r73jeYpAWotVsp6dBYqOdz0oMTvmMY#map:id=3)\n* [Elementary Schools](https://www.google.com/fusiontables/DataSource?docid=1_BkjK_60DUwSvJCozyOO53Q56lkbjrTv2bgpzp8#map:id=3)\n\nYou can download the KML files for those maps from those locations (they are also included here in the source data folder). \n\nWe use GDAL to reproject the geojson file to Latitude-Longitude \n\n```bash\n\u003e ogr2ogr -f \"GeoJSON\" all_schools_ll.geojson all_schools.geojson -s_srs EPSG:102671 -t_srs EPSG:4326 \n\u003e mv all_schools_ll.geojson all_schools.geojson\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Fschool-boundary-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatamade%2Fschool-boundary-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Fschool-boundary-merge/lists"}