openclimatefix / nowcasting_utils

Common functionality between SatFlow and predict_pv_yield
https://nowcasting-utils.readthedocs.io/en/stable/
MIT License
3 stars 0 forks source link

Issue/62 update columns #63

Closed peterdudfield closed 3 years ago

peterdudfield commented 3 years ago

Pull Request

Description

Update saved validation results

Columns:

t0_datetime_utc target_datetime_utc :The datetime the forecast is about. i.e. t0_datetime_utc + (forecast_timestep_i * forecast_sample_period) forecast_gsp_pv_outturn_mw actual_gsp_pv_outturn_mw gsp_id batch_index (optional, but useful for debugging) example_index (optional, but useful for debugging)

Fixes #62

How Has This Been Tested?

add unittests

Checklist: