alarm-redist / fifty-states

Redistricting analysis for all 50 U.S. states
https://alarm-redist.github.io/fifty-states/
Other
9 stars 7 forks source link

New Mexico Congressional Districts 2020 merged map #129

Closed christopherkenny closed 2 years ago

christopherkenny commented 2 years ago

Hi @geogar3. #119 saves the merged map, but uses map_cores in file 03_. Sorry I missed this sooner. Can you rerun the second file, saving the unmerged redist_map()?

christopherkenny commented 2 years ago

It should be:

map <- map %>%
    mutate(cores = make_cores(boundary = 2))

# merge by both cores and county to preserve county contiguity
map_cores <- merge_by(map, cores, county)
christopherkenny commented 2 years ago

Since the prep script ran no problem, I've just done the fix in #130, as I think you're moving this week.