File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,16 +64,16 @@ def reduce(self, xx: xr.Dataset) -> xr.Dataset:
64
64
water_persistence = l4_water_persistence .water_persistence (
65
65
xx , self .watper_threshold
66
66
)
67
- # print("### Water Persistence", np.unique(water_persistence.compute()))
67
+
68
68
water_seasonality = lc_water_seasonality .water_seasonality (
69
69
xx , self .water_seasonality_threshold
70
70
)
71
- # print("### Water Seasonality", np.unique(water_persistence.compute()))
71
+
72
72
intertidal_mask = lc_intertidal_mask .intertidal_mask (xx )
73
73
74
74
# #TODO WATER (99-104)
75
75
l4 = l4_water .water_classification (xx , intertidal_mask , water_persistence )
76
- # print("### Water classification", np.unique(water_persistence.compute()))
76
+
77
77
# Generate Level3 classes
78
78
level3 = lc_level3 .lc_level3 (xx )
79
79
You can’t perform that action at this time.
0 commit comments