From 560c2884ba5a66ec07cc1dd740ac0a29a2abfec8 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Fri, 23 Jun 2023 15:44:50 -0600 Subject: [PATCH] Rename `Dip poles` layer group -> `Geomagnetic north pole` --- CHANGELOG.md | 2 ++ qgreenland/config/cfg-lock.json | 4 ++-- .../{Dip poles => Geomagnetic north pole}/north_pole.py | 0 .../layers/Geophysics/World Magnetic Model/__settings__.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) rename qgreenland/config/layers/Geophysics/World Magnetic Model/{Dip poles => Geomagnetic north pole}/north_pole.py (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index a110a331..fcdc08ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ (v3) of the Climate Change Initiative (CCI) Surface Elevation Change dataset from the European Space Agency (ESA). This extends the timeseries to include a surface elevation change layer for 2016-2020. +- Rename "Geophysics/World Magnetic Model/Dip poles" layer group -> + "Geophysics/World Magnetic Model/Geomagnetic north pole" # v3.0.0alpha2 (2023-05-09) diff --git a/qgreenland/config/cfg-lock.json b/qgreenland/config/cfg-lock.json index 4570b0bb..64778d31 100644 --- a/qgreenland/config/cfg-lock.json +++ b/qgreenland/config/cfg-lock.json @@ -13408,7 +13408,7 @@ "name": "wmm_igrf_north_poles" } ], - "name": "Dip poles", + "name": "Geomagnetic north pole", "settings": { "expand": false, "order": null, @@ -18352,7 +18352,7 @@ "settings": { "expand": false, "order": [ - "Dip poles", + "Geomagnetic north pole", "Geomagnetic coordinates 2020", "2020", "2021", diff --git a/qgreenland/config/layers/Geophysics/World Magnetic Model/Dip poles/north_pole.py b/qgreenland/config/layers/Geophysics/World Magnetic Model/Geomagnetic north pole/north_pole.py similarity index 100% rename from qgreenland/config/layers/Geophysics/World Magnetic Model/Dip poles/north_pole.py rename to qgreenland/config/layers/Geophysics/World Magnetic Model/Geomagnetic north pole/north_pole.py diff --git a/qgreenland/config/layers/Geophysics/World Magnetic Model/__settings__.py b/qgreenland/config/layers/Geophysics/World Magnetic Model/__settings__.py index e1616d78..b953b84f 100644 --- a/qgreenland/config/layers/Geophysics/World Magnetic Model/__settings__.py +++ b/qgreenland/config/layers/Geophysics/World Magnetic Model/__settings__.py @@ -2,7 +2,7 @@ settings = LayerGroupSettings( order=[ - "Dip poles", + "Geomagnetic north pole", "Geomagnetic coordinates 2020", *[str(year) for year in range(2020, 2025 + 1)], ],