opennem / opennem-fe

An Open Platform for National Electricity Market Data
https://opennem.org.au
MIT License
63 stars 11 forks source link

FE is interpolating bad rooftop solar data #246

Open simonhac opened 8 months ago

simonhac commented 8 months ago

might be better to fix this in the backend.

you can see that the FE is interpolating down to zero and up to valid values:

image

the historical data ends with a run of zeros (should probably be null or NaN):

image

btw, the forecast data looks fine, and the code dutifully (but not really desirably) interpolates back up to these valid values:

image
simonhac commented 8 months ago

there's an argument for interpolating the solar data (down to 5 minute intervals) on the BE… as this is required for flow accounting.