IMMM-SFA / gamut

An R package to identify multi-sector teleconnection complexity
https://immm-sfa.github.io/gamut/
Other
0 stars 3 forks source link

Washington DC bug #26

Closed swd-turner closed 3 years ago

swd-turner commented 4 years ago

DC can't be plotted currently due to inconsistency between mapping file state name ("D.C.") and CONUS shape file ("DC").

KristianNelson commented 4 years ago

Can we just make an edit to the mapping file and change it from D.C. to DC? or will that conflict with other files?

swd-turner commented 4 years ago

I can't quite remember. Either way, this is a minor issue affecting only the visualization I think... if you can fix in a few minutes then go for it, otherwise press on with the more important work of expanding the teleconnection counts. We can return to this later.

KristianNelson commented 4 years ago

For reference next week. This can be fixed by:

city_watershed_mapping$city_state <- gsub("D.C.", "DC", city_watershed_mapping$city_state)