Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to DEA Intertidal OWS and Terria #1252

Merged
merged 4 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@

abstract_intertidal = """Geoscience Australia Sentinel-2 Landsat Intertidal Calendar Year Collection 3

The DEA Intertidal product suite is the next generation of our DEA intertidal products that have been used across government and industry for helping better characterise and understand the complex intertidal zone that often defines the interface between land and sea.
The DEA Intertidal product suite maps the changing extent, elevation and topography of Australia's exposed intertidal zone, the complex zone that defines the interface between land and sea.

Incorporating both Sentinel-2 and Landsat data, the product suite adds a temporal component to our elevation product for the intertidal zone, enabling users to better monitor and understand some of the most dynamic regions of Australia's coastlines. With an improved tidal modelling capability, the product suite has been expanded to include a continental scale mapping of intertidal exposure over time, enabling scientists and managers to integrate the data into ecological and migratory species applications and modelling.
Incorporating both Sentinel-2 and Landsat data, the product suite provides an annual 10 m resolution elevation product for the intertidal zone, enabling users to better monitor and understand some of the most dynamic regions of Australia’s coastlines. Utilising an improved tidal modelling capability, the product suite includes a continental scale mapping of intertidal exposure over time, enabling scientists and managers to integrate the data into ecological and migratory species applications and modelling.

https://knowledge.dea.ga.gov.au/data/product/dea-intertidal/

For service status information, see https://status.dea.ga.gov.au"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@

style_intertidal_elevation_adaptive = {
"name": "intertidal_elevation_adaptive",
"title": "Elevation (adaptive)",
"title": "Elevation",
"abstract": "Intertidal elevation in metres above Mean Sea Level",
"index_function": {
"function": "ows_refactored.sea_ocean_coast.intertidal_c3.utils_intertidal.elevation_adaptive",
Expand Down Expand Up @@ -181,7 +181,7 @@

style_intertidal_elevation_uncertainty_adaptive = {
"name": "intertidal_elevation_uncertainty_adaptive",
"title": "Elevation uncertainty (adaptive)",
"title": "Elevation uncertainty",
"abstract": "Intertidal elevation uncertainty",
"index_function": {
"function": "ows_refactored.sea_ocean_coast.intertidal_c3.utils_intertidal.uncertainty_adaptive",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
"include": "ows_refactored.sea_ocean_coast.intertidal_c3.ows_intertidal_cfg.dea_intertidal_layer",
"type": "python",
},
]
},
{
# HLTC Collection 2 (nested folder structure is defined below)
"include": "ows_refactored.sea_ocean_coast.ows_tide_cfg.layers",
"type": "python",
},
{
"title": "Other",
"abstract": "",
"layers": [
{
# ITEM 2.0 Collection 2
"include": "ows_refactored.sea_ocean_coast.intertidal.ows_extents_cfg.item_v2_00_layer",
Expand All @@ -28,10 +39,5 @@
},
]
},
{
# HLTC Collection 2 (nested folder structure is defined below)
"include": "ows_refactored.sea_ocean_coast.ows_tide_cfg.layers",
"type": "python",
},
]
}
Loading
Loading