Project
References
Your requirements identification for the project will be largely driven by the overall goals, along with the reading of some background papers. See below for an annotated list of the reading.
General
- All About Redistricting. Contains a state-by-state listing of party in control and approach to redistricting.
- US Supreme Court Blog for Louisiana v. Callais. Contains links to many documents of interest in the project.
Data Formats
- Shapefile - https://en.wikipedia.org/wiki/Shapefile - geospatial vector data format developed and regulated by ESRI
- GeoJSON - https://en.wikipedia.org/wiki/GeoJSON
- Coordinate systems -
You can search for information on specific coordinate systems in epsg.io.
Sources of Data
- MGGG (Metric Geometry and Gerrymandering Group) - Contains lots of relevant data.
- DATA-USA contains government data, including political data.
- The Open Elections Project
- US Census Bureau
- IPUMS - A source for worldwide census data that includes US Census data.
- Voting Districts - US Census description of US voting districts
- Data.gov is a US Government resource that provides access to lots of useful data, including boundary data for Congressional districts.
- The National Historical GIS (NHGIS)
contains summary statistics and GIS files for
U.S. censuses and other nationwide surveys from 1790 through the present.
It also contains state boundary data.
Analysis/Libraries/Tools
- QGIS - Free and Open Source Geographic Information System
- Fiona - Python library for reading and writing geographic files.
- Shapely - Python library for geometric calculations
- GeoPandas - an open source project to make working with geospatial data in Python easier
- PYSAL - Python
Spatial Analysis Library
- PROJ - a generic coordinate transformation software that transforms geospatial coordinates from one coordinate reference system to another.
The Python interface to PROJ is pyproj.
- Leaflet mapping library
- You may find the 21 day free trial to ArcGIS Pro useful.
- Mapshaper - video describing a useful tool for correcting data in geometric files (e.g., non-adjacent boundary data).