Skip to content

Commit

Permalink
Merge pull request #781 from nsidc/twilamoon-science-patch-3
Browse files Browse the repository at this point in the history
Update grimp.py small edits
  • Loading branch information
trey-stafford committed Aug 24, 2023
2 parents 5acd09c + 27c7428 commit 40b0565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions qgreenland/config/cfg-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -12094,7 +12094,7 @@
"children": [
{
"layer_cfg": {
"description": "Vector representation of ice sheet velocity in meters per year for 2021.",
"description": "Vector representation of ice sheet velocity in meters per year for 2021. Calculated by QGreenland Team.",
"id": "grimp_annual_vectors_2021",
"in_package": true,
"input": {
Expand Down Expand Up @@ -12261,7 +12261,7 @@
},
{
"layer_cfg": {
"description": "Ice sheet velocity x component (vy) in meters per year for 2021.\nAnnual mosaics are produced from data with resolutions varying from a few\nhundred meters to 1.5km. The 2021 annual mosaic includes data collected between\n2020-12-01 and 2021-11-30.\n\nNote that these data have been rounded to the nearest centimeter for QGreenland\nto save disk space. Please see the original data source for the un-modified and\nadditional data:\n\n* x and y component velocity error estimates (ex, ey).\n* A temporal offset parameter (dT) that reports the difference in days between\n the date of each velocity estimate and the midpoint date of the corresponding\n measurement period.\n* Shapefile that indicates the source of the image pairs (SAR or Landsat 8) used\n to produce the mosaic.",
"description": "Ice sheet velocity x component (vx) in meters per year for 2021.\nAnnual mosaics are produced from data with resolutions varying from a few\nhundred meters to 1.5km. The 2021 annual mosaic includes data collected between\n2020-12-01 and 2021-11-30.\n\nNote that these data have been rounded to the nearest centimeter for QGreenland\nto save disk space. Please see the original data source for the un-modified and\nadditional data:\n\n* x and y component velocity error estimates (ex, ey).\n* A temporal offset parameter (dT) that reports the difference in days between\n the date of each velocity estimate and the midpoint date of the corresponding\n measurement period.\n* Shapefile that indicates the source of the image pairs (SAR or Landsat 8) used\n to produce the mosaic.",
"id": "grimp_annual_vx_2021",
"in_package": true,
"input": {
Expand Down
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."
+ _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

0 comments on commit 40b0565

Please sign in to comment.