Skip to content

Commit

Permalink
Merge branch 'master' into landcover
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-GA authored Nov 19, 2024
2 parents cfed18b + 9f47092 commit 535a366
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 535a366

Please sign in to comment.