Skip to content

Commit 90746c5

Browse files
committed
Update note about GLAH06 data variables
1 parent a52b8fe commit 90746c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/nsidc/iceflow/data/models.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ class Config:
101101

102102

103103
class GLAH06Schema(CommonDataColumnsSchema):
104-
# Note: all of these variables are extracted from the "Data_40HZ" group. We
105-
# may want to support accessing data from the "Data_1HZ" group in the
106-
# future.
104+
# Note: all of these variables are extracted from the "Data_40HZ"
105+
# group. There is also a "Data_1HZ" group, which contains similar variables,
106+
# but does not include the elevation data and appears to be a downsampled
107+
# version of the "Data_40HZ" group. See
108+
# https://github.com/nsidc/iceflow/issues/43.
107109
i_rec_ndx: Series[int] = pa.Field(coerce=True)
108110
i_shot_count: Series[int] = pa.Field(coerce=True)
109111
d_lat: Series[float]

0 commit comments

Comments
 (0)