Skip to content

Commit

Permalink
Merge pull request #1247 from GeoscienceAustralia/intertidal_ows_upda…
Browse files Browse the repository at this point in the history
…tes2

Update styling, reorder styles, add abstract
  • Loading branch information
vnewey authored Mar 19, 2024
2 parents f464c04 + b8a1c60 commit cb6ee83
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
12 changes: 6 additions & 6 deletions dev/services/wms/inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,14 +705,14 @@
],
"styles_count": 8,
"styles_list": [
"intertidal_elevation",
"intertidal_elevation_micro",
"intertidal_elevation_macro",
"intertidal_elevation_adaptive",
"intertidal_elevation_uncertainty",
"intertidal_elevation_adaptive",
"intertidal_elevation_uncertainty_adaptive",
"intertidal_exposure",
"intertidal_extents"
"intertidal_extents",
"intertidal_elevation_micro",
"intertidal_elevation_meso",
"intertidal_elevation_macro",
"intertidal_elevation_uncertainty"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
"ta_spread": [],
}

abstract_intertidal = """Geoscience Australia Sentinel-2 Landsat Intertidal Calendar Year Collection 3"""
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.
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.
For service status information, see https://status.dea.ga.gov.au"""

dea_intertidal_layer = {
"title": "DEA Intertidal (Sentinel-2, Landsat)",
Expand All @@ -34,7 +40,7 @@
"manual_merge": False,
},
"styling": {
"default_style": "intertidal_elevation",
"default_style": "intertidal_elevation_adaptive",
"styles": styles_intertidal_list,
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
}

style_intertidal_elevation = {
"name": "intertidal_elevation",
style_intertidal_elevation_meso = {
"name": "intertidal_elevation_meso",
"title": "Elevation (mesotidal)",
"abstract": "Intertidal elevation in metres above Mean Sea Level",
"index_function": {
Expand Down Expand Up @@ -242,27 +242,27 @@
"include_in_feature_info": False,
"needed_bands": ["elevation_uncertainty", "ta_lot", "ta_hot"],
"mpl_ramp": "inferno",
"range": [0.1, 0.3],
"range": [0.0, 0.3],
"legend": {
"begin": "0.1",
"begin": "0.0",
"end": "0.3",
"ticks": ["0.1", "0.3"],
"ticks": ["0.0", "0.3"],
"units": "",
"tick_labels": {
"0.1": {"label": "Low"},
"0.0": {"label": "Low"},
"0.3": {"label": "High"},
},
},
}

# Create combined list that is imported and passed to the layer
styles_intertidal_list = [
style_intertidal_elevation,
style_intertidal_elevation_micro,
style_intertidal_elevation_macro,
style_intertidal_elevation_adaptive,
style_intertidal_elevation_uncertainty,
style_intertidal_elevation_uncertainty_adaptive,
style_intertidal_exposure,
style_intertidal_extents,
style_intertidal_elevation_micro,
style_intertidal_elevation_meso,
style_intertidal_elevation_macro,
style_intertidal_elevation_uncertainty,
]

0 comments on commit cb6ee83

Please sign in to comment.