Add mapping of meteo discipline, category, product

This commit is contained in:
Guntis Smaukstelis
2025-01-31 14:56:59 +02:00
parent 3dbd2b5b55
commit cb662e5f53
6 changed files with 226 additions and 10 deletions
+1
View File
@@ -2,6 +2,7 @@ package grib
case class Grib(
version: Int,
length: Long,
title: String,
grid: GribGrid,
meteo: MeteoParam,
time: GribTime,