wqx 3.0.261 → 3.0.263
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/descriptions/AnalyticalMethod.json +184 -17
- package/descriptions/AnalyticalMethod.json.js +274 -24
- package/descriptions/Characteristic.json +1 -1
- package/descriptions/Characteristic.json.js +1 -1
- package/descriptions/CharacteristicAlias.json +1072 -934
- package/descriptions/CharacteristicAlias.json.js +1122 -987
- package/descriptions/Organization.json +1 -1
- package/descriptions/Organization.json.js +1 -2
- package/descriptions/ResultMeasureQualifierDeprecated.json +4 -0
- package/descriptions/ResultMeasureQualifierDeprecated.json.js +4 -0
- package/descriptions/ResultStatisticalBase.json +1 -0
- package/descriptions/ResultStatisticalBase.json.js +2 -0
- package/descriptions/SampleCollectionMethod.json +4 -1
- package/descriptions/SampleCollectionMethod.json.js +7 -1
- package/groups/CASNumber.json +1 -1
- package/groups/CASNumber.json.js +1 -1
- package/groups/CharacteristicName.json +1 -1
- package/groups/CharacteristicName.json.js +1 -1
- package/json-schema/biological.json +169 -1
- package/json-schema/definitions.json +169 -1
- package/json-schema/habitat.json +169 -1
- package/json-schema/instantaneous.json +169 -1
- package/json-schema/physical-chemistry.json +169 -1
- package/package.json +1 -1
- package/values/AnalyticalMethod.json +167 -0
- package/values/AnalyticalMethod.json.js +167 -0
- package/values/Characteristic.json +1 -1
- package/values/Characteristic.json.js +1 -1
- package/values/CharacteristicAlias.json +138 -0
- package/values/CharacteristicAlias.json.js +138 -0
- package/values/ResultMeasureQualifierDeprecated.json +4 -0
- package/values/ResultMeasureQualifierDeprecated.json.js +4 -0
- package/values/ResultStatisticalBase.json +1 -0
- package/values/ResultStatisticalBase.json.js +1 -0
- package/values/SampleCollectionMethod.json +4 -1
- package/values/SampleCollectionMethod.json.js +4 -1
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"11COETUL_WQX": "Water Quality Monitoring Data",
|
|
32
32
|
"11DELMOD_WQX": "Water Quality Monitoring Data",
|
|
33
33
|
"11FLKNMS_WQX": "Water Quality Monitoring Data.",
|
|
34
|
-
"11NPSWRD_WQX": "
|
|
34
|
+
"11NPSWRD_WQX": "",
|
|
35
35
|
"11TOX09_WQX": "Priority Pollutant Data",
|
|
36
36
|
"1CTDPHBM": "",
|
|
37
37
|
"1VTDECWQ": "",
|
|
@@ -35,8 +35,7 @@ export default {
|
|
|
35
35
|
'11COETUL_WQX': 'Water Quality Monitoring Data',
|
|
36
36
|
'11DELMOD_WQX': 'Water Quality Monitoring Data',
|
|
37
37
|
'11FLKNMS_WQX': 'Water Quality Monitoring Data.',
|
|
38
|
-
'11NPSWRD_WQX':
|
|
39
|
-
'The NPS preserves unimpaired the natural and cultural resources and values of the National Park System for the enjoyment, education, and inspiration of this and future generations. The WRD supports this mission by providing assistance, expertise, and guidance for aquatic ecosystem stewardship to parks through programs in the areas of fisheries, natural resource condition assessments, information management, hydrology, ocean and coastal resources, wetlands, water quality, and water rights.',
|
|
38
|
+
'11NPSWRD_WQX': '',
|
|
40
39
|
'11TOX09_WQX': 'Priority Pollutant Data',
|
|
41
40
|
'1CTDPHBM': '',
|
|
42
41
|
'1VTDECWQ': '',
|
|
@@ -12,12 +12,14 @@
|
|
|
12
12
|
"BDJ": "B D J; Detection in blank. Dilution required. Estimated value",
|
|
13
13
|
"BG": "Analyte found in sample and associated blank and lock mass interference present",
|
|
14
14
|
"BH": "Detection in blank. Holding time exceeded. ",
|
|
15
|
+
"BI": "Analyte was detected at or above the MDL in both sample and associated blank. Analysis was from improperly preserved sample.",
|
|
15
16
|
"BJ": "B J; Detected in blank. Estimated value",
|
|
16
17
|
"BJG": "Analyte found in sample and associated blank, the reported result is an estimate (the value is less than the minimum calibration level but greater than the estimated detection limit) and lock mass interference present",
|
|
17
18
|
"BJHQC": "Estimated value, compound also detected in LRB, holding time exceeded, QC problems",
|
|
18
19
|
"BJHT": "Estimated value, compound also detected in LRB, holding time exceeded",
|
|
19
20
|
"BJQC": "Estimated value, compound also detected in LRB, QC problems",
|
|
20
21
|
"BL": "Detection in blank. Lowest available reporting limit for the analytical method used.",
|
|
22
|
+
"BLGI": "Reported value is greater than MDL but below Reporting Limit. Analyte was detected at or above the MDL in both sample and associated blank. Analysis was from improperly preserved sample",
|
|
21
23
|
"BMDL": "Concentration is less than method detection limit (MDL)",
|
|
22
24
|
"BQB": "Below Quantitation Limit. Detection in blank.",
|
|
23
25
|
"BQBJ": "Below Quantitation Limit. Detection in blank. Estimated.",
|
|
@@ -72,6 +74,7 @@
|
|
|
72
74
|
"DHJ": "Contract Required Quantitation Limit (CRQL) not met due to sample matrix interference, dilution required. Holding time exceeded. Estimated: The analyte was positively identified and the associated numerical value is the approximate concentration of the analyte in the sample",
|
|
73
75
|
"DJ": "Contract Required Quantitation Limit (CRQL) not met due to sample matrix interference, dilution required. Estimated:The analyte was positively identified and the associated numerical value is the approximate concentration of the analyte in the sample.",
|
|
74
76
|
"DL": "Not Detected: The analyte was not detected at a level >= to the Method Detection Limit for the analysis.",
|
|
77
|
+
"DLI": "The compound was analyzed for but not detected. Analysis was from improperly preserved sample",
|
|
75
78
|
"DQC": "Contract Required Quantitation Limit (CRQL) not met due to sample matrix interference, and quality control problems.",
|
|
76
79
|
"DR": "Contract Required Quantitation Limit (CRQL) not met due to sample matrix interference, dilution required. Rejected: The sample results are unusable due to the quality of the data generated because certain criteria were not met. The analyte may or may not be present in the sample.",
|
|
77
80
|
"DU": "Contract Required Quantitation Limit (CRQL) ... Not Detected: The analyte was analyzed for, but was not detected at a level greater than or equal to the level of the adjusted Contract Required Quantitation Limit (CRQL) for sample and method. ",
|
|
@@ -207,6 +210,7 @@
|
|
|
207
210
|
"LAC": "No Result Reported, lab accident",
|
|
208
211
|
"LBF": "Lab Failed, sample not analyzed",
|
|
209
212
|
"LBJQC": "Estimated value, greater than quantitation limit, compound also detected in LRB, QC problems",
|
|
213
|
+
"LGI": "Reported value is greater than MDL but below Reporting Limit. Analysis was from improperly preserved sample",
|
|
210
214
|
"LICC": "Initial calibration criteria not met – low",
|
|
211
215
|
"LIS": "Lab internal standard(s) added to sample.",
|
|
212
216
|
"LJHQC": "Estimated value, greater than quantitation limit, holding time exceeded, QC problems",
|
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
BDJ: 'B D J; Detection in blank. Dilution required. Estimated value',
|
|
13
13
|
BG: 'Analyte found in sample and associated blank and lock mass interference present',
|
|
14
14
|
BH: 'Detection in blank. Holding time exceeded. ',
|
|
15
|
+
BI: 'Analyte was detected at or above the MDL in both sample and associated blank. Analysis was from improperly preserved sample.',
|
|
15
16
|
BJ: 'B J; Detected in blank. Estimated value',
|
|
16
17
|
BJG: 'Analyte found in sample and associated blank, the reported result is an estimate (the value is less than the minimum calibration level but greater than the estimated detection limit) and lock mass interference present',
|
|
17
18
|
BJHQC:
|
|
@@ -19,6 +20,7 @@ export default {
|
|
|
19
20
|
BJHT: 'Estimated value, compound also detected in LRB, holding time exceeded',
|
|
20
21
|
BJQC: 'Estimated value, compound also detected in LRB, QC problems',
|
|
21
22
|
BL: 'Detection in blank. Lowest available reporting limit for the analytical method used.',
|
|
23
|
+
BLGI: 'Reported value is greater than MDL but below Reporting Limit. Analyte was detected at or above the MDL in both sample and associated blank. Analysis was from improperly preserved sample',
|
|
22
24
|
BMDL: 'Concentration is less than method detection limit (MDL)',
|
|
23
25
|
BQB: 'Below Quantitation Limit. Detection in blank.',
|
|
24
26
|
BQBJ: 'Below Quantitation Limit. Detection in blank. Estimated.',
|
|
@@ -81,6 +83,7 @@ export default {
|
|
|
81
83
|
DHJ: 'Contract Required Quantitation Limit (CRQL) not met due to sample matrix interference, dilution required. Holding time exceeded. Estimated: The analyte was positively identified and the associated numerical value is the approximate concentration of the analyte in the sample',
|
|
82
84
|
DJ: 'Contract Required Quantitation Limit (CRQL) not met due to sample matrix interference, dilution required. Estimated:The analyte was positively identified and the associated numerical value is the approximate concentration of the analyte in the sample.',
|
|
83
85
|
DL: 'Not Detected: The analyte was not detected at a level >= to the Method Detection Limit for the analysis.',
|
|
86
|
+
DLI: 'The compound was analyzed for but not detected. Analysis was from improperly preserved sample',
|
|
84
87
|
DQC: 'Contract Required Quantitation Limit (CRQL) not met due to sample matrix interference, and quality control problems.',
|
|
85
88
|
DR: 'Contract Required Quantitation Limit (CRQL) not met due to sample matrix interference, dilution required. Rejected: The sample results are unusable due to the quality of the data generated because certain criteria were not met. The analyte may or may not be present in the sample.',
|
|
86
89
|
DU: 'Contract Required Quantitation Limit (CRQL) ... Not Detected: The analyte was analyzed for, but was not detected at a level greater than or equal to the level of the adjusted Contract Required Quantitation Limit (CRQL) for sample and method. ',
|
|
@@ -240,6 +243,7 @@ export default {
|
|
|
240
243
|
LBF: 'Lab Failed, sample not analyzed',
|
|
241
244
|
LBJQC:
|
|
242
245
|
'Estimated value, greater than quantitation limit, compound also detected in LRB, QC problems',
|
|
246
|
+
LGI: 'Reported value is greater than MDL but below Reporting Limit. Analysis was from improperly preserved sample',
|
|
243
247
|
LICC: 'Initial calibration criteria not met – low',
|
|
244
248
|
LIS: 'Lab internal standard(s) added to sample.',
|
|
245
249
|
LJHQC:
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"Daily Mean": "The mean value of a set, each period of a day cycle",
|
|
34
34
|
"Daily Median": "The median value of a set (also known as the 50 Pctl), each period of a day cycle",
|
|
35
35
|
"Daily Minimum": "The smallest value of a set, each period of a day cycle",
|
|
36
|
+
"Daily Standard Deviation": "Daily standard deviation measures volatility over a single day, while general standard deviation calculates dispersion over any specified period (e.g., annual, monthly).",
|
|
36
37
|
"Delta": "The measurable difference between two points or results themselves",
|
|
37
38
|
"Geometric Mean": "the geometric mean is a mean or average, which indicates the central tendency or typical value of a set of numbers by using the product of their values.",
|
|
38
39
|
"Hourly Maximum": "The largest value of a set, each period of a hour cycle",
|
|
@@ -56,6 +56,8 @@ export default {
|
|
|
56
56
|
'Daily Median':
|
|
57
57
|
'The median value of a set (also known as the 50 Pctl), each period of a day cycle',
|
|
58
58
|
'Daily Minimum': 'The smallest value of a set, each period of a day cycle',
|
|
59
|
+
'Daily Standard Deviation':
|
|
60
|
+
'Daily standard deviation measures volatility over a single day, while general standard deviation calculates dispersion over any specified period (e.g., annual, monthly).',
|
|
59
61
|
Delta: 'The measurable difference between two points or results themselves',
|
|
60
62
|
'Geometric Mean':
|
|
61
63
|
'the geometric mean is a mean or average, which indicates the central tendency or typical value of a set of numbers by using the product of their values.',
|
|
@@ -124,6 +124,9 @@
|
|
|
124
124
|
"PNAMP Invert Collection": "https://www.nemi.gov/methods/method_summary/12579/",
|
|
125
125
|
"Pole-MassWateR": "This method involves the collection of a surface water sample using a water bottle affixed to a poll, typically extended from shore. This is a generic method intended for use by MassWateR users. https://massbays-tech.github.io/MassWateR/",
|
|
126
126
|
"Radiello": "21-day indoor air sampling with Radiello carbon cartridges",
|
|
127
|
+
"Reserved-RENAME": "Depth Integrated Water Chemistry Sampling Method (EWI or EDI)",
|
|
128
|
+
"Reserved-RENAME1": "Depth Integrated Water Chemistry Sampling Method (EWI or EDI)",
|
|
129
|
+
"Reserved-RENAME2": "Depth Integrated Water Chemistry Sampling Method (EWI or EDI)",
|
|
127
130
|
"SP-Macro": "Benthic Macroinvertebrate Sampling",
|
|
128
131
|
"SP-Water": "Water Grab Sampling",
|
|
129
132
|
"SWAMP Bioassessment 2016": "https://www.nemi.gov/protocols/protocol_summary/655/",
|
|
@@ -154,5 +157,5 @@
|
|
|
154
157
|
"WY-GS": "",
|
|
155
158
|
"Wade-MassWateR": "Sample collected in-stream while wading in from bank. Sample taken in water bottle with \"scoop\" method 6-12 inches below surface in flowing current.",
|
|
156
159
|
"Water Sampling Device-MassWateR": "This method involves the collection of a water sample by lowering a sampling container to depth and using a physical or mechanical method of closing the container (e.g., Lamotte, Rosette, Van Dorn). This is a generic method intended for use by MassWateR users. https://massbays-tech.github.io/MassWateR/",
|
|
157
|
-
"
|
|
160
|
+
"Water_Depth_Int": "Depth Integrated Water Chemistry Sampling Method (EWI or EDI)"
|
|
158
161
|
}
|
|
@@ -185,6 +185,12 @@ export default {
|
|
|
185
185
|
'Pole-MassWateR':
|
|
186
186
|
'This method involves the collection of a surface water sample using a water bottle affixed to a poll, typically extended from shore. This is a generic method intended for use by MassWateR users. https://massbays-tech.github.io/MassWateR/',
|
|
187
187
|
Radiello: '21-day indoor air sampling with Radiello carbon cartridges',
|
|
188
|
+
'Reserved-RENAME':
|
|
189
|
+
'Depth Integrated Water Chemistry Sampling Method (EWI or EDI)',
|
|
190
|
+
'Reserved-RENAME1':
|
|
191
|
+
'Depth Integrated Water Chemistry Sampling Method (EWI or EDI)',
|
|
192
|
+
'Reserved-RENAME2':
|
|
193
|
+
'Depth Integrated Water Chemistry Sampling Method (EWI or EDI)',
|
|
188
194
|
'SP-Macro': 'Benthic Macroinvertebrate Sampling',
|
|
189
195
|
'SP-Water': 'Water Grab Sampling',
|
|
190
196
|
'SWAMP Bioassessment 2016':
|
|
@@ -228,6 +234,6 @@ export default {
|
|
|
228
234
|
'Sample collected in-stream while wading in from bank. Sample taken in water bottle with "scoop" method 6-12 inches below surface in flowing current.',
|
|
229
235
|
'Water Sampling Device-MassWateR':
|
|
230
236
|
'This method involves the collection of a water sample by lowering a sampling container to depth and using a physical or mechanical method of closing the container (e.g., Lamotte, Rosette, Van Dorn). This is a generic method intended for use by MassWateR users. https://massbays-tech.github.io/MassWateR/',
|
|
231
|
-
|
|
237
|
+
Water_Depth_Int:
|
|
232
238
|
'Depth Integrated Water Chemistry Sampling Method (EWI or EDI)'
|
|
233
239
|
}
|
package/groups/CASNumber.json
CHANGED
|
@@ -543,6 +543,7 @@
|
|
|
543
543
|
"*****RETIRED*Deiodo flubendiamide": "",
|
|
544
544
|
"*****RETIRED*Diethylstilbesterol glucuronide": "",
|
|
545
545
|
"*****RETIRED*Lambda-Cyhalothrin": "91465-08-6",
|
|
546
|
+
"---- retired-----Taxonomic richness, EPT----": "",
|
|
546
547
|
".alpha.,.alpha.-Dimethylphenethylamine": "122-09-8",
|
|
547
548
|
".alpha.,2,6-Trichlorotoluene": "2014-83-7",
|
|
548
549
|
".alpha.-1,2,3,4,5,6-Hexachlorocyclohexane-D6 or alpha-HCH D6": "",
|
|
@@ -21484,7 +21485,6 @@
|
|
|
21484
21485
|
"Taxonomic Redundancy": "",
|
|
21485
21486
|
"Taxonomic Richness": "",
|
|
21486
21487
|
"Taxonomic Richness, Ephemeroptera, Plecoptera, Tricoptera": "",
|
|
21487
|
-
"Taxonomic richness, EPT": "",
|
|
21488
21488
|
"Taxonomic richness, weighted": "",
|
|
21489
21489
|
"Taxonomic unit, assigned": "",
|
|
21490
21490
|
"Taxonomic, pollution tolerance value (PTV) 2-4": "",
|
package/groups/CASNumber.json.js
CHANGED
|
@@ -700,6 +700,7 @@ export default {
|
|
|
700
700
|
'*****RETIRED*Deiodo flubendiamide': '',
|
|
701
701
|
'*****RETIRED*Diethylstilbesterol glucuronide': '',
|
|
702
702
|
'*****RETIRED*Lambda-Cyhalothrin': '91465-08-6',
|
|
703
|
+
'---- retired-----Taxonomic richness, EPT----': '',
|
|
703
704
|
'.alpha.,.alpha.-Dimethylphenethylamine': '122-09-8',
|
|
704
705
|
'.alpha.,2,6-Trichlorotoluene': '2014-83-7',
|
|
705
706
|
'.alpha.-1,2,3,4,5,6-Hexachlorocyclohexane-D6 or alpha-HCH D6': '',
|
|
@@ -27428,7 +27429,6 @@ export default {
|
|
|
27428
27429
|
'Taxonomic Redundancy': '',
|
|
27429
27430
|
'Taxonomic Richness': '',
|
|
27430
27431
|
'Taxonomic Richness, Ephemeroptera, Plecoptera, Tricoptera': '',
|
|
27431
|
-
'Taxonomic richness, EPT': '',
|
|
27432
27432
|
'Taxonomic richness, weighted': '',
|
|
27433
27433
|
'Taxonomic unit, assigned': '',
|
|
27434
27434
|
'Taxonomic, pollution tolerance value (PTV) 2-4': '',
|
|
@@ -543,6 +543,7 @@
|
|
|
543
543
|
"*****RETIRED*Deiodo flubendiamide": "Not Assigned",
|
|
544
544
|
"*****RETIRED*Diethylstilbesterol glucuronide": "Not Assigned",
|
|
545
545
|
"*****RETIRED*Lambda-Cyhalothrin": "Not Assigned",
|
|
546
|
+
"---- retired-----Taxonomic richness, EPT----": "Not Assigned",
|
|
546
547
|
".alpha.,.alpha.-Dimethylphenethylamine": "Organics, Other",
|
|
547
548
|
".alpha.,2,6-Trichlorotoluene": "Organics, Other",
|
|
548
549
|
".alpha.-1,2,3,4,5,6-Hexachlorocyclohexane-D6 or alpha-HCH D6": "Information",
|
|
@@ -21484,7 +21485,6 @@
|
|
|
21484
21485
|
"Taxonomic Redundancy": "Physical",
|
|
21485
21486
|
"Taxonomic Richness": "Physical",
|
|
21486
21487
|
"Taxonomic Richness, Ephemeroptera, Plecoptera, Tricoptera": "Physical",
|
|
21487
|
-
"Taxonomic richness, EPT": "Not Assigned",
|
|
21488
21488
|
"Taxonomic richness, weighted": "Not Assigned",
|
|
21489
21489
|
"Taxonomic unit, assigned": "Physical",
|
|
21490
21490
|
"Taxonomic, pollution tolerance value (PTV) 2-4": "Not Assigned",
|
|
@@ -957,6 +957,7 @@ export default {
|
|
|
957
957
|
'*****RETIRED*Deiodo flubendiamide': 'Not Assigned',
|
|
958
958
|
'*****RETIRED*Diethylstilbesterol glucuronide': 'Not Assigned',
|
|
959
959
|
'*****RETIRED*Lambda-Cyhalothrin': 'Not Assigned',
|
|
960
|
+
'---- retired-----Taxonomic richness, EPT----': 'Not Assigned',
|
|
960
961
|
'.alpha.,.alpha.-Dimethylphenethylamine': 'Organics, Other',
|
|
961
962
|
'.alpha.,2,6-Trichlorotoluene': 'Organics, Other',
|
|
962
963
|
'.alpha.-1,2,3,4,5,6-Hexachlorocyclohexane-D6 or alpha-HCH D6': 'Information',
|
|
@@ -32212,7 +32213,6 @@ export default {
|
|
|
32212
32213
|
'Taxonomic Redundancy': 'Physical',
|
|
32213
32214
|
'Taxonomic Richness': 'Physical',
|
|
32214
32215
|
'Taxonomic Richness, Ephemeroptera, Plecoptera, Tricoptera': 'Physical',
|
|
32215
|
-
'Taxonomic richness, EPT': 'Not Assigned',
|
|
32216
32216
|
'Taxonomic richness, weighted': 'Not Assigned',
|
|
32217
32217
|
'Taxonomic unit, assigned': 'Physical',
|
|
32218
32218
|
'Taxonomic, pollution tolerance value (PTV) 2-4': 'Not Assigned',
|