From f685dea930881c972da868c98251043359c20566 Mon Sep 17 00:00:00 2001 From: David Oesch Date: Wed, 20 Dec 2023 14:12:11 +0100 Subject: [PATCH] Update step0_processor_s2_sr.py fixed https://github.com/swisstopo/topo-satromo/issues/33 --- step0_processors/step0_processor_s2_sr.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/step0_processors/step0_processor_s2_sr.py b/step0_processors/step0_processor_s2_sr.py index 98bd95e0..975769d4 100644 --- a/step0_processors/step0_processor_s2_sr.py +++ b/step0_processors/step0_processor_s2_sr.py @@ -381,8 +381,6 @@ def S2regFunc(image): # Use bicubic resampling during registration. imageOrig = image.resample('bicubic') - # extract the mosaic geometry - aoi_image = imageOrig.geometry() # Choose to register using only the 'R' band. imageRedBand = imageOrig.select('B4')