wqx 3.0.274 → 3.0.276
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/deprecated/CharacteristicName.json +0 -2
- package/deprecated/CharacteristicName.json.js +0 -2
- package/descriptions/ActivityType.json +3 -0
- package/descriptions/ActivityType.json.js +6 -0
- package/descriptions/Characteristic.json +60 -2
- package/descriptions/Characteristic.json.js +61 -2
- package/descriptions/CharacteristicAlias.json +5579 -5428
- package/descriptions/CharacteristicAlias.json.js +5908 -5750
- package/descriptions/CharacteristicPickListValue.json +12 -2
- package/descriptions/CharacteristicPickListValue.json.js +12 -2
- package/descriptions/MeasurementUnit.json +4 -0
- package/descriptions/MeasurementUnit.json.js +4 -0
- package/descriptions/Organization.json +4 -3
- package/descriptions/Organization.json.js +4 -4
- package/descriptions/Taxon.json +6 -1
- package/descriptions/Taxon.json.js +10 -1
- package/descriptions/TaxonAlias.json +1690 -1685
- package/descriptions/TaxonAlias.json.js +2066 -2060
- package/groups/CASNumber.json +60 -2
- package/groups/CASNumber.json.js +60 -2
- package/groups/CharacteristicName.json +60 -2
- package/groups/CharacteristicName.json.js +60 -2
- package/groups/Taxon.json +5 -0
- package/groups/Taxon.json.js +5 -0
- package/json-schema/activitymetric.json +51 -0
- package/json-schema/biological-habitat.json +3 -0
- package/json-schema/biological.json +136 -2
- package/json-schema/definitions.json +155 -2
- package/json-schema/habitat.json +115 -2
- package/json-schema/instantaneous.json +115 -2
- package/json-schema/location.json +12 -0
- package/json-schema/physical-chemistry.json +95 -2
- package/package.json +1 -1
- package/required/CharacteristicName-ResultSampleFraction.json +2 -0
- package/required/CharacteristicName-ResultSampleFraction.json.js +2 -0
- package/values/ActivityType.json +3 -0
- package/values/ActivityType.json.js +3 -0
- package/values/AnalyticalMethodContext.json +4 -0
- package/values/AnalyticalMethodContext.json.js +4 -0
- package/values/Characteristic.json +60 -2
- package/values/Characteristic.json.js +60 -2
- package/values/CharacteristicAlias.json +153 -2
- package/values/CharacteristicAlias.json.js +153 -2
- package/values/CharacteristicPickListValue.json +12 -2
- package/values/CharacteristicPickListValue.json.js +12 -2
- package/values/MeasurementUnit.json +4 -0
- package/values/MeasurementUnit.json.js +4 -0
- package/values/Organization.json +1 -0
- package/values/Organization.json.js +1 -0
- package/values/QAQCCharacteristicValidation.json +43 -43
- package/values/QAQCCharacteristicValidation.json.js +43 -43
- package/values/Taxon.json +5 -0
- package/values/Taxon.json.js +5 -0
- package/values/TaxonAlias.json +5 -0
- package/values/TaxonAlias.json.js +5 -0
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
export default [
|
|
2
|
-
'*****RETIRED*4-Nonylphenol octadecaethoxylates',
|
|
3
|
-
'*****RETIRED*4-Nonylphenol octaethoxylates',
|
|
4
2
|
'*****RETIRED*4-Nonylphenol pentadecaethoxylates',
|
|
5
3
|
'*****RETIRED*4-Nonylphenol pentaethoxylates',
|
|
6
4
|
'*****RETIRED*4-Nonylphenol tetradecaethoxylates',
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
"Field Msr/Obs-Continuous Time Series": "Continuous time series (sensor) data submitted as calculated statistics (up to 6 per day), with the full time series included as a text file attachment. Measurements are automatically collected in the field by a fixed, deployed single or multi-parameter data logger.",
|
|
4
4
|
"Field Msr/Obs-Habitat Assessment": "A field activity conducted to evaluate a habitat, according to an organizations pre-defined habitat assessment scheme.",
|
|
5
5
|
"Field Msr/Obs-Incidental": "A field observation of a non-target species/analytes made during a formal survey and/or a field observation made during a non-formal survey.",
|
|
6
|
+
"Field Msr/Obs-Integrated Flow Proportioned": "A discrete measurement collected in the field integrated over an interval or space within which changes in flow are used to alter the proportion of the sampled medium contributing to the integrated sample.",
|
|
7
|
+
"Field Msr/Obs-Integrated Time Series": "A discrete measurement collected in the field that represents an integrated portion or segment of elapsed time.",
|
|
8
|
+
"Field Msr/Obs-Integrated Vertical Profile": "A discrete measurement collected in the field that represents an integrated portion or segment of a vertical track within the study area.",
|
|
6
9
|
"Field Msr/Obs-Portable Data Logger": "Continuous time series (sensor) data collected and submitted as a series of measurements with equal time steps in between. Measurements are collected in the field by an \"attended or unattended\" single or multi-parameter data logger. This Activity Type Code should only be used for short deployments (less than two weeks). For longer deployments, submit using \"Field Msr/Obs-Continuous Time Series\".",
|
|
7
10
|
"Quality Control Alternative Measurement Sensitivity": "A repeated measurement of the same field (also a lab where detection limits do not apply) sample collected to control sensitivity typically for a specific instrument in order calculate the alternative measurement sensitivity (AMS). AMS is the standard deviation of 7 measurements of a sample (with a signal in the quantitative range) times the two-sided critical t-value for 99% confidence (3.708)",
|
|
8
11
|
"Quality Control Alternative Measurement Sensitivity Plus": "A repeated measurement of different field samples collected to control sensitivity typically for a specific instrument/sensor in order calculate the alternative measurement sensitivity (AMS+). AMS+ is defined as the standard deviation of 7 measurements of samples collected very closely in time and space times the two-sided critical t-value for 99% confidence.",
|
|
@@ -7,6 +7,12 @@ export default {
|
|
|
7
7
|
'A field activity conducted to evaluate a habitat, according to an organizations pre-defined habitat assessment scheme.',
|
|
8
8
|
'Field Msr/Obs-Incidental':
|
|
9
9
|
'A field observation of a non-target species/analytes made during a formal survey and/or a field observation made during a non-formal survey.',
|
|
10
|
+
'Field Msr/Obs-Integrated Flow Proportioned':
|
|
11
|
+
'A discrete measurement collected in the field integrated over an interval or space within which changes in flow are used to alter the proportion of the sampled medium contributing to the integrated sample.',
|
|
12
|
+
'Field Msr/Obs-Integrated Time Series':
|
|
13
|
+
'A discrete measurement collected in the field that represents an integrated portion or segment of elapsed time.',
|
|
14
|
+
'Field Msr/Obs-Integrated Vertical Profile':
|
|
15
|
+
'A discrete measurement collected in the field that represents an integrated portion or segment of a vertical track within the study area.',
|
|
10
16
|
'Field Msr/Obs-Portable Data Logger':
|
|
11
17
|
'Continuous time series (sensor) data collected and submitted as a series of measurements with equal time steps in between. Measurements are collected in the field by an "attended or unattended" single or multi-parameter data logger. This Activity Type Code should only be used for short deployments (less than two weeks). For longer deployments, submit using "Field Msr/Obs-Continuous Time Series".',
|
|
12
18
|
'Quality Control Alternative Measurement Sensitivity':
|
|
@@ -524,8 +524,6 @@
|
|
|
524
524
|
"(Z)-Octadec-9-enyl (5-(((2-(((perfluorooctyl)sulphonyl)methylamino)ethoxy)carbonyl)amino)-o-tolyl)carbamate": "",
|
|
525
525
|
"(Z,Z)-11,13-Hexadecadienal": "; Request Date: 02-MAR-07",
|
|
526
526
|
"({4-[(1,2,3,3,4,4,5,5,6,6,6-Undecafluorohex-1-en-1-yl)oxy]phenyl}methyl)phosphonic acid": "",
|
|
527
|
-
"*****RETIRED*4-Nonylphenol octadecaethoxylates": "NWIS",
|
|
528
|
-
"*****RETIRED*4-Nonylphenol octaethoxylates": "NWIS",
|
|
529
527
|
"*****RETIRED*4-Nonylphenol pentadecaethoxylates": "NWIS",
|
|
530
528
|
"*****RETIRED*4-Nonylphenol pentaethoxylates": "1;NWIS",
|
|
531
529
|
"*****RETIRED*4-Nonylphenol tetradecaethoxylates": "NWIS",
|
|
@@ -3517,6 +3515,7 @@
|
|
|
3517
3515
|
"12,12,13,13,14,14,15,15,16,16,17,17,17-Tridecafluoroheptadecan-1-ol": "",
|
|
3518
3516
|
"12,12,13,13,14,14,15,15,16,16,17,17,17-Tridecafluoroheptadecanoyl chloride": "",
|
|
3519
3517
|
"12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,19-Heptadecafluorononadecan-1-ol": "",
|
|
3518
|
+
"12,14-Dichlorodehydroabietic acid": "Datastream",
|
|
3520
3519
|
"12-Azido-1,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10-henicosafluorododecane": "",
|
|
3521
3520
|
"12-Bromo-1,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10-henicosafluorododecane": "",
|
|
3522
3521
|
"12-Bromo-1,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8-heptadecafluorododecane": "",
|
|
@@ -6969,6 +6968,7 @@
|
|
|
6969
6968
|
"3,4,5-Tris(1,1,2,3,3,3-hexafluoropropoxy)benzoic acid": "",
|
|
6970
6969
|
"3,4,6-Trichloro-2-(2-chloro-4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,11-heptadecafluoroundecyl)phenyl acetate": "",
|
|
6971
6970
|
"3,4,6-Trichloro-5-cyano-2-hydroxybenzamide": "NWIS",
|
|
6971
|
+
"3,4,6-Trichlorocatechol": "Datastream",
|
|
6972
6972
|
"3,4,6-Trichloroguaiacol": "; Request Date: 30-APR-15",
|
|
6973
6973
|
"3,4-Bis((perfluoro-1-oxooctyl)amino)benzenesulfonyl chloride": "",
|
|
6974
6974
|
"3,4-Bis(2,2,3,3,4,4,4-heptafluorobutyl)-1H-pyrrole-2,5-dicarboxylic acid": "",
|
|
@@ -6983,6 +6983,7 @@
|
|
|
6983
6983
|
"3,4-Dichloroaniline-2,6-d2": "NWIS",
|
|
6984
6984
|
"3,4-Dichlorobenzotrifluoride": "1,2-Dichloro-4-(trifluoromethyl)benzene (3,4-Dichlorobenzotrifluoride)",
|
|
6985
6985
|
"3,4-Dichlorobiphenyl": "Nemi.gov; Request Date: 02-MAR-07",
|
|
6986
|
+
"3,4-Dichlorocatechol": "Datastream",
|
|
6986
6987
|
"3,4-Dichloroguaiacol": "; Request Date: 30-APR-15",
|
|
6987
6988
|
"3,4-Dichloronitrobenzene": "Nemi.gov; Request Date: 24-SEP-19",
|
|
6988
6989
|
"3,4-Dichlorophenol": "; Request Date: 02-MAR-07",
|
|
@@ -7030,6 +7031,7 @@
|
|
|
7030
7031
|
"3,5-Dichloroaniline": "Request Date: 11-Sep-14 (nps.gov cas# review)",
|
|
7031
7032
|
"3,5-Dichlorobenzoic acid": "Nemi.gov; Request Date: 02-MAR-07",
|
|
7032
7033
|
"3,5-Dichlorobiphenyl": "PCB Congener; Nemi.gov; Request Date: 02-MAR-07",
|
|
7034
|
+
"3,5-Dichlorocatechol": "Datastream",
|
|
7033
7035
|
"3,5-Dichloromethoxy triclosan": "NWIS",
|
|
7034
7036
|
"3,5-Dichlorophenol": "; Request Date: 22-JUL-14",
|
|
7035
7037
|
"3,5-Diethyltoluene": "",
|
|
@@ -7985,6 +7987,7 @@
|
|
|
7985
7987
|
"4,5-Dichloro-4,5,5-trifluoropent-1-ene": "",
|
|
7986
7988
|
"4,5-Dichlorocatechol": "; Request Date: 02-MAR-07",
|
|
7987
7989
|
"4,5-Dichloroperfluoro-3-oxapentanesulfonyl fluoride": "",
|
|
7990
|
+
"4,5-Dichloroveratrole": "Datastream",
|
|
7988
7991
|
"4,5-Dihydro-2-phenyl-.alpha.-((perfluorohexyl)ethyloxy)methyl-1H-Imidazole-1-ethanol": "",
|
|
7989
7992
|
"4,5-Dimethyl-1,2-dithiol-3-one": "; Request Date: 02-MAR-07",
|
|
7990
7993
|
"4,5-Dimethylnonane": "",
|
|
@@ -8241,6 +8244,7 @@
|
|
|
8241
8244
|
"4-Chlorobenzylmethylsulfone": "NWIS",
|
|
8242
8245
|
"4-Chlorobiphenyl": "Nemi.gov; Request Date: 02-MAR-07",
|
|
8243
8246
|
"4-Chlorobiphenyl-C13": "Request Date: 28-JAN-19| Not Assigned ; PFOA, Perfluorooctanoic Acid; 1040 ~ ",
|
|
8247
|
+
"4-Chlorocatechol": "Datastream",
|
|
8244
8248
|
"4-Chlorophenyl (2,2,3,3,4,4,4-heptafluorobutanoyl)sulfamate": "",
|
|
8245
8249
|
"4-Chlorophenyl ether": "; Request Date: 22-JUL-14",
|
|
8246
8250
|
"4-Chlorophenylurea": "NWIS",
|
|
@@ -9427,6 +9431,7 @@
|
|
|
9427
9431
|
"Actual Number of Individuals Measured": "; Request Date: 02-MAR-07",
|
|
9428
9432
|
"Actual Number of Individuals Weighed": "; Request Date: 02-MAR-07",
|
|
9429
9433
|
"Acyclovir": "; Request Date: 02-FEB-15",
|
|
9434
|
+
"Adamantane Carboxylic Acid-D15": "Datastream",
|
|
9430
9435
|
"Adenosine triphosphate": "; Request Date: 22-JUL-14",
|
|
9431
9436
|
"Adipic acid": "",
|
|
9432
9437
|
"Adiponitrile, perfluoro": "",
|
|
@@ -9527,6 +9532,7 @@
|
|
|
9527
9532
|
"Alkyl iodides, C8-14, gamma-mu-perfluoro": "",
|
|
9528
9533
|
"Alkylbenzene sulfonate": "NWIS",
|
|
9529
9534
|
"Allethrin": "; Request Date: 22-JUL-14",
|
|
9535
|
+
"Allidochlor": "Datastream",
|
|
9530
9536
|
"Allobarbital": "NWIS",
|
|
9531
9537
|
"Allyl 1H,1H-heptafluorobutyl ether": "",
|
|
9532
9538
|
"Allyl 1H,1H-perfluorooctyl ether": "",
|
|
@@ -9825,6 +9831,7 @@
|
|
|
9825
9831
|
"Atraton": "Nemi.gov; Request Date: 02-MAR-07",
|
|
9826
9832
|
"Atrazine": "Nemi.gov; Request Date: 02-MAR-07",
|
|
9827
9833
|
"Atrazine + N-Dealkylated Metabolites": "",
|
|
9834
|
+
"Atrazine + all metabolites": "All metabolites of Atrazine, including n-dealkylated metabolites and other metabolites",
|
|
9828
9835
|
"Atrazine-13C3": "NWIS",
|
|
9829
9836
|
"Atrazine-d5": "Atrazine-d5",
|
|
9830
9837
|
"Atrazine-d5 (ethyl-d5)": "; Request Date: 03-DEC-12",
|
|
@@ -10079,6 +10086,7 @@
|
|
|
10079
10086
|
"BOD, filtered": "NWIS",
|
|
10080
10087
|
"BOD, mass": "BOD mass is determined as concentration times the flow rate, usually expressed as pounds per day.; Nemi.gov; Request Date: 24-SEP-19",
|
|
10081
10088
|
"BOD, ultimate": "The amount of oxygen consumed as a result of biological respiration of both carbonaceous and nitrogenous materials over an extended incubation period or the sum of carbonaceous oxygen demand (CBOD) and nitrogenous oxygen demand (NOD).; GLENDA contact (klewin.kenneth@epa.gov); Request Date: 21-DEC-15",
|
|
10089
|
+
"BTEX plus styrene, Total": "Datastream",
|
|
10082
10090
|
"BTEX, Total": "1;GLENDA contact (klewin.kenneth@epa.gov); Request Date: 22-JUL-19",
|
|
10083
10091
|
"BTU": "; Request Date: 03-OCT-14",
|
|
10084
10092
|
"BacCan DNA marker": "canine-associated Bacteroidales https://pubmed.ncbi.nlm.nih.gov/28433694/",
|
|
@@ -10109,6 +10117,8 @@
|
|
|
10109
10117
|
"Bacteria, iron+sulfur fixers": "A group of bacteria that use the oxidation or reduction of iron or sulfur ions as an essential component in their metabolic functions.; Request Date: 22-JUL-14",
|
|
10110
10118
|
"Bacteria, nitrifiers": "Bacteria that oxidize ammonia to nitrites, nitrates, and their corresponding acids.; Request Date: 02-MAR-07",
|
|
10111
10119
|
"Bacteria, slime-forming": "; Request Date: 10-SEP-14",
|
|
10120
|
+
"Bacteroides - avian": "",
|
|
10121
|
+
"Bacteroides - canine": "",
|
|
10112
10122
|
"Balsalazide": "GLENDA contact (klewin.kenneth@epa.gov); Request Date: 21-DEC-15",
|
|
10113
10123
|
"Balsalazide-d3": "",
|
|
10114
10124
|
"Bank Angle": "",
|
|
@@ -10116,6 +10126,7 @@
|
|
|
10116
10126
|
"Bank Angle Undercut-Right Bank": "https://irma.nps.gov/DataStore/Reference/Profile/2296564",
|
|
10117
10127
|
"Bank Angle Water to Bankfull-Left Bank": "https://irma.nps.gov/DataStore/Reference/Profile/2296564",
|
|
10118
10128
|
"Bank Angle Water to Bankfull-Right Bank": "https://irma.nps.gov/DataStore/Reference/Profile/2296564",
|
|
10129
|
+
"Bank Erosion": "",
|
|
10119
10130
|
"Bank Erosion Length of 10m Segment-Left Bank": "https://irma.nps.gov/DataStore/Reference/Profile/2296564",
|
|
10120
10131
|
"Bank Erosion Length of 10m Segment-Right Bank": "https://irma.nps.gov/DataStore/Reference/Profile/2296564",
|
|
10121
10132
|
"Bank Erosion, Left": "; Request Date: 26-AUG-13",
|
|
@@ -10125,6 +10136,7 @@
|
|
|
10125
10136
|
"Bank Height, Right": "",
|
|
10126
10137
|
"Bank Instability Erosion Class (choice list)": "",
|
|
10127
10138
|
"Bank Side Measured": "",
|
|
10139
|
+
"Bank Slope": "",
|
|
10128
10140
|
"Bank Slope, Left": "; Request Date: 26-AUG-13",
|
|
10129
10141
|
"Bank Slope, Right": "; Request Date: 26-AUG-13",
|
|
10130
10142
|
"Bank Stability Index": "",
|
|
@@ -10137,6 +10149,7 @@
|
|
|
10137
10149
|
"Bank Stability RDB": "; Request Date: 25-AUG-16",
|
|
10138
10150
|
"Bank Stability, Left (choice list)": "; Request Date: 11-APR-17",
|
|
10139
10151
|
"Bank Stability, Right (choice list)": "; Request Date: 11-APR-17",
|
|
10152
|
+
"Bank Substrate": "",
|
|
10140
10153
|
"Bank Undercut": "",
|
|
10141
10154
|
"Bank class (choice list)": "; Request Date: 08-JUN-10",
|
|
10142
10155
|
"Bank class, Left (choice list)": "; Request Date: 08-JUN-10",
|
|
@@ -10146,6 +10159,7 @@
|
|
|
10146
10159
|
"Bank erosion hazard index": "",
|
|
10147
10160
|
"Bank erosion stability (choice list)": "A descriptor to characterize streambank stability with respect to erosion or bank failure.; Request Date: 02-MAR-07",
|
|
10148
10161
|
"Bank vegetative stability (choice list)": "A descriptor to characterize the general vegetative stability on the banks of a water body including excellent, fair, good, or poor.; Request Date: 02-MAR-07",
|
|
10162
|
+
"Banke Vegetative Cover": "",
|
|
10149
10163
|
"Bankful Angle (choice list)": "NRSA; Request Date: 11-APR-17",
|
|
10150
10164
|
"Bankfull Height": "; Request Date: 04-OCT-18",
|
|
10151
10165
|
"Bankfull Height above thalweg": "",
|
|
@@ -10193,6 +10207,7 @@
|
|
|
10193
10207
|
"Beaver Flow Modification (choice list)": "NRSA; Request Date: 11-APR-17",
|
|
10194
10208
|
"Beck Biotic Index": "; Request Date: 02-MAR-07",
|
|
10195
10209
|
"Bedrock": "",
|
|
10210
|
+
"Benalaxyl": "Datastream",
|
|
10196
10211
|
"Bendiocarb": "; Request Date: 22-JUL-14",
|
|
10197
10212
|
"Bendiocarb phenol": "; Request Date: 22-JUL-14",
|
|
10198
10213
|
"Bendroflumethiazide": "GLENDA contact (klewin.kenneth@epa.gov); Request Date: 21-DEC-15",
|
|
@@ -10723,6 +10738,7 @@
|
|
|
10723
10738
|
"Benzoylecgonine hydrate": "Request Date: 23-Jul-14 (nps.gov cas# review)",
|
|
10724
10739
|
"Benzoylecgonine-D3": "; Request Date: 22-JUL-14",
|
|
10725
10740
|
"Benzoylecgonine-d8": "; Request Date: 24-MAR-14",
|
|
10741
|
+
"Benzoylprop-ethyl": "Datastream",
|
|
10726
10742
|
"Benzphetamine": "; Request Date: 18-DEC-18",
|
|
10727
10743
|
"Benzphetamine hydrochloride": "; Request Date: 22-JUL-14",
|
|
10728
10744
|
"Benzthiazide": "NWIS",
|
|
@@ -11093,6 +11109,7 @@
|
|
|
11093
11109
|
"Bulk Density": "",
|
|
11094
11110
|
"Bumetanide": "NWIS",
|
|
11095
11111
|
"Bumetanide-d5": "",
|
|
11112
|
+
"Bupirimate": "Datastream",
|
|
11096
11113
|
"Buprenorphine": "; Request Date: 18-DEC-18",
|
|
11097
11114
|
"Buprenorphine hydrochloride": "; Request Date: 30-MAY-13",
|
|
11098
11115
|
"Buprofezin": "Buprofezin",
|
|
@@ -11302,6 +11319,7 @@
|
|
|
11302
11319
|
"C10-C12 Aliphatics": "; Request Date: 03-AUG-10",
|
|
11303
11320
|
"C10-C12 Aromatics": "; Request Date: 03-AUG-10",
|
|
11304
11321
|
"C10-C16 Hydrocarbons": "",
|
|
11322
|
+
"C10-C50 Hydrocarbons": "Datastream",
|
|
11305
11323
|
"C11-C22 Aromatics": "; Request Date: 13-JAN-16",
|
|
11306
11324
|
"C11-C22 Aromatics, Adjusted": "",
|
|
11307
11325
|
"C11-C22 Aromatics, Unadjusted": "GLENDA contact (klewin.kenneth@epa.gov); Request Date: 22-JUL-19",
|
|
@@ -11316,6 +11334,7 @@
|
|
|
11316
11334
|
"C16-C21 Aromatics": "; Request Date: 03-AUG-10",
|
|
11317
11335
|
"C16-C21 Hydrocarbons": "",
|
|
11318
11336
|
"C16-C34 Hydrocarbons": "",
|
|
11337
|
+
"C16-C50 Hydrocarbons": "Datastream",
|
|
11319
11338
|
"C18 Hydrocarbons": "; Request Date: 02-MAR-07",
|
|
11320
11339
|
"C19-C36 Aliphatics": "; Request Date: 13-JAN-16",
|
|
11321
11340
|
"C19-C36 Aliphatics, Unadjusted": "",
|
|
@@ -11835,6 +11854,7 @@
|
|
|
11835
11854
|
"Chlorthal-Monomethyl": "; Request Date: 22-JUL-14",
|
|
11836
11855
|
"Chlorthal-dimethyl": "Nemi.gov; Request Date: 22-JUL-14",
|
|
11837
11856
|
"Chlorthalidone": "NWIS",
|
|
11857
|
+
"Chlorthiamid": "Datastream",
|
|
11838
11858
|
"Chlorthion": "; Request Date: 02-MAR-07",
|
|
11839
11859
|
"Chlorthiophos": "1;",
|
|
11840
11860
|
"Cholest-5-en-3-one": "; Request Date: 23-APR-15",
|
|
@@ -12049,6 +12069,7 @@
|
|
|
12049
12069
|
"Copper-63": "Copper, atomic number 29.",
|
|
12050
12070
|
"Copper-65": "",
|
|
12051
12071
|
"Coprostan-3-one": "; Request Date: 23-APR-15",
|
|
12072
|
+
"Coprostanol": "Datastream",
|
|
12052
12073
|
"Coprosterol": "Nemi.gov; Request Date: 02-MAR-07",
|
|
12053
12074
|
"Coral Bleached Cover": "; Request Date: 12-NOV-14",
|
|
12054
12075
|
"Coral Diseased Cover": "; Request Date: 12-NOV-14",
|
|
@@ -12482,6 +12503,7 @@
|
|
|
12482
12503
|
"Decane, 3,3,4,4,5,5,6,6,7,7,8,8-dodecafluoro-1,10-diiodo-": "",
|
|
12483
12504
|
"Decane, 6-bromo-1,1,1,2,2,3,3-heptafluoro-4,4-bis(trifluoromethyl)-": "",
|
|
12484
12505
|
"Decane-1,10-diyl bis(heptafluorobutanoate)": "",
|
|
12506
|
+
"Decanoic Acid-D19": "Datastream",
|
|
12485
12507
|
"Decanoic acid": "; Request Date: 02-MAR-07",
|
|
12486
12508
|
"Decanoic acid, 2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,10,10,10-octadecafluoro-9-(trifluoromethyl)-": "",
|
|
12487
12509
|
"Decanoic acid, 2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,10,10,10-octadecafluoro-9-(trifluoromethyl)-, ammonium salt (1:1)": "",
|
|
@@ -12562,6 +12584,7 @@
|
|
|
12562
12584
|
"Deoxygenation constant-carbon": "The rate of oxygen consumption by aquatic organisms as they oxidize carbon-containing materials in an aquatic environment, expressed as a constant.; Request Date: 02-MAR-07",
|
|
12563
12585
|
"Deoxygenation constant-nitrogen": "The rate of oxygen consumption by aquatic organisms as they oxidize nitrogen-containing materials in an aquatic environment, expressed as a constant.; Request Date: 02-MAR-07",
|
|
12564
12586
|
"Deoxynivalenol": "NWIS",
|
|
12587
|
+
"Deposition and scouring (Y/N) (choice list)": "",
|
|
12565
12588
|
"Deposits in Water": "",
|
|
12566
12589
|
"Depth": "The distance from the top to the bottom of an object, measured in units of length.; Request Date: 02-MAR-07",
|
|
12567
12590
|
"Depth Method (choice list)": "",
|
|
@@ -13146,6 +13169,7 @@
|
|
|
13146
13169
|
"DogBact DNA marker": "https://www.sciencedirect.com/science/article/abs/pii/S0043135410002794?via%3Dihub",
|
|
13147
13170
|
"Dominance": "",
|
|
13148
13171
|
"Dominance, Top 3 species": "",
|
|
13172
|
+
"Dominant Bank Vegetation (choice list)": "",
|
|
13149
13173
|
"Dominant Habitat Type": "Information,4; Request Date: 10-SEP-11",
|
|
13150
13174
|
"Dominant Land Use (choice list)": "NRSA; Request Date: 11-APR-17",
|
|
13151
13175
|
"Dominant Pool Substrate (choice list)": "",
|
|
@@ -13277,6 +13301,7 @@
|
|
|
13277
13301
|
"Erbium": "; Request Date: 22-JUL-14",
|
|
13278
13302
|
"Erbium, tris[3-[2,2,3,3,4,4,4-heptafluoro-1-(oxo-.kappa.O)butyl]-1,7,7-trimethylbicyclo[2.2.1]heptan-2-onato-.kappa.O]-": "",
|
|
13279
13303
|
"Ergosterol": "Nemi.gov; Request Date: 25-SEP-19",
|
|
13304
|
+
"Eroded Bank Height": "",
|
|
13280
13305
|
"Eroded Fins Present (Y/N) (choice list)": "National Park Service, contact nps.gov; Request Date: 08-JUN-16",
|
|
13281
13306
|
"Erosion Causes": "",
|
|
13282
13307
|
"Erosion within 1 Meter of Transect-Left Bank (choice list)": "https://irma.nps.gov/DataStore/Reference/Profile/2296564",
|
|
@@ -13818,6 +13843,7 @@
|
|
|
13818
13843
|
"Fenofibrate": "; Request Date: 02-FEB-15",
|
|
13819
13844
|
"Fenofibrate-d6": "",
|
|
13820
13845
|
"Fenoprofen": "1;NWIS",
|
|
13846
|
+
"Fenoxaprop": "Datastream",
|
|
13821
13847
|
"Fenoxaprop-P-ethyl": "1;NWIS",
|
|
13822
13848
|
"Fenoxaprop-ethyl": "; Request Date: 28-APR-09",
|
|
13823
13849
|
"Fenoxycarb": "Fenoxycarb",
|
|
@@ -13907,6 +13933,8 @@
|
|
|
13907
13933
|
"Fish standard length": "The length of a fish from the front of the upper lip to the posterior end of the vertebral column (the last element of which, the hypural plate, is somewhat broadened and forms the bony support for the caudal fin rays).; Request Date: 02-MAR-07",
|
|
13908
13934
|
"Fixed dissolved solids": "The weight of the solid remaining after a well-mixed sample is filtered through a standard glass filter, the resultant filtrate evaporated and dried to a constant weight at 103-105 deg C. and then ignited at 550 +/ 50 deg C.; Request Date: 02-MAR-10",
|
|
13909
13935
|
"Fixed suspended solids": "The weight of solid remaining after a representative sample is filtered, the non-filterable portion of the sample is dried to a constant weight at 103-105 deg C., and then ignited at 550 +/- 50 deg C.; Request Date: 02-MAR-07",
|
|
13936
|
+
"Flamprop-isopropyl": "Datastream",
|
|
13937
|
+
"Flamprop-methyl": "Datastream",
|
|
13910
13938
|
"Flash point": "The lowest temperature at which a liquid in a specified apparatus will give off sufficient vapor to ignite momentarily on application of a flame, measured in deg C.; Request Date: 01-JUL-11",
|
|
13911
13939
|
"Flavobacterium": "; Request Date: 22-JUL-14",
|
|
13912
13940
|
"Flazasulfuron": "; Request Date: 09-MAR-15",
|
|
@@ -14267,6 +14295,7 @@
|
|
|
14267
14295
|
"Griseofulvin": "NWIS",
|
|
14268
14296
|
"Gross Alpha radioactivity": "",
|
|
14269
14297
|
"Gross Beta radioactivity": "",
|
|
14298
|
+
"Gross alpha radioactivity (ref std unspecified)": "Datastream",
|
|
14270
14299
|
"Gross alpha radioactivity, (Americium-241 ref std)": "; Request Date: 02-MAR-07",
|
|
14271
14300
|
"Gross alpha radioactivity, (Plutonium-239 ref std)": "; Request Date: 02-MAR-07",
|
|
14272
14301
|
"Gross alpha radioactivity, (Thorium-230 ref std)": "; Request Date: 24-OCT-11",
|
|
@@ -14335,7 +14364,11 @@
|
|
|
14335
14364
|
"Habitat Quality (choice list)": "",
|
|
14336
14365
|
"Habitat Total Score": "; Request Date: 25-AUG-16",
|
|
14337
14366
|
"Habitat Type (choice list)": "; Request Date: 11-APR-17",
|
|
14367
|
+
"Habitat Type, Dry (choice list)": "",
|
|
14368
|
+
"Habitat Type, Pool (choice list)": "",
|
|
14338
14369
|
"Habitat Type, Rapids (%)": "",
|
|
14370
|
+
"Habitat Type, Riffle (choice list)": "",
|
|
14371
|
+
"Habitat Type, Run (choice list)": "",
|
|
14339
14372
|
"Habitat Type, Steps (%)": "An estimate of the portion of a stream reach consisting of steps which occur when a blockage (due to bedrock or large woody debris) is created in the stream creating a step-like structure in the longitudinal profile of the stream",
|
|
14340
14373
|
"Habitat cover, brush and log (%)": "Physical,14;",
|
|
14341
14374
|
"Habitat rating (choice list)": "Information,4; Request Date: 17-DEC-10",
|
|
@@ -14486,6 +14519,7 @@
|
|
|
14486
14519
|
"Heptatriacontafluorononadecanoic acid": "",
|
|
14487
14520
|
"Heptatriacontane": "NWIS",
|
|
14488
14521
|
"Heptene": "; Request Date: 02-MAR-07",
|
|
14522
|
+
"Heptenophos": "Datastream",
|
|
14489
14523
|
"Heptyl sulfate": "NWIS",
|
|
14490
14524
|
"Herbicide mix, unspecified": "Any substance or mixture of substances intended for preventing, destroying, repelling, or mitigating any plant pest (weed).; Request Date: 02-MAR-07",
|
|
14491
14525
|
"Herbicides": "Any substance or mixture of substances intended for preventing, destroying, repelling, or mitigating any plant pest (weed).Nemi.gov; Request Date: 25-SEP-19",
|
|
@@ -14524,6 +14558,7 @@
|
|
|
14524
14558
|
"Hexadecane, 1,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14-nonacosafluoro-16-iodo-": "",
|
|
14525
14559
|
"Hexadecane, 1,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8-heptadecafluoro-": "1550583",
|
|
14526
14560
|
"Hexadecane, 2,6,11,15-tetramethyl-": "; Request Date: 14-APR-15",
|
|
14561
|
+
"Hexadecanoic Acid-D31": "Datastream",
|
|
14527
14562
|
"Hexadecanoic acid, 2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,16-hentriacontafluoro-": "NWIS",
|
|
14528
14563
|
"Hexadecanoic acid, 2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,16-hentriacontafluoro-***retired***use Perfluoropalmitic acid": "",
|
|
14529
14564
|
"Hexadecyl sulfate": "NWIS",
|
|
@@ -14899,6 +14934,15 @@
|
|
|
14899
14934
|
"Insect Infestation Disturbance (choice list)": "",
|
|
14900
14935
|
"Insectivores": "",
|
|
14901
14936
|
"Instream Cover (%)": "",
|
|
14937
|
+
"Instream Cover, Bedrock ledges": "",
|
|
14938
|
+
"Instream Cover, Cobble, boulder, & growth": "",
|
|
14939
|
+
"Instream Cover, Emergent aquatic vegetation": "",
|
|
14940
|
+
"Instream Cover, Large woody debris": "",
|
|
14941
|
+
"Instream Cover, Roots": "",
|
|
14942
|
+
"Instream Cover, Small woody debris": "",
|
|
14943
|
+
"Instream Cover, Submerged aquatic vegetation": "",
|
|
14944
|
+
"Instream Cover, Terrestrial vegetation": "",
|
|
14945
|
+
"Instream Cover, Undercut banks": "",
|
|
14902
14946
|
"Instream Snags": "; Request Date: 26-AUG-13",
|
|
14903
14947
|
"Instream feature, stream substrate (choice list)": "; Request Date: 24-AUG-10",
|
|
14904
14948
|
"Inter-Transect Bearing": "; Request Date: 04-OCT-18",
|
|
@@ -15322,6 +15366,7 @@
|
|
|
15322
15366
|
"Light scatter": "The dispersion or diffusion of light by collision with particles in the air.; Request Date: 07-JUN-18",
|
|
15323
15367
|
"Light transmissivity at measurement depth": "The percent of light that is transmitted through a substance.; Request Date: 23-APR-15",
|
|
15324
15368
|
"Light, (PAR at depth/PAR at surface) x 100": "The ratio of the measured Photosynthetic Active Radiation (PAR) at a given water depth and the measured PAR at the water surface. Refer to Photosynthetic Active Radiation.; Request Date: 02-MAR-07",
|
|
15369
|
+
"Light, Photosynthetic Photon Flux Density (PPFD)": "Datastream",
|
|
15325
15370
|
"Light, incident": "The total amount of light striking a surface.; Request Date: 02-MAR-07",
|
|
15326
15371
|
"Light, incident + reflected (ambient)": "The total amount of light interacting with a surface in the open atmosphere. Incident light is the total amount of light striking the surface; reflected light is the light bounced or thrown back from the surface.; Request Date: 02-MAR-07",
|
|
15327
15372
|
"Light, path": "CBP, A section of an optical network in which light travels without being modified...; Request Date: 19-APR-18",
|
|
@@ -15348,6 +15393,7 @@
|
|
|
15348
15393
|
"Linear alkylbenzene sulfonate": "NWIS",
|
|
15349
15394
|
"Linear perfluoroalkyl(C1-24)iodide": "",
|
|
15350
15395
|
"Linoleic acid": "1; Request Date: 02-MAR-07",
|
|
15396
|
+
"Linolenic acid": "Datastream",
|
|
15351
15397
|
"Linuron": "Nemi.gov; Request Date: 22-JUL-14",
|
|
15352
15398
|
"Linuron-d6": "1;NWIS",
|
|
15353
15399
|
"Lipid (dry) content": "",
|
|
@@ -15395,6 +15441,7 @@
|
|
|
15395
15441
|
"Lithium-7": "Lithium, atomic number 3.Lithium, atomic number 3.; Request Date: 02-MAR-07",
|
|
15396
15442
|
"Lithium-7/Lithium-6 ratio": "; Request Date: 02-MAR-07",
|
|
15397
15443
|
"Lithium/calcium ratio": "",
|
|
15444
|
+
"Lithocholic Acid-D4": "Datastream",
|
|
15398
15445
|
"Lithology code": "; Request Date: 30-MAY-13",
|
|
15399
15446
|
"Litter Coverage": "",
|
|
15400
15447
|
"Littoral Cover Complexity Index": "; Request Date: 07-MAR-16",
|
|
@@ -17257,6 +17304,7 @@
|
|
|
17257
17304
|
"O-Ethyl S-methyl S-propyl phosphorodithioate": "NWIS",
|
|
17258
17305
|
"O-Ethyl S-propyl phosphorothioate": "NWIS",
|
|
17259
17306
|
"O-Ethyl-S-methyl-S-propyl phosphorodithioate": "O-Ethyl-S-methyl-S-propyl phosphorodithioate",
|
|
17307
|
+
"O-Methylpodocarpic Acid": "Datastream",
|
|
17260
17308
|
"O-xylene & N-nonane": "",
|
|
17261
17309
|
"Observed Recreational Use - Boating (Y/N) (choice list)": "; Request Date: 11-APR-17",
|
|
17262
17310
|
"Observed Recreational Use - Fishing (Y/N) (choice list)": "Physical,14; Request Date: 11-APR-17",
|
|
@@ -17525,6 +17573,7 @@
|
|
|
17525
17573
|
"Oxygen plus argon": "NWIS",
|
|
17526
17574
|
"Oxygen uptake, day": "The uptake or utilization of oxygen during the day.; Request Date: 02-MAR-07",
|
|
17527
17575
|
"Oxygen uptake, night": "The uptake or utilization of oxygen during the night.; Request Date: 02-MAR-07",
|
|
17576
|
+
"Oxygen-17": "Datastream",
|
|
17528
17577
|
"Oxygen-17/oxygen-16 ratio": "",
|
|
17529
17578
|
"Oxygen-18": "Oxygen, atomic number 8.; Request Date: 02-MAR-07",
|
|
17530
17579
|
"Oxygen-18/Oxygen-16 ratio": "; Request Date: 02-MAR-07 ; 18O:16O, O18:O16 ",
|
|
@@ -19148,6 +19197,7 @@
|
|
|
19148
19197
|
"Plutonium-241": "Plutonium, atomic number 94.; NWIS",
|
|
19149
19198
|
"Point Source Pollution - Outfall Pipe Discharging (Y/N) (choice list)": "; Request Date: 11-APR-17",
|
|
19150
19199
|
"Point Source Pollution - Outfall Pipe Present (Y/N) (choice list)": "; Request Date: 11-APR-17",
|
|
19200
|
+
"Point bar (Y/N) (choice list)": "",
|
|
19151
19201
|
"Polar organic chemicals": "Nemi.gov; Request Date: 25-SEP-19",
|
|
19152
19202
|
"Pollution tolerance abundance": "",
|
|
19153
19203
|
"Polonium": "Nemi.gov; Request Date: 25-SEP-19",
|
|
@@ -19523,6 +19573,7 @@
|
|
|
19523
19573
|
"Precipitation 7 days prior to monitoring event (Y/N) (choice list)": "",
|
|
19524
19574
|
"Precipitation 72hr prior to monitoring event amount": "; Request Date: 31-JUL-18",
|
|
19525
19575
|
"Precipitation 96hr prior to monitoring event amount": "; Request Date: 31-JUL-18",
|
|
19576
|
+
"Precipitation Intensity (choice list)": "",
|
|
19526
19577
|
"Precipitation Last 24hrs (CA SWAMP) (choice list)": "California State Water Resources Control Board - https://www.waterboards.ca.gov; Request Date: 16-MAR-16",
|
|
19527
19578
|
"Precipitation amount last event": "",
|
|
19528
19579
|
"Precipitation during activity (choice list)": "The amount of precipitation during a specified activity reported from a controlled list of acceptable values.; Request Date: 02-MAR-07",
|
|
@@ -20436,10 +20487,12 @@
|
|
|
20436
20487
|
"Riparian Channel % Canopy Cover": "",
|
|
20437
20488
|
"Riparian Channel Canopy Cover Left Bank-Left (choice list)": "Fitzpatrick, F. A., I. R. Waite, P. J. D’Arconte, M. R. Meador, M. A. Maupin, and M. E. Gurtz. 1998. Revised methods for characterizing stream habitat in the National Water-Quality Assessment Program Raleigh, North Carolina. U.S. Geological Survey Water-Resources Investigations Report 98-4052.",
|
|
20438
20489
|
"Riparian Channel Canopy Cover Right Bank-Right (choice list)": "Fitzpatrick, F. A., I. R. Waite, P. J. D’Arconte, M. R. Meador, M. A. Maupin, and M. E. Gurtz. 1998. Revised methods for characterizing stream habitat in the National Water-Quality Assessment Program Raleigh, North Carolina. U.S. Geological Survey Water-Resources Investigations Report 98-4052.",
|
|
20490
|
+
"Riparian Condition (choice list)": "",
|
|
20439
20491
|
"Riparian Cover Complexity Index": "; Request Date: 07-MAR-16",
|
|
20440
20492
|
"Riparian Disturbance Intensity-Extent Index": "; Request Date: 07-MAR-16",
|
|
20441
20493
|
"Riparian Erosion": "",
|
|
20442
20494
|
"Riparian Floodplain": "",
|
|
20495
|
+
"Riparian Width": "",
|
|
20443
20496
|
"Riparian Width LDB": "; Request Date: 25-AUG-16",
|
|
20444
20497
|
"Riparian Width RDB": "; Request Date: 25-AUG-16",
|
|
20445
20498
|
"Riparian Width, Both Banks": "",
|
|
@@ -21287,6 +21340,7 @@
|
|
|
21287
21340
|
"Substrate Odor (choice list)": "",
|
|
21288
21341
|
"Substrate Origin": "",
|
|
21289
21342
|
"Substrate Quality": "",
|
|
21343
|
+
"Substrate Size Class": "",
|
|
21290
21344
|
"Substrate Size Class, Midpoint": "",
|
|
21291
21345
|
"Substrate Size Class, Transect": "",
|
|
21292
21346
|
"Substrate Subdominant, Transect (choice list)": "; Request Date: 26-AUG-13",
|
|
@@ -21685,6 +21739,7 @@
|
|
|
21685
21739
|
"Tetrasiphonidae": "NWIS",
|
|
21686
21740
|
"Tetrastemma": "TAXON: Animalia Kingdom; NWIS",
|
|
21687
21741
|
"Tetrastemmatidae": "TAXON: Animalia Kingdom; NWIS",
|
|
21742
|
+
"Tetrasul": "Datastream",
|
|
21688
21743
|
"Tetratetracontane": "; Request Date: 02-MAR-07",
|
|
21689
21744
|
"Tetrathionate": "NWIS",
|
|
21690
21745
|
"Tetratriacontafluoro-10,13,16,19-tetraoxaoctacosadiene": "",
|
|
@@ -21873,6 +21928,7 @@
|
|
|
21873
21928
|
"Total Furans": "; Request Date: 14-AUG-18",
|
|
21874
21929
|
"Total Heptachloro Biphenyls": "; Request Date: 19-MAY-10",
|
|
21875
21930
|
"Total Hexachloro Biphenyls": "; Request Date: 19-MAY-10",
|
|
21931
|
+
"Total Hexachlorocyclohexane, sum of isomers": "Datastream",
|
|
21876
21932
|
"Total Hexachloronaphthalene": "; Request Date: 18-OCT-18",
|
|
21877
21933
|
"Total Kjeldahl nitrogen": "Chesapeake Bay Program Data Migration; Request Date: 11-JAN-17",
|
|
21878
21934
|
"Total Kjeldahl nitrogen (Organic N & NH3)": "EPA Workgroup QA; Request Date: 21-FEB-17",
|
|
@@ -22929,6 +22985,7 @@
|
|
|
22929
22985
|
"cis-2-Hexene": "",
|
|
22930
22986
|
"cis-2-Pentene & 2-methylpentane": "",
|
|
22931
22987
|
"cis-2-Phenyl-2-butene": "; Request Date: 02-MAR-07",
|
|
22988
|
+
"cis-3-Dodecene": "",
|
|
22932
22989
|
"cis-3-Hexene": "",
|
|
22933
22990
|
"cis-4-Methyl-2-pentene": "",
|
|
22934
22991
|
"cis-Androsterone-16,16-d2": "NWIS",
|
|
@@ -22942,6 +22999,7 @@
|
|
|
22942
22999
|
"cis-Cypermethrin": "NWIS",
|
|
22943
23000
|
"cis-Decalin***retired***use Decahydronaphthalene": "Request Date: 29-Apr-16 GLENDA contact (klewin.kenneth@epa.gov) (nps.gov cas# review)| Not Assigned ; PFOA, Perfluorooctanoic Acid; 1040 ~ https://pubchem.ncbi.nlm.nih.gov/compound/Decahydronaphthalene#section=Depositor-Supplied-Synonyms",
|
|
22944
23001
|
"cis-Deltamethric acid": "NWIS",
|
|
23002
|
+
"cis-Hydrindane": "",
|
|
22945
23003
|
"cis-Mevinphos": "1;https://iaspub.epa.gov/sor_internet/registry/substreg/searchandretrieve/substancesearch/search.do?details=displayDetails&selectedSubstanceId=76738",
|
|
22946
23004
|
"cis-Nonachlor": "Nemi.gov; Request Date: 02-MAR-07",
|
|
22947
23005
|
"cis-Perfluoro-1-methyl-2-ethylcyclohexane": "",
|