Parse grib file initial attempt

This commit is contained in:
Guntis Smaukstelis
2025-01-30 15:53:26 +02:00
parent 044282df89
commit 912ca51cd6
4 changed files with 69 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package grib
case class Grib(
version: Int,
discipline: Int,
length: Long,
)