Skip to content

Commit

Permalink
Bug correction
Browse files Browse the repository at this point in the history
  • Loading branch information
cordmaur committed Nov 8, 2021
1 parent f7d6f63 commit e8dd225
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions WaterDetect.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion waterdetect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# todo: Implement logging
# import logging
__version__ = '1.5.9'
__version__ = '1.5.10'

class DWProducts:
Landsat8_USGS = 'L8_USGS'
Expand Down

0 comments on commit e8dd225

Please sign in to comment.