Skip to content

Commit

Permalink
Merge pull request #676 from nsidc/fixup-hydro-basin-descriptions
Browse files Browse the repository at this point in the history
Fixup hydrologic outlets/basins layers descriptions
  • Loading branch information
trey-stafford committed Jul 18, 2023
2 parents d5edcc7 + 879c0e7 commit 571d936
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Add "Geology/Tectonic plates" polygon layer. This layer accompanies the
existing "Geology/Tectonic plate boundaries" polyline layer from the same
dataset.
* Fix descriptions of "Hydrology" outlets and basins layers.


# v3.0.0alpha3 (2023-07-05)
Expand Down
16 changes: 8 additions & 8 deletions qgreenland/config/cfg-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -18726,7 +18726,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": {
Expand Down Expand Up @@ -18763,7 +18763,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": {
Expand Down Expand Up @@ -18800,7 +18800,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": {
Expand Down Expand Up @@ -18841,7 +18841,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": {
Expand Down Expand Up @@ -18878,7 +18878,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": {
Expand Down Expand Up @@ -18915,7 +18915,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": {
Expand Down Expand Up @@ -18956,7 +18956,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": {
Expand Down Expand Up @@ -18993,7 +18993,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": {
Expand Down
5 changes: 1 addition & 4 deletions qgreenland/config/helpers/layers/streams_outlets_basins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 571d936

Please sign in to comment.