Created
April 30, 2025 23:18
-
-
Save robbibt/448dfdb49f0214b3cb55ed7fb8a4d97b to your computer and use it in GitHub Desktop.
Updated DEA Intertidal product definition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: ga_s2ls_intertidal_cyear_3 | |
metadata_type: eo3_intertidal | |
description: Geoscience Australia Sentinel-2 Landsat Intertidal Calendar Year Collection 3 | |
license: CC-BY-4.0 | |
metadata: | |
product: | |
name: ga_s2ls_intertidal_cyear_3 | |
properties: | |
odc:file_format: GeoTIFF | |
odc:product_family: intertidal | |
odc:producer: ga.gov.au | |
measurements: | |
- name: elevation | |
dtype: float32 | |
units: "metres above MSL" | |
nodata: .nan | |
- name: elevation_uncertainty | |
dtype: float32 | |
units: "metres" | |
nodata: .nan | |
aliases: | |
- uncertainty | |
- name: exposure | |
dtype: uint8 | |
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" | |
nodata: .nan | |
aliases: | |
- hat | |
- name: ta_hot | |
dtype: float32 | |
units: "metres above MSL" | |
nodata: .nan | |
aliases: | |
- hot | |
- name: ta_lot | |
dtype: float32 | |
units: "metres above MSL" | |
nodata: .nan | |
aliases: | |
- lot | |
- name: ta_lat | |
dtype: float32 | |
units: "metres above MSL" | |
nodata: .nan | |
aliases: | |
- lat | |
- name: ta_offset_high | |
dtype: uint8 | |
units: "percent" | |
nodata: 255 | |
aliases: | |
- offset_high | |
- name: ta_offset_low | |
dtype: uint8 | |
units: "percent" | |
nodata: 255 | |
aliases: | |
- offset_low | |
- name: ta_spread | |
dtype: uint8 | |
units: "percent" | |
nodata: 255 | |
aliases: | |
- spread | |
- name: qa_ndwi_corr | |
dtype: float32 | |
units: "correlation" | |
nodata: .nan | |
aliases: | |
- ndwi_corr | |
- name: qa_ndwi_freq | |
dtype: uint8 | |
units: "percent" | |
nodata: 255 | |
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: | |
y: -10 | |
x: 10 | |
align: | |
y: 0 | |
x: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment