ZIYAOWANG123 / my_project

ETC5543 Project
MIT License
0 stars 0 forks source link

Applying a Hierarchical Cartogram #3

Open ZIYAOWANG123 opened 2 years ago

ZIYAOWANG123 commented 2 years ago

Overview of the main task:

Current Issue: When I try to do the hierarchical cartogram at the state level, the geometry information is lost since the original data does not provide state-level geometry information. Hence using the Cartogram function to produce the state-level cartogram is not feasible without other modifications to the function codes.

Questions:

  1. Should I use the equal-weighted (for each electoral) cartogram for the input and carry on modifying the calculate_grid function?
  2. Do I need to find a way to implement this hierarchical information in the process? If so, in which step (refer to the above step list)?