Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tebadi committed Oct 10, 2024
1 parent ea65955 commit 070803b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odc/stats/plugins/lc_level3.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def reduce(self, xx: xr.Dataset) -> xr.Dataset:
urban_mask, urban_dss, l34_cultivated_masked
)

# Water = watre + intertidal - set water to 220 in level-3 to match C2
# Water = water + intertidal - set water to 220 in level-3 to match C2
water_mask = (l34_dss == 221) | (l34_dss == 223)
l34_urban_cultivated_masked = xr.where(
water_mask, 220, l34_urban_cultivated_masked
Expand Down

0 comments on commit 070803b

Please sign in to comment.