Skip to content

alarm-redist/japan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

47-Prefecture Redistricting Simulations

The ALARM Project (Japan)

License: CC0 1.0 License: MIT Dataverse DOI-10.7910/DVN/Z9UKSH

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 containing redist_map and redist_plans objects, which contain the actual shapefiles and district assignment matrices and may be used for further analysis.

Acknowledgement

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.

Repository Structure

  • analyses/ contains the code for each self-contained analysis
  • function/ contains common analysis and repository management code

Data Sources

Contributing an Analysis

Please read the contribution guidelines (forthcoming).