Skip to content

Commit

Permalink
Rename Dip poles layer group -> Geomagnetic north pole
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Jun 23, 2023
1 parent 349f5e7 commit 560c288
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions qgreenland/config/cfg-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -13408,7 +13408,7 @@
"name": "wmm_igrf_north_poles"
}
],
"name": "Dip poles",
"name": "Geomagnetic north pole",
"settings": {
"expand": false,
"order": null,
Expand Down Expand Up @@ -18352,7 +18352,7 @@
"settings": {
"expand": false,
"order": [
"Dip poles",
"Geomagnetic north pole",
"Geomagnetic coordinates 2020",
"2020",
"2021",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

settings = LayerGroupSettings(
order=[
"Dip poles",
"Geomagnetic north pole",
"Geomagnetic coordinates 2020",
*[str(year) for year in range(2020, 2025 + 1)],
],
Expand Down

0 comments on commit 560c288

Please sign in to comment.