EIU-GIScience-Center / covid19map

Animated maps of the COVID-19 epidemic, in html and javascript with D3
MIT License
0 stars 3 forks source link

Removed extra calls to areaScaleFac, fixed problem of zooming to wron… #80

Closed geobarry closed 3 years ago

geobarry commented 3 years ago

…g district. For further speedups, need to:

  1. Avoid summing 7 values for weekly average when calculating areaScaleFac
  2. Avoid entirely restructuring input data - instead create function to get proper value for date, district and variable from existing data structure.