The source project of this merge request has been removed.
code refactor
Compare changes
+ 132
− 134
@@ -4,31 +4,33 @@ import pathlib
@@ -64,21 +66,20 @@ class DataStore1001:
@@ -125,7 +126,7 @@ class DataStore2110(collections.UserDict):
@@ -142,7 +143,7 @@ class DataStore2110(collections.UserDict):
@@ -160,10 +161,10 @@ class DataStore2110(collections.UserDict):
@@ -173,7 +174,7 @@ class DataStore2110(collections.UserDict):
@@ -200,17 +201,18 @@ class KeywordComment:
@@ -251,7 +253,7 @@ class StandardNormalComments(collections.UserList):
@@ -308,7 +310,7 @@ class Variable:
@@ -321,15 +323,15 @@ class Variable:
@@ -350,9 +352,7 @@ class Variable:
@@ -363,10 +363,12 @@ class Variable:
@@ -385,8 +387,6 @@ class Dataset:
@@ -421,9 +421,10 @@ class Dataset:
@@ -435,22 +436,22 @@ class Dataset:
@@ -463,20 +464,12 @@ class Dataset:
@@ -486,15 +479,10 @@ class Dataset:
@@ -522,12 +510,11 @@ class Dataset:
@@ -547,8 +534,8 @@ class Dataset:
@@ -613,8 +600,11 @@ class Dataset:
@@ -623,10 +613,10 @@ class Dataset:
@@ -663,39 +653,33 @@ class Dataset:
@@ -724,19 +708,19 @@ class Dataset:
@@ -745,7 +729,7 @@ class Dataset:
@@ -754,87 +738,90 @@ class Dataset:
# Data Interval (This value describes the time spacing (in seconds) between consecutive data records. It is the (constant) interval between values of the independent variable. For 1 Hz data the data interval value is 1 and for 10 Hz data the value is 0.1. All intervals longer than 1 second must be reported as Start and Stop times, and the Data Interval value is set to 0. The Mid-point time is required when it is not at the average of Start and Stop times. For additional information see Section 2.5 below.).
# Description or name of independent (bound) variable (This is the name chosen for the start time. It always refers to the number of seconds UTC from the start of the day on which measurements began. It should be noted here that the independent variable should monotonically increase even when crossing over to a second day.).
# Description or name of independent variable (This is the name chosen for the start time. It always refers to the number of seconds UTC from the start of the day on which measurements began. It should be noted here that the independent variable should monotonically increase even when crossing over to a second day.).
# Variable names and units (Short variable name and units are required, and optional long descriptive name, in that order, and separated by commas. If the variable is unitless, enter the keyword "none" for its units. Each short variable name and units (and optional long name) are entered on one line. The short variable name must correspond exactly to the name used for that variable as a column header, i.e., the last header line prior to start of data.).
# Variable names and units (Short variable name and units are required, and optional long descriptive name, in that order, and separated by commas. If the variable is unitless, enter the keyword "none" for its units. Each short variable name and units (and optional long name) are entered on one line. The short variable name must correspond exactly to the name used for that variable as a column header, i.e., the last header line prior to start of data.).
# Normal comments (SUPPORTING information: This is the place for investigators to more completely describe the data and measurement parameters. The supporting information structure is described below as a list of key word: value pairs. Specifically include here information on the platform used, the geo-location of data, measurement technique, and data revision comments. Note the non-optional information regarding uncertainty, the upper limit of detection (ULOD) and the lower limit of detection (LLOD) for each measured variable. The ULOD and LLOD are the values, in the same units as the measurements that correspond to the flags -7777s and -8888s within the data, respectively. The last line of this section should contain all the short variable names on one line. The key words in this section are written in BOLD below and must appear in this section of the header along with the relevant data listed after the colon. For key words where information is not needed or applicable, simply enter N/A.).
@@ -876,14 +863,20 @@ class Dataset:
@@ -901,8 +894,10 @@ class Dataset:
@@ -923,6 +918,8 @@ class Dataset:
@@ -930,9 +927,10 @@ class Dataset:
\ No newline at end of file