Skip to content

Commit

Permalink
Merge pull request #1252 from GeoscienceAustralia/intertidal_ows_updates
Browse files Browse the repository at this point in the history
Updates to DEA Intertidal OWS and Terria
  • Loading branch information
erialC-P authored Apr 3, 2024
2 parents 6e46031 + 532cb91 commit 7e601a8
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 95 deletions.
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

0 comments on commit 7e601a8

Please sign in to comment.