Skip to content

Commit

Permalink
[snap.geocode] enabled SNAP Border Noise Rem. on multiple scene inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Oct 18, 2019
1 parent 58e6542 commit 57eeb30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyroSAR/snap/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 57eeb30

Please sign in to comment.