Skip to content

Scripts I wrote to generate the maps, graphs, and CSVs for my NJ Covid-19 analysis.

Notifications You must be signed in to change notification settings

GordonVi/nj_covid-19_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

nj_covid-19_map

Scraping data from NJ.com

Converting scraped data into formatted data

  • go into \towndelta\split-town in powershell
  • run .\main.ps1 in powershell, this reads from combined.csv This will create a lot of CSVs and an HTML table file.

Converting formatted data into clickable SVG maps.

  • goto the root
  • edit the 5 ps1 files so the variable name matches the first segment of the "month-day" you set before.
  • run all 5 ps1 files. you can do this at the same time. These read from \towndelta\split-town\delta.csv
  • This will create an SVG for each file.

What I do with this

  • Upload to my website and manually make some snapshots and write a title.
  • Post on r/newjersey.

Resources I did not add

Libraries I use

  • Hover.css (website)
  • chart.js (website)
  • I didn't make the base SVG file. That came from a wiki.
  • Data comes from NJ.com's report on daily cases per town in NJ.

About

Scripts I wrote to generate the maps, graphs, and CSVs for my NJ Covid-19 analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published