Skip to content

Commit afaf29d

Browse files
improve logging s3
1 parent 52a5a75 commit afaf29d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openeogeotrellis/collections/sentinel3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ def do_reproject(product_type, final_grid_resolution, creo_path, band_names,
866866
"""
867867

868868
is_empty = False
869-
logger.info(f"Reprojecting {product_type}")
869+
logger.info(f"load_collection: Reprojecting {product_type}, with path: {creo_path}, resolution {final_grid_resolution}, and bands {band_names}")
870870
### create LUT for radiances
871871
_, LUT = create_index_LUT(source_coordinates,
872872
target_coordinates,

0 commit comments

Comments
 (0)