bsuwal
bsuwal
I was computing the midpoint of my image from the getBoundingBox() and noticed the latitude was always a bit north of my actual image. This may be only specific to...
A matrix that holds the district adjacency where the values are the number of cut-edges between each district. This could be helpful just in general, but would be especially helpful...
Implement minimizing county splits. Request from Ari from PGP.
the keys used by Election objects, for eg the `SEN16D` and `SEN16R` in ``` election = Election("SEN16", ["SEN16D", "SEN16R"], partition.num_dists) ``` sometimes could be strings, and may need to be...
Because of the inconsistency of data types within the shapefiles across time at MGGG
`Vector{Type}` is simply an alias to `Array{Type, 1}` , but we discussed that it could potentially be cleaner to look at.