We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3cc0f commit 84fefceCopy full SHA for 84fefce
src/nsidc/iceflow/data/ilvis2.py
@@ -12,11 +12,6 @@
12
13
from nsidc.iceflow.data.models import ILVIS2DataFrame
14
15
-# TODO: consider coord set names and think about if we should just expose the
16
-# two sets that are common across both v1 and v2. It would be nice to expose the
17
-# flexibility for both, but when read_datafiles is used across multiple datasets
18
-# this could cause a problem. E.g., users might try to use one that's only
19
-# available in v1, even though v2 is also specified.
20
ILVIS2_COORDINATE_SETS = Literal["low_mode", "high_mode", "centroid", "highest_signal"]
21
ILVIS2_COORDINATE_SET_MAPPING: dict[ILVIS2_COORDINATE_SETS, dict[str, str]] = {
22
# The center of the lowest detected mode within the waveform. Available in
0 commit comments