Skip to content

Commit 9b2c307

Browse files
committed
Solving issue #28
1 parent 3d385d5 commit 9b2c307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/lulc_main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ def landsat8_QAmask(inputQAband):
342342
remove_shapefile(vect_out)
343343
grass.run_command("v.out.ogr", input=lulcmap+'_segm', type='area', dsn=vect_out)
344344
except:
345-
grass.message(_("Skipping cleaning segments..."))
345+
grass.message(_("Skipping cleaning segments..."))
346+
dataSource='exists'
346347
summary_table=output_stats+'_summary.csv'
347348
if os.path.exists(summary_table)==False and dataSource!=None:
348349
#integrate raster values in segments

0 commit comments

Comments
 (0)