Skip to content
Snippets Groups Projects
Commit a3ef3796 authored by Jonny Schäfer's avatar Jonny Schäfer
Browse files

Document time fields in Composite struct

parent 895288f3
No related branches found
No related tags found
No related merge requests found
......@@ -60,9 +60,9 @@ import (
type Composite struct {
Product string // composite product label
CaptureTime time.Time
ForecastTime time.Time
Interval time.Duration
CaptureTime time.Time // time of source data capture used for forcasting
ForecastTime time.Time // data represents conditions predicted for this time
Interval time.Duration // time duration until next forecast
Data [][]RVP6 // rvp-6 data for each point [y][x]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment