We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181995b commit 0b5c2d1Copy full SHA for 0b5c2d1
dem_handler/utils/spatial.py
@@ -566,7 +566,7 @@ def check_dem_type_in_bounds(
566
)
567
568
logger.info(f"Checking if bounds intersect with tiles of the {dem_type_formal}")
569
- logger.info(f"Searching {COP30_GPKG_PATH}")
+ logger.info(f"Searching {dem_index_path}")
570
571
gdf = gpd.read_file(dem_index_path, layer=layer)
572
bounding_box = shapely.geometry.box(*bounds)
0 commit comments