Extraction streamlining (#3)

* feat:  added the extraction process into the main multi threaded loop
Also added a warning when the app finds existing CSV files in the combined folder

* fix: 🐛 Fixed time calculations for ETA & Completion
This commit is contained in:
Jake-Pullen
2025-12-12 19:56:14 +00:00
committed by GitHub
parent ad6b31e644
commit a43edb1148
7 changed files with 221 additions and 82 deletions
Generated
+1 -1
View File
@@ -4,7 +4,7 @@ requires-python = ">=3.14"
[[package]]
name = "met-office"
version = "1.2.0"
version = "1.3.1"
source = { virtual = "." }
dependencies = [
{ name = "numpy" },