Skip to content

Commit

Permalink
Merge pull request #687 from GeoscienceAustralia/indice_style_labels
Browse files Browse the repository at this point in the history
Update indice style labels
  • Loading branch information
pindge authored Mar 2, 2021
2 parents 326c5b5 + 3481b7d commit 62c6dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/services/wms/ows_refactored/c3/ows_c3_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

style_c3_ndvi = {
"name": "ndvi",
"title": "NDVI - Red, NIR",
"title": "Normalised Difference Vegetation Index - Red, NIR",
"abstract": "Normalised Difference Vegetation Index - a derived index that correlates well with the existence of vegetation",
"index_function": {
"function": "datacube_ows.band_utils.norm_diff",
Expand All @@ -118,7 +118,7 @@

style_c3_ndwi = {
"name": "ndwi",
"title": "NDWI - Green, NIR",
"title": "Normalised Difference Water Index - Green, NIR",
"abstract": "Normalised Difference Water Index - a derived index that correlates well with the existence of water (McFeeters 1996)",
"index_function": {
"function": "datacube_ows.band_utils.norm_diff",
Expand Down Expand Up @@ -163,7 +163,7 @@

style_c3_mndwi = {
"name": "mndwi",
"title": "MNDWI - Green, SWIR",
"title": "Modified Normalised Difference Water Index - Green, SWIR",
"abstract": "Modified Normalised Difference Water Index - a derived index that correlates well with the existence of water (Xu 2006)",
"index_function": {
"function": "datacube_ows.band_utils.norm_diff",
Expand Down

0 comments on commit 62c6dcf

Please sign in to comment.