Data
The data collected for this assessment can be found in two CSV files. The first, PointDef.txt, contains information describing the monitoring points. The second, ChemData.txt, contains the chemical data collected.
Both files are CSV files. This means that all data is separated by a comma. Textual data is enclosed in double quotes. Each row is a record (i.e., CR and LF characters terminate each record).
PointDef
PointDef contains the following fields:
- Monitoring Point: The textual description used to identify the monitoring point.
- MP ID: A unique numeric identifier for each monitoring point
- Latitude: The original latitude recorded.
- LAT_DEC: The latitude converted to decimal value for points where numeric values were required.
- Longitude: The original longitude recorded.
- LON_DEC: The longitude converted to decimal value for points where numeric values were required.
- Sampling Reason:A name associated with the project for which the data was collected. For permits, the permit # is listed.
- Associated Name: In some cases, monitoring points coincided with those used for the restoration plan. When these occurred, the data collected at these points was added to the restoration plan samples for analysis.
- Township
- County
- Comments:
- Times Samples: This displays a count of the number of records in the Chem Data sample with data for this particular monitoring point.
ChemData
ChemData contains the following fields:
- MP ID: A unique numeric identifier for each monitoring point
- Monitoring Point: The textual description used to identify the monitoring point.
- DATE: The date sampling occurred.
- FLOW (GPM): Flow as reported in gallons per minute.
- FIELD PH (STD UNITS): pH value measured in the field.
- LAB PH (STD UNITS). pH value measured in the lab.
- CONDUCTIVITY (UMHOS/CM): Measured conductivity. Source may be either field or lab depending upon the data source. All conductivity collected as part of this assessment is lab data. Historical data may vary.
- ACIDITY (MG/L): Acidity measured in the lab
- ACID LOAD (LBS/DAY): Calculated acid load
- ALKALINITY (MG/L): Alkalinity measured in the lab
- IRON (MG/L): Iron measured in the lab
- IRON LOAD (LBS/DAY): Calculated iron load
- ALUMINUM (MG/L): Aluminum measured in the lab
- MANGANESE (MG/L): Manganese measured in the lab
- SULFATE (MG/L): Sulfates measured in the lab.
- TSS (MG/L): Total Suspended solids measured in the lab.
- TEMP (C): Temperature of the water in celcius as measured in the field.
- TDS (MG/L): Total dissolved solids measured in the lab.
