How’s the electricity out there?

I’ve been archiving Prince Edward Island electricity load and generation data for more than 2 years now, but to date the only way of visualizing that data was a confusing graph. A graph that loads really slowly – or not at all – on mobile devices. And so I found my “peripheral aggregate electricity awareness” sinking.

So in an effort to scratch this itch, I coded up a small single-purpose mobile-friendly website yesterday, http://pei.consuming.ca/, that looks like this:

Screen shot of pei.consuming.ca

The website tells you three things: what the total electricity load on Prince Edward Island is right now (“how much electricity we’re all using”), how much of that load is being met by wind-energy generation, and what percentage of the load the wind represents.

In the screen shot above, taken this morning at 8:30 a.m., the load is high at 232 MW (peak load on PEI is 268 MW) and only a small fraction of that load, 11 MW or 5%, is being met by the wind (the remainder is coming from local fossil fuel generation and over the submarine cable from New Brunswick). Both the load and the wind were lower than the last report, which is why the light grey arrows are both point downward.

You should be able to load up http://pei.consuming.ca/ in any relatively modern mobile or desktop browser: the chart is drawn with jCanvas and the site uses the jQuery Mobile framework.

Comments