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
+3
View File
@@ -44,6 +44,9 @@ cd web/
npm run dev
```
Run one file
```sbt "runMain grib.GribParser"```
## Backend Tech:
- scala: cats-effects, http4s, fs2, circe, scalatest
- postgres