File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,11 @@ class Config:
101101
102102
103103class 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 ]
You can’t perform that action at this time.
0 commit comments