From 9058597aa550c0d866a19ba5c48ecf40fcebc333 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Mon, 17 Jul 2023 18:15:33 -0600 Subject: [PATCH 1/2] Fixup descriptions for Streams, Outlets, and Basins dataset layers --- qgreenland/config/cfg-lock.json | 16 ++++++++-------- .../helpers/layers/streams_outlets_basins.py | 5 +---- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/qgreenland/config/cfg-lock.json b/qgreenland/config/cfg-lock.json index a552f031..b848b90f 100644 --- a/qgreenland/config/cfg-lock.json +++ b/qgreenland/config/cfg-lock.json @@ -18672,7 +18672,7 @@ }, { "layer_cfg": { - "description": "Calculated locations for subglacial hydrologic basin\nice-margin-terminating outlets.", + "description": "Calculated locations for subglacial hydrologic basin ice-margin-terminating outlets.", "id": "ice_outlets", "in_package": true, "input": { @@ -18709,7 +18709,7 @@ }, { "layer_cfg": { - "description": "Calculated locations for subglacial hydrologic basin\nice-margin-terminating outlets.", + "description": "Calculated locations for terrestrial hydrologic basin coast-terminating outlets.", "id": "land_outlets", "in_package": true, "input": { @@ -18746,7 +18746,7 @@ }, { "layer_cfg": { - "description": "Calculated locations for subglacial hydrologic basin\nice-margin-terminating outlets.", + "description": "Calculated subglacial hydrologic stream paths.", "id": "ice_streams", "in_package": true, "input": { @@ -18787,7 +18787,7 @@ }, { "layer_cfg": { - "description": "Calculated locations for subglacial hydrologic basin\nice-margin-terminating outlets.", + "description": "Calculated ice sheet hydrologic basins using regional climate model spatial coverage.", "id": "ice_basins", "in_package": true, "input": { @@ -18824,7 +18824,7 @@ }, { "layer_cfg": { - "description": "Calculated locations for subglacial hydrologic basin\nice-margin-terminating outlets.", + "description": "Calculated ice sheet hydrologic basins including areas classified as land/ocean by regional climate models (filled).", "id": "ice_basins_filled", "in_package": true, "input": { @@ -18861,7 +18861,7 @@ }, { "layer_cfg": { - "description": "Calculated locations for subglacial hydrologic basin\nice-margin-terminating outlets.", + "description": "Calculated terrestrial hydrologic stream paths.", "id": "land_streams", "in_package": true, "input": { @@ -18902,7 +18902,7 @@ }, { "layer_cfg": { - "description": "Calculated locations for subglacial hydrologic basin\nice-margin-terminating outlets.", + "description": "Calculated terrestrial hydrologic basins using regional climate model spatial coverage.", "id": "land_basins", "in_package": true, "input": { @@ -18939,7 +18939,7 @@ }, { "layer_cfg": { - "description": "Calculated locations for subglacial hydrologic basin\nice-margin-terminating outlets.", + "description": "Calculated terrestrial hydrologic basins including areas classified as ice/ocean by regional climate models (filled).", "id": "land_basins_filled", "in_package": true, "input": { diff --git a/qgreenland/config/helpers/layers/streams_outlets_basins.py b/qgreenland/config/helpers/layers/streams_outlets_basins.py index e5f97134..e6993dd2 100644 --- a/qgreenland/config/helpers/layers/streams_outlets_basins.py +++ b/qgreenland/config/helpers/layers/streams_outlets_basins.py @@ -71,10 +71,7 @@ Layer( id=layer_id, title=layer_id.replace("_", " ").capitalize(), - description=( - """Calculated locations for subglacial hydrologic basin - ice-margin-terminating outlets.""" - ), + description=params["description"], tags=[], style=layer_id.replace("_filled", ""), input=LayerInput( From 71de4994a412e3dde10b3493fd2415f0a690f92b Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Mon, 17 Jul 2023 18:18:10 -0600 Subject: [PATCH 2/2] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3231b7ec..8464dbe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * QGreenland Custom is no longer supported. * Remove "Biology/Fish/Arctic Char" layer. +* Fix descriptions of "Hydrology" outlets and basins layers. # v3.0.0alpha3 (2023-07-05)