Skip to content

Commit

Permalink
fix typo on class code in landcover level4
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Nov 27, 2024
1 parent caa72ff commit 7125060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions odc/stats/plugins/l34_utils/l4_natural_aquatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,15 @@ def natural_auquatic_veg(l4, veg_cover, water_season):
{
"a": res,
},
name="mark_final",
name="mark_herbaceous",
dtype="uint8",
)
res = expr_eval(
"where((a>=253)&(a<=254), 58, a)",
"where((a>=253)&(a<=254), 56, a)",
{
"a": res,
},
name="mark_final",
name="mark_woody",
dtype="uint8",
)

Expand Down

0 comments on commit 7125060

Please sign in to comment.