Commit c33b6ece authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

FIX: explicitly clear variables in zonal statistics cycle

Showing with 5 additions and 1 deletion
+5 -1
......@@ -316,7 +316,11 @@ def featureComputation(fld, cfg, sensor, out_fld = None, extent = None):
expr = []
feat = cfg['feat'].split(',')
if cfg['feat'] == '':
return
else:
feat = cfg['feat'].split(',')
if cfg['gapfillingmode'] == 'BASE':
gapf = 1 #Not implemented
elif cfg['gapfillingmode'] == 'FEATURE':
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment