Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def waterMap(self, target_date, **kwargs):
mapResult = thresholding.bmaxOtsu(
self.collection, target_date, self.region, **kwargs)
return mapResult
def waterMap(self, target_date, **kwargs):
mapResult = thresholding.bmaxOtsu(
self.collection, target_date, self.region, **kwargs)
return mapResult