feat: 🔗 I Am Speed

This commit is contained in:
2025-11-11 21:32:16 +00:00
parent a40e6d2872
commit be2c89bcc2
6 changed files with 50 additions and 51 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ from pathlib import Path
import logging
class BatchNimrod():
class BatchNimrod:
def __init__(self, config) -> None:
self.config = config
@@ -32,7 +32,7 @@ class BatchNimrod():
with open(out_file_path, "w") as outfile:
image.extract_asc(outfile)
# delete dat file here
logging.debug(f"Successfully processed: {in_file_full}")
@@ -44,4 +44,4 @@ class BatchNimrod():
except Nimrod.PayloadReadError as e:
logging.error(f"Failed to load the raster data in {in_file_full}")
logging.error(e)
continue
continue