Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GrIMP ice velocity layers #749

Merged
merged 25 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2fe7148
WIP add annual ice sheet velocity layrers from GrIMP (2014-2021)
trey-stafford Aug 18, 2023
43b977d
WIP attempt scaling annual velocity mosaics
trey-stafford Aug 18, 2023
7f390f4
Try downsampling to 1.5 km
trey-stafford Aug 18, 2023
ddf99c9
remove `vv` from asset id. Further modularize layer creation code
trey-stafford Aug 18, 2023
5513725
Init config for quarterly grimp mosaics
trey-stafford Aug 18, 2023
00d7a6e
Remove OBE comment
trey-stafford Aug 21, 2023
0cc24a3
Stop downsampling GrIMP data
trey-stafford Aug 21, 2023
958a50b
Add `vx` and `vy` GrIMP layers
trey-stafford Aug 21, 2023
6b9dc0e
Remove config for quarterly mosaics
trey-stafford Aug 21, 2023
2d5a1e8
Add styles, descriptions, proper title, etc. to GrIMP layers
trey-stafford Aug 21, 2023
ac71049
Config lock
trey-stafford Aug 21, 2023
85d0709
Add year to title of vy GrIMP layer
trey-stafford Aug 21, 2023
3b14d74
WIP init config for generating GrIMP velocity vectors
trey-stafford Aug 22, 2023
422b96a
Improve grimp velocity title & description
trey-stafford Aug 22, 2023
6953282
Fixup style name and lock config
trey-stafford Aug 22, 2023
7480263
Layer order settings for GrIMP
trey-stafford Aug 22, 2023
d5ae5e3
CHANGELOG
trey-stafford Aug 22, 2023
7667a5b
Informative comments
trey-stafford Aug 22, 2023
62c759e
GrIMP velocity vectors symbology: use black for all arrows
trey-stafford Aug 22, 2023
d1fb1b3
Remove pre-calculated magnitude from GrIMP vectors
trey-stafford Aug 22, 2023
d1b6f6e
Config lock
trey-stafford Aug 22, 2023
81a5713
Indicate resolution in title of GrIMP velocity vectors layer
trey-stafford Aug 22, 2023
6cb3c04
Update date_accessed injection
trey-stafford Aug 23, 2023
89476ed
More informative comment
trey-stafford Aug 23, 2023
37c368f
Update config lock and simplify processing step for GrIMP vectors
trey-stafford Aug 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
* Add new "Geology/Mineral occurrences" layer from GEUS.
* Update `layer_list.csv` to include new column indicating if each layer is
stored on disk. Internet-required layers take the value `False`.
* Add new "Glaciology/Ice sheet velocity" layers:
* "GrIMP/Annual ice sheet velocity vectors 2021"
* "GrIMP/Annual ice sheet velocity magnitude 2021 (200m)"
* "GrIMP/Annual ice sheet velocity x component 2021 (200m)"
* "GrIMP/Annual ice sheet velocity y component 2021 (200m)"


# v3.0.0alpha4 (2023-07-21)
Expand Down
177 changes: 177 additions & 0 deletions qgreenland/ancillary/styles/grimp_vectors.qml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading