From 57eeb30970dc6adfee62ca12fd8c8818ecaf3a14 Mon Sep 17 00:00:00 2001 From: johntruckenbrodt Date: Fri, 18 Oct 2019 17:30:10 +0200 Subject: [PATCH] [snap.geocode] enabled SNAP Border Noise Rem. on multiple scene inputs --- pyroSAR/snap/util.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyroSAR/snap/util.py b/pyroSAR/snap/util.py index 4f89ff35..de04a444 100644 --- a/pyroSAR/snap/util.py +++ b/pyroSAR/snap/util.py @@ -154,8 +154,6 @@ def geocode(infile, outdir, t_srs=4326, tr=20, polarizations='all', shapefile=No elif isinstance(infile, str): id = pyroSAR.identify(infile) elif isinstance(infile, list): - if removeS1BorderNoise: - raise RuntimeError('border noise removal is currently not yet supported for multiple scenes') ids = pyroSAR.identify_many(infile, verbose=False, sortkey='start') id = ids[0] else: