-
-
Notifications
You must be signed in to change notification settings - Fork 1
[META] forecast 8 hrs into the future #133
Comments
Maybe the simplest thing to do is to not filter by the Sun's angle at all, and maybe extend the forecast horizon to, like, 24 hours so every example is guaranteed to have some daylight and nighttime. Although, of course, the HRV imagery won't show anything useful at night! So each example could start at literally any time of day (00:00, 06:55, 12:00, etc.) |
Any thoughts about the idea in the comment immediately above this comment, @peterdudfield and @jacobbieker? |
I think its not crazy, to just do full 24 hours start time. Could always look into it if it really starts effecting performance? |
The your MAE will probably go down? easier to predict at night. Have to think how we compare that properly |
I would stick to a 8 hour horizon at the moment though, just 24 hours start time. let's get that working first, and then we can think about extending |
All sounds good! And, yeah, I'd need to make sure the validation metrics are computed in the same way (using only daylight hours). |
Sorry for being a bit delayed with this, but yeah, agree with peter, just have it start at any time and the 8 hour horizon, |
t0
s, if the satellite data source's history duration and forecast duration are the same.T0_IDX_30_MIN
)The text was updated successfully, but these errors were encountered: