forked from gsn/predictor
wip: grib
This commit is contained in:
parent
5240968c33
commit
b9c1a98895
12 changed files with 414 additions and 5 deletions
6
internal/pkg/grib/dataset.go
Normal file
6
internal/pkg/grib/dataset.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package grib
|
||||
|
||||
type dataset struct {
|
||||
cube *cube
|
||||
runUTC int64 // unix seconds
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue