wip: grib

This commit is contained in:
Anatoly Antonov 2025-06-22 22:36:10 +03:00
parent 5240968c33
commit b9c1a98895
12 changed files with 414 additions and 5 deletions

View file

@ -0,0 +1,6 @@
package grib
type dataset struct {
cube *cube
runUTC int64 // unix seconds
}