Skip to content

A visualisation of CO2 levels as a vertically stacked graph, with days going upwards. Using @tomhazledine's <stacked-sparklines> web component.

Notifications You must be signed in to change notification settings

alifeee/co2-stacked

Repository files navigation

CO2 Stacked

A visualisation of CO2 levels as a vertically stacked graph, with days going upwards. Using @tomhazledine's <stacked-sparklines> web component.

Screenshot of a webpage titled "CO2 data". Lots of lines are shown overlapping over one another, each with a spike near the start.

The original data looked something like this:

Screenshot of graph. x-axis is time. y-axis is CO2 (ppm). graph has several vertical spikes.

How to create

Export CO2 data as CSV from InfluxDB via the data explorer. It should be several days of data, and the window range can be whatever, but probably change it from auto.

Screenshot of InfluxDB data explorer, showing "Download CSV" button highlighted

Put this file in this repository, named query.csv. Then, run the python script to generate the visualisation.

python ./csv_to_list-of-lists.py

Note

This was made brashly in a few minutes. Do not expect it to work perfectly ;)

About

A visualisation of CO2 levels as a vertically stacked graph, with days going upwards. Using @tomhazledine's <stacked-sparklines> web component.

Topics

Resources

Stars

Watchers

Forks