From af784a830724d871623ec559cf54064c70d13cff Mon Sep 17 00:00:00 2001 From: pdrobnic Date: Mon, 13 Nov 2023 10:59:10 +0100 Subject: [PATCH] separate band indexing --- .../maxar_morocco_earthquake.odc-product.yaml | 60 ++++++++++++++++++- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/products/maxar_morocco_earthquake.odc-product.yaml b/products/maxar_morocco_earthquake.odc-product.yaml index 16b43727..4692af64 100644 --- a/products/maxar_morocco_earthquake.odc-product.yaml +++ b/products/maxar_morocco_earthquake.odc-product.yaml @@ -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]