covid-19 icon indicating copy to clipboard operation
covid-19 copied to clipboard

[optimization] Move longitude and latitude data to a separate CSV

Open mpolidori opened this issue 4 years ago • 1 comments

As a user of the covid-19 data, I want the latitude and longitude data in a separate CSV file from the other data, so that it optimizes the use of the data by cutting down the file sizes, loading times, etc.

Acceptance criteria

  • [ ] Latitude and longitude data is moved to a separate CSV file
  • [ ] A new datapackage.json is created for the new CSV
  • [ ] A new visualization is created for it

mpolidori avatar Mar 07 '20 16:03 mpolidori

I agree, it is redundant to include the lat, lon coordinates of locations in every line of the .csv file.

mok0 avatar Mar 22 '20 22:03 mok0