From e8dd2253a0f97a5f49100029f9219c1271abdf17 Mon Sep 17 00:00:00 2001 From: Mauricio Cordeiro Date: Mon, 8 Nov 2021 16:20:17 +0100 Subject: [PATCH] Bug correction --- WaterDetect.ini | 8 ++++---- waterdetect/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WaterDetect.ini b/WaterDetect.ini index 982f7a6..a25ded9 100644 --- a/WaterDetect.ini +++ b/WaterDetect.ini @@ -39,7 +39,7 @@ min_glint_multiplier = 0.5 # informs if there is an external mask to be used in the image's folder # mask_name is a unique substring for the .tif file to be identified within the folder [External_Mask] -external_mask = True +external_mask = False mask_name = Fmask4 mask_valid_value = None mask_invalid_value = 255 @@ -171,10 +171,10 @@ CLM_other_shadows = no CLM_high_clouds = no MG2_water = no -MG2_all_clouds = no +MG2_all_clouds = yes MG2_snow = no -MG2_cloud_shadows = no -MG2_other_shadows = no +MG2_cloud_shadows = yes +MG2_other_shadows = yes MG2_terrain_mask = yes MG2_sun_too_low = yes MG2_sun_tangent = yes diff --git a/waterdetect/__init__.py b/waterdetect/__init__.py index de772e0..15b11c2 100644 --- a/waterdetect/__init__.py +++ b/waterdetect/__init__.py @@ -1,6 +1,6 @@ # todo: Implement logging # import logging -__version__ = '1.5.9' +__version__ = '1.5.10' class DWProducts: Landsat8_USGS = 'L8_USGS'