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
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "met-office"
version = "1.2.0"
version = "1.3.1"
description = "Convert .dat nimrod files to .asc files"
readme = "README.md"
requires-python = ">=3.14"