Commit Graph

13 Commits

Author SHA1 Message Date
b0txec 39fcb3ed6b Remove the dead METEO_* fetch path
Confirmed via git history it's not a separate vendor: the very first
commit (2023-04-13) included real sample CSVs from it with a Latvian
header identical to the LVGMC/open-data fields — same underlying LVĢMC
data, just an earlier delivery mechanism superseded by the FTP feed and
never removed. Never wired into anything that runs (Server.scala's
import was already commented out).
2026-08-23 10:49:26 +03:00
Guntis Smaukstelis 15cfbd1801 Refactor to one scheduler, separated csv/grib under one folder 2025-02-14 14:46:31 +02:00
Guntis Smaukstelis 2aa6c5f43c Cleanup fileservice and dataservice 2023-12-17 22:48:24 +02:00
Guntis Smaukstelis aa4fa57adb Refactor to FileService and PostgresService 2023-10-22 23:51:59 +03:00
Guntis Smaukstelis f1e68c6dba Limit all dates asking to 3 months range 2023-08-11 16:22:15 +03:00
Guntis Smaukstelis c5b84727a6 Add granularity for aggregation, group by hour/day/month/year 2023-07-03 23:17:43 +03:00
Guntis Smaukstelis 3e1635d494 Refactor save return type without Either 2023-06-22 13:59:44 +03:00
Guntis Smaukstelis 1abb12d92a Moved to app/Main, scheduler helper methods moved to unfinished test 2023-05-25 13:51:45 +03:00
Guntis Smaukstelis d651e3f3bd Refactor main files to test files 2023-05-25 13:06:39 +03:00
Guntis Smaukstelis d40aa9ec9b StatefulFetchService to save last 24h of data 2023-05-25 00:06:20 +03:00
Guntis Smaukstelis c1625e75fa Improve FileFetchSchedulerSpec test 2023-05-24 14:14:04 +03:00
Guntis Smaukstelis eded85b089 Test for FileFetchScheduler 2023-05-23 22:02:56 +03:00
Guntis Smaukstelis 0581260073 Tests for FileNameService 2023-05-23 20:15:25 +03:00