autoredistrict
autoredistrict copied to clipboard
Programmatically makes a fair congressional district map (prevents gerrymandering)
add ability to say other criteria only break ties for this criteria
add new gerrymandering measure - speech https://docs.google.com/document/d/1oVUPVvWNhnn_o9Q_g6HlHUeHBEtbkWFrN4e03SDIrig/edit?usp=sharing would b enice to have it as a aslider
ability to export as shapefile, rather than assignments (merge polygons)
need to adjust for whether district column is 0-indexed. store as one-indexed if one-indexed detected (no zero), shift down in array.
I've recently joined a group in North Carolina that wants to build a platform for citizens to submit redistricting proposals. I've just setup a repository for this, https://github.com/CitizenRedistrictingNC/nc-redistricting where we...
can't go twice in script (second go does nothing)
java.lang.Exception: Unexpected end of file reached. at dbf.DBFReader.readHeader(DBFReader.java:72) at dbf.DBFReader.(DBFReader.java:19) at dbf.DBFReader.(DBFReader.java:14) at ui.MainFrame$ExportCustomThread.run(MainFrame.java:467)