Can we use public geo data?
Or do we need to rely on user intra-day input?
Acceptance Criteria
Given sensible user input (e.g., a set of example days of intra-day electricity generation & consumption, or a latitude & longitude + intraday consumption example data)...
... the model simulates an entire year of intra-day generation & consumption data
Notes
The example input data could give a sensible way to internalise
cloud cover & irradiance data without going mad with solar irradiance & stochastic modelling etc.
On the other hand, the variance in days might be much higher in some regions than others so assumptions of variance made internally to the model might not generalise well.
To do some Fisher Price irradiance modelling based on latitude & longitude will be quite a task, a few thoughts:
Calculate the solar curve at the lat/long.
Assume a cloud cover % (user input?) and apply some stochastic modelling to take "bites" out of the generation (random binary "is cloudy", random % drop)
Use your own solar data to validate model (using testthat?)
Can we use public geo data? Or do we need to rely on user intra-day input?
Acceptance Criteria
Notes
testthat
?)