Closed rolyp closed 4 months ago
Hi @RaoOfPhysics, couple of notes for you on the presentation so far:
renewables
scriptrenewables-linked
scriptconvolution
scriptconvolution-wrapped
scriptOmit scatter plot demo for now – not very convincing without more UI work.
nuclear
out is used, but not coal
, gas
or petrol
renewables
series
which generates a list of x
, y
coordinates from a dataset called renewables
row
in that dataset to generate another listfor row in renewables
row
in renewables
and every year
in this date range, pull out the year
and output
x
and y
valuesLinePlot
for each energy type
convolution
convolve
function takes image
and kernel
as argumentsmethod
which determines how the image is processed at the boundariesconvolve
uses this array literal notation to construct the output array!
to access appropriate elements of the kernel
and input
matrices weightedSum
is a given output element method
are provided at the topzero
is the one we’ve been looking at but there are others, e.g. wrap
which treats input
as wrapping
Draft to run through with Dominic at 3pm on Friday.
See also:
36
39
42
Done/dropped:
Minimal expository textScatterplot examplepetrolOut
,gasOut
unused – butnuclearOut
used – why?petrolCap
used – but to calculatex
ory
coordinate?renewables
renewable-linked
energy-scatter
convolution
convolution-wrapped
renewables
convolution