Skip to content

Commit

Permalink
Update names
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Mar 19, 2024
1 parent f52496b commit d2e68e6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

style_intertidal_elevation = {
"name": "intertidal_elevation",
"title": "Elevation",
"title": "Elevation (mesotidal)",
"abstract": "Intertidal elevation in metres above Mean Sea Level",
"index_function": {
"function": "datacube_ows.band_utils.single_band",
Expand All @@ -43,7 +43,7 @@

style_intertidal_elevation_micro = {
"name": "intertidal_elevation_micro",
"title": "Elevation (microtidal style)",
"title": "Elevation (microtidal)",
"abstract": "Intertidal elevation in metres above Mean Sea Level",
"index_function": {
"function": "datacube_ows.band_utils.single_band",
Expand All @@ -70,7 +70,7 @@

style_intertidal_elevation_macro = {
"name": "intertidal_elevation_macro",
"title": "Elevation (macrotidal style)",
"title": "Elevation (macrotidal)",
"abstract": "Intertidal elevation in metres above Mean Sea Level",
"index_function": {
"function": "datacube_ows.band_utils.single_band",
Expand Down Expand Up @@ -199,7 +199,7 @@

style_intertidal_elevation_adaptive = {
"name": "intertidal_elevation_adaptive",
"title": "Elevation (experimental adaptive style)",
"title": "Elevation (adaptive)",
"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 @@ -228,7 +228,7 @@

style_intertidal_elevation_uncertainty_adaptive = {
"name": "intertidal_elevation_uncertainty_adaptive",
"title": "Elevation uncertainty (experimental)",
"title": "Elevation uncertainty (adaptive)",
"abstract": "Intertidal elevation uncertainty",
"index_function": {
"function": "ows_refactored.sea_ocean_coast.intertidal_c3.utils_intertidal.uncertainty_adaptive",
Expand Down

0 comments on commit d2e68e6

Please sign in to comment.