Results: Minor change.

scenarios
Pierre-Antoine 2025-10-20 16:48:49 +02:00
parent a4423e45f8
commit 1f4bda7976
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ import logging
try:
import rasterio
_rasterio_loaded = True
except:
except Exception as e:
print("Module 'rasterio' is not available")
_rasterio_loaded = False
from numpy import sqrt