Skip to content

Commit

Permalink
landcover config to differentiate aquatic veg in level 1 (#1297)
Browse files Browse the repository at this point in the history
* config urban for continental run test

* landcover config to differentiate aquatic veg in level 1

---------

Co-authored-by: Emma Ai <[email protected]>
  • Loading branch information
emmaai and Emma Ai authored Nov 15, 2024
1 parent eaf2faf commit 9f47092
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ plugin_config:
input_bands: [nbart_red, nbart_green, nbart_blue, veg_frequency, frequency, dem_h]
optional_bands: [canopy_cover_class, elevation]
output_classes:
aquatic_veg: 124
aquatic_veg_wood: 124
aquatic_veg_herb: 125
terrestrial_veg: 110
water: 221
intertidal: 223
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ plugin_config:
input_bands: [nbart_red, nbart_green, nbart_blue, veg_frequency, frequency, dem_h]
optional_bands: [canopy_cover_class, elevation]
output_classes:
aquatic_veg: 124
aquatic_veg_wood: 124
aquatic_veg_herb: 125
terrestrial_veg: 110
water: 221
intertidal: 223
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ plugin_config:
input_bands: [nbart_red, nbart_green, nbart_blue, veg_frequency, frequency, dem_h]
optional_bands: [canopy_cover_class, elevation]
output_classes:
aquatic_veg: 124
aquatic_veg_wood: 124
aquatic_veg_herb: 125
terrestrial_veg: 110
water: 221
intertidal: 223
Expand Down

0 comments on commit 9f47092

Please sign in to comment.