feat: 🔗 I Am Speed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user