applied-science / covid19-clj-viz

REPL notebook for COVID19 visualization article – example code to produce maps in Vega from Clojure
http://www.appliedscience.studio/articles/covid19.html
MIT License
44 stars 13 forks source link
clojure data-science data-visualization example-code vega-lite

COVID19 Visualizations in Clojure with Vega

I wanted to better understand COVID-19, so I cloned Johns Hopkins' daily-updated dataset, fired up a Clojure REPL, and started massaging the data into a visualization using the Vega grammar.

This repository is a REPL notebook to demonstrate and extend that exploration.

Usage

A cleaned-up subset of the code I used to produce the visualizations in the article is in the covid19-in-the-repl namespace. If you're new to Clojure or just want to understand the article, I recommend starting there:

  1. Clone the Johns Hopkins dataset repo to resources/ within this repo
  2. Open applied_science.covid19-clj-viz.covid19_in_the_repl
  3. Start a Clojure REPL (based on deps.edn, not Leiningen)
  4. Evaluate forms one at a time, with a browser window open next to your editor so you can see the visualizatons as you go

Other namespaces are for exploring and visualizing COVID-19 data in other, similar ways:

choropleth of Germany choropleth of India choropleth of Italy by province choropleth of Peru choropleth of South America

Some namespaces depend on cloning other repos into resources. For instance, we put data from Italy's Civil Protection Department into resources/Italia-COVID-19 to support visualizations in the italia and italian-situation namespaces.

License

MIT License

Copyright (c) 2020 David Liepmann, Jack Rusher