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

Update grimp.py small edits #781

Merged
merged 3 commits into from
Aug 24, 2023
Merged
Changes from 1 commit
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def make_layer(
"title": "Annual ice sheet velocity magnitude 2021 (200m)",
},
"vx": {
"description": "Ice sheet velocity x component (vy) in meters per year for 2021."
"description": "Ice sheet velocity x component (vx) in meters per year for 2021."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

+ _description_common,
"style": "grimp_velocity_component",
"title": "Annual ice sheet velocity x component 2021 (200m)",
Expand Down Expand Up @@ -112,7 +112,7 @@ def make_layer(
id="grimp_annual_vectors_2021",
title="Annual ice sheet velocity vectors 2021 (1.5km)",
description=(
"""Vector representation of ice sheet velocity in meters per year for 2021."""
"""Vector representation of ice sheet velocity in meters per year for 2021. Calculated by QGreenland Team."""
),
style="grimp_vectors",
input=LayerInput(
Expand Down
Loading