From 43054a74f6e630718826a7cf382450e3aa34b4b1 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Thu, 29 Aug 2024 11:30:13 +0100 Subject: [PATCH] add comment --- satip/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/satip/utils.py b/satip/utils.py index 2f20526c..0b4b49bd 100644 --- a/satip/utils.py +++ b/satip/utils.py @@ -451,6 +451,7 @@ def get_nonhrv_dataset_from_scene( log.debug(f"Loaded non-hrv file: {filename}", memory=get_memory()) if not use_iodc: + # Note band isn't really used, but its just needs to be a valid band dataarray: xr.DataArray = convert_scene_to_dataarray( scene, band="IR_016", area="UK", calculate_osgb=True )