diff --git a/products/sea_ocean_coast/intertidal/ga_s2ls_intertidal_cyear_3.odc-product.yaml b/products/sea_ocean_coast/intertidal/ga_s2ls_intertidal_cyear_3.odc-product.yaml index 54cdcd96f..3f4ad759a 100644 --- a/products/sea_ocean_coast/intertidal/ga_s2ls_intertidal_cyear_3.odc-product.yaml +++ b/products/sea_ocean_coast/intertidal/ga_s2ls_intertidal_cyear_3.odc-product.yaml @@ -31,6 +31,21 @@ measurements: units: "percent" nodata: 255 + - name: extents + dtype: uint8 + units: "class" + nodata: 255 + flags_definition: + extents: + description: Intertidal extents class + bits: [0, 1, 2, 3, 4, 5, 6, 7] + values: + "1": Ocean and coastal waters + "2": Exposed intertidal (low confidence) + "3": Exposed intertidal (high confidence) + "4": Inland waters + "5": Land + - name: ta_hat dtype: float32 units: "metres above MSL" @@ -93,6 +108,20 @@ measurements: aliases: - ndwi_freq + - name: qa_count_clear + dtype: int16 + units: "count" + nodata: -999 + aliases: + - count_clear + + - name: qa_coastal_connectivity + dtype: uint16 + units: "mask" + nodata: 65535 + aliases: + - coastal_connectivity + load: crs: "EPSG:3577" resolution: diff --git a/products/sea_ocean_coast/tidalcomposites/ga_s2_tidal_composites_cyear_3.odc-product.yaml b/products/sea_ocean_coast/tidalcomposites/ga_s2_tidal_composites_cyear_3.odc-product.yaml new file mode 100644 index 000000000..b2b05bc7a --- /dev/null +++ b/products/sea_ocean_coast/tidalcomposites/ga_s2_tidal_composites_cyear_3.odc-product.yaml @@ -0,0 +1,200 @@ +--- +name: ga_s2_tidal_composites_cyear_3 +metadata_type: eo3_intertidal +description: Geoscience Australia Sentinel-2 Tidal Composites Calendar Year Collection 3 + +license: CC-BY-4.0 + +metadata: + product: + name: ga_s2_tidal_composites_cyear_3 + properties: + odc:file_format: GeoTIFF + odc:product_family: tidal_composites + odc:producer: ga.gov.au + +measurements: + + - name: low_coastal_aerosol + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band01 + + - name: low_blue + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band02 + + - name: low_green + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band03 + + - name: low_red + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band04 + + - name: low_red_edge_1 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band05 + + - name: low_red_edge_2 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band06 + + - name: low_red_edge_3 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band07 + + - name: low_nir_1 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band08 + + - name: low_nir_2 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band8a + + - name: low_swir_2 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band11 + + - name: low_swir_3 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - low_band12 + + - name: high_coastal_aerosol + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band01 + + - name: high_blue + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band02 + + - name: high_green + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band03 + + - name: high_red + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band04 + + - name: high_red_edge_1 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band05 + + - name: high_red_edge_2 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band06 + + - name: high_red_edge_3 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band07 + + - name: high_nir_1 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band08 + + - name: high_nir_2 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band8a + + - name: high_swir_2 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band11 + + - name: high_swir_3 + dtype: int16 + units: "1" + nodata: -999 + aliases: + - high_band12 + + - name: qa_low_threshold + dtype: float32 + units: "metres above MSL" + nodata: .nan + aliases: + - low_threshold + + - name: qa_high_threshold + dtype: float32 + units: "metres above MSL" + nodata: .nan + aliases: + - high_threshold + + - name: qa_count_clear + dtype: int16 + units: "count" + nodata: -999 + aliases: + - count_clear + +load: + crs: "EPSG:3577" + resolution: + y: -10 + x: 10 + align: + y: 0 + x: 0