stephandooper / dam_detection

Dam detection using satellite imagery with Google Earth Engine and machine learning
5 stars 5 forks source link

Watermask #3

Closed stephandooper closed 4 years ago

stephandooper commented 4 years ago

Watermasks can be ideal information for a dam detection, as water has to be present for dams.

stephandooper commented 4 years ago

This is now done via NDWI, will keep this open since it might be fun to see how watermask/ndwi differ

stephandooper commented 4 years ago

Water masks are actually generated via formulas like NDWI, AWEI, etc... As a result, I extracted several of these calculations to test what it yields on performance. Water masks will themselves not be used.