Public repo containing code and data release for the School Mergers paper
The 74: School 'Pairings' Can Foster Racial, Socioeconomic Integration
Check the READMEs of the respective folders for more detailed information.
mergers_core/— Set up and run CP-SAT simulationsdashboard/— Summarize, plot, & map high-level impacts
The code for the School Mergers Dashboard is under dashboard/.
This code repo operates on a mass of CSV and shapes files which are available here: school_mergers_data.zip.
mergers_core/data/
mergers_core/data/state_codes.csv— Abbreviations and FIPS codes of the US states, DC, and PRmergers_core/data/attendance_boundaries/— School attendance boundaries datamergers_core/data/census_block_shapefiles_2020/— Census block to school attendance mappings (from Gillani &al., 2023)mergers_core/data/misc/— Miscellaneous results filesmergers_core/data/school_data/— Miscellaneous school data filesmergers_core/data/school_district_2021_boundaries/— Shape files and centroid/adjacency calculations for analysis and the solvermergers_core/data/solver_files/— Compiled data used by the solvermergers_core/data/sweep_configs/— Chunk configurations from/formergers_core/simulation_sweeps.pymergers_core/data/travel_times_files/— Travel times matrices used by the solver
dashboard/data/
dashboard/data/all_schools_with_names.csv— Demographic x grade counts for schools, along with school/district names (symlinked frommergers_core)dashboard/data/entirely_elem_closed_enrollment_districts.csv— Districts not including elementary schools that permit out-of-boundary attendance (e.g., magnet programs) (symlinked frommergers_core)dashboard/data/state_codes.csv(symlinked frommergers_core)dashboard/data/min_num_elem_schools_4_bottomless/— CP-SAT solver results (school closures allowed) (symlinked from./results)dashboard/data/min_num_elem_schools_4_constrained/— Primary CP-SAT solver results of the paper (80% minimum school enrollment). Seedata/results/for the others (symlinked from./results)dashboard/data/results/— All results (including sensitivity analyses) from the paper.dashboard/data/school_attendance_boundaries/— School attendance zone geometries for the 2021/2022 school year (symlinked frommergers_core)