- Add TUI to CLI to be able to more easily inspect and understand data, as well as get logs for commands
 
  - Drop Wikipedia for now since we can't apply statistical analysis to make it more reliable just yet.
 
  - Additional geolocation checks to fix flawed .coords for Populstat cities:
    
      - Add Google Maps geolocator to run through cities to double check coordinates, overwriting it where disagreements exist
 
      - Add OSM geolocator to run through cities to double check coordinates
 
    
   
  - Use GHSL data for 1970-2025 to help augment modern population figures
    
      - Subtract suburban population from the metropolitan agglomeration for overlapping years. This prevents double-dipping.
 
      - GHS_UCDB_MTUC_GLOBE_R2024A.xlsx data should also be integrated into the given UUD where possible.
        
          - Target keys in .csv: MT_POP_TOT_1975 MT_POP_TOT_1980 MT_POP_TOT_1985 MT_POP_TOT_1990 MT_POP_TOT_1995 MT_POP_TOT_2000 MT_POP_TOT_2005 MT_POP_TOT_2010 MT_POP_TOT_2015 MT_POP_TOT_2020 MT_POP_TOT_2025 MT_POP_TOT_2030
            
              - Note that this aligns with 
GHSL/geojson/GHS_urban_<key>, where each ID_UC_G0 in a geometry key overlaps perfectly with GHS_UCDB_MTUC_GLOBE_R2024A.csv data IDs in the ID_MTUC_G0 column (the first column).