Skip to content

Commit

Permalink
make output band name an option
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Nov 12, 2024
1 parent 5bffa2c commit eba8f2d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugin_config:
water: 221
intertidal: 223
surface: 210
measurements: [level_3_4, water_season]

product:
name: ga_ls5_landcover_inter_class_cyear_3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugin_config:
water: 221
intertidal: 223
surface: 210
measurements: [level_3_4, water_season]

product:
name: ga_ls5_landcover_inter_class_cyear_3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugin_config:
water: 221
intertidal: 223
surface: 210
measurements: [level_3_4, water_season]

product:
name: ga_ls5_landcover_inter_class_cyear_3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugin_config:
output_classes:
artificial: 215
natural: 216
measurements: [artificial_surface]

product:
name: ga_ls_landcover_artificial_surface_cyear_3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
plugin: lccs_level34 # this can help system find the relative plugin and plugin version
plugin_config:
input_bands: [classes_l3_l4, urban_classes, cultivated_class]
measurements: [level3, level4]

product:
name: ga_ls_landcover_class_cyear_3
short_name: ga_ls_landcover_class_cyear_3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugin_config:
output_classes:
cultivated: 111
natural: 112
measurements: [cultivated]
chunks:
y: 400
x: 400
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugin_config:
- [dilation, 6]
transform_code: EPSG:9688
area_of_interest: [-180, -90, 180, 90] # accommodate the fact of 326xx not intersecting 3577 in LS
measurements: [veg_frequency, water_frequency]

product:
name: ga_ls_landcover_vwf_cyear_3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugin_config:
output_classes:
woody: 113
herbaceous: 114
measurements: [woody]
chunks:
y: 400
x: 400
Expand Down
1 change: 1 addition & 0 deletions dev/services/odc-stats/lccs/srtm_landcover_dem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugin_config:
area_of_interest: [-180, -90, 180, 90] # accommodate the fact of 326xx not intersecting 3577 in LS
resampling: nearest
input_bands: [dem_h]
measurements: [dem_h]
chunks:
latitude: -1
longitude: -1
Expand Down

0 comments on commit eba8f2d

Please sign in to comment.