The goal of the 47-Prefecture Simulation Project is to generate and analyze redistricting plans for the single-member districts of the House of Representatives of Japan using a redistricting simulation algorithm. In this project, we analyzed the partisan bias of the 2022 redistricting for 25 prefectures subject to redistricting. Our simulations are designed to comply with the redistricting rules that the Council abides by.
This repository contains code to sample districting plans for the Japanese House of Representatives for the prefectures subject to redistrict following the demographic shifts reflected in the 2020 Census, according to relevant legal requirements.
The sampled plans and accompanying summary statistics may be downloaded from the dataverse for this project. These consist of four files for each analysis:
- a documentation file describing data formats, analysis decisions, and data sources
- a CSV file of summary statistics for each of the generated plans
- two
.rds
files containingredist_map
andredist_plans
objects, which contain the actual shapefiles and district assignment matrices and may be used for further analysis.
We acknowledge the partial support from the Edwin O. Reischauer Institute of Japanese Studies (RIJS) at Harvard University. We also thank Harvard Data Science Initiative and Microsoft for computational support.
analyses/
contains the code for each self-contained analysisfunction/
contains common analysis and repository management code
- 2020 Census
- 2000 Census
- Periodical Ferry Route: National Geographic Information Download Service
- Lake and Ponds: National Geographic Information Download Service
- Vote record of the House of Councilors election of July 21st 2019
- Vote record of the House of Councilors election of July 10th 2022
Please read the contribution guidelines (forthcoming).