Skip to content

Commit

Permalink
Merge pull request #493 from digitalearthafrica/maxar_morocco_earthquake
Browse files Browse the repository at this point in the history
separate band indexing
  • Loading branch information
pdrobnic authored Nov 21, 2023
2 parents af2566f + af784a8 commit 106ecb3
Showing 1 changed file with 58 additions and 2 deletions.
60 changes: 58 additions & 2 deletions products/maxar_morocco_earthquake.odc-product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,73 @@ storage:
y: -0.47

measurements:
- name: ms_analytic
- name: ms_analytic_band_C
dtype: uint16
nodata: 0
units: "1"
aliases: [ms_analytic_coastal]

- name: ms_analytic_band_B
dtype: uint16
nodata: 0
units: "1"
aliases: [ms_analytic_blue]

- name: ms_analytic_band_G
dtype: uint16
nodata: 0
units: "1"
aliases: [ms_analytic_green]

- name: ms_analytic_band_Y
dtype: uint16
nodata: 0
units: "1"
aliases: [ms_analytic_yellow]

- name: ms_analytic_band_R
dtype: uint16
nodata: 0
units: "1"
aliases: [ms_analytic_red]

- name: ms_analytic_band_RE
dtype: uint16
nodata: 0
units: "1"
aliases: [ms_analytic_rededge]

- name: ms_analytic_band_N
dtype: uint16
nodata: 0
units: "1"
aliases: [ms_analytic_nir08]

- name: ms_analytic_band_N2
dtype: uint16
nodata: 0
units: "1"
aliases: [ms_analytic_nir09]

- name: pan_analytic
dtype: uint16
nodata: 0
units: "1"

- name: visual
- name: visual_band_R
dtype: uint8
nodata: 0
units: "1"
aliases: [visual_red]

- name: visual_band_G
dtype: uint8
nodata: 0
units: "1"
aliases: [visual_green]

- name: visual_band_B
dtype: uint8
nodata: 0
units: "1"
aliases: [visual_blue]

0 comments on commit 106ecb3

Please sign in to comment.