Skip to content

Commit 4b5507c

Browse files
committed
Updated README for source info/conversion factor
1 parent 56f8912 commit 4b5507c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ A log of the inputs and processes, called `die.log`, is also saved to the output
109109
| latitude | latitude in decimal degrees | float | Y |
110110
| longitude | longitude in decimal degrees | float | Y |
111111
| horizontal_datum | horizontal datum of the latitude and longitude. Defaults to WGS84 | string | Y |
112-
| elevation | ground surface elevation of the site | float | Y |
112+
| elevation<sup>*</sup> | ground surface elevation of the site | float | Y |
113113
| elevation_units | the units of the ground surface elevation. Defaults to ft | string | Y |
114114
| well_depth | depth of well | float | N |
115115
| well_depth_units | units of well depth. Defaults to ft | float | N |
@@ -124,6 +124,7 @@ A log of the inputs and processes, called `die.log`, is also saved to the output
124124
| most_recent_value | value of the most recent record | float | Y |
125125
| most_recent_units | units of the most recent record | string | Y |
126126

127+
<sup>* elevation at top of casing for EBID</sup>
127128

128129
#### Sites Table
129130

@@ -134,7 +135,7 @@ A log of the inputs and processes, called `die.log`, is also saved to the output
134135
| name | the colloquial name for the site | string | Y |
135136
| latitude | latitude in decimal degrees | float | Y |
136137
| longitude | longitude in decimal degrees | float | Y |
137-
| elevation^1^ | ground surface elevation of the site | float | Y |
138+
| elevation<sup>**</sup> | ground surface elevation of the site | float | Y |
138139
| elevation_units | the units of the ground surface elevation. Defaults to ft | string | Y |
139140
| horizontal_datum | horizontal datum of the latitude and longitude. Defaults to WGS84 | string | Y |
140141
| vertical_datum | vertical datum of the elevation | string | N |
@@ -144,18 +145,21 @@ A log of the inputs and processes, called `die.log`, is also saved to the output
144145
| aquifer | aquifer from which the well draws water | string | N |
145146
| well_depth | depth of well | float | N |
146147

147-
^1^ elevation at top of casing for EBID
148+
<sup>** elevation at top of casing for EBID</sup>
148149
#### Time Series Table(s)
149150

150151
| field/header | description | data type | always present |
151152
| :----------- | :---------- | :-------- | :------------- |
152153
| source | the organization/source for the site | string | Y |
153154
| id | the id of the site. The id is used as the key to join the site and timeseries tables | string | Y |
154-
| parameter | the name of the parameter whose measurements are reported in the table | string | Y |
155+
| parameter_name | the name of the parameter whose measurements are reported in the table | string | Y |
155156
| parameter_value | value of the observation | float | Y |
156157
| pramater_units | units of the observation | float | Y |
157158
| date_measured | date of measurement in YYYY-MM-DD | string | Y |
158159
| time_measured | time of measurement in HH:MM:SS or HH:MM:SS.mmm | string | N |
160+
| source_parameter_name | the name of the parameter from the source | Y |
161+
| source_parameter_unit | the unit of measurement from the source | Y |
162+
| conversion_factor | the factor applied to the result to convert the measurement to standardized units | Y |
159163

160164
### Source Inclusion & Exclusion
161165
The Data Integration Engine enables the user to obtain groundwater level and groundwater quality data from a variety of sources. Data from sources are automatically included in the output if available unless specifically excluded. The following flags are available to exclude specific data sources:

0 commit comments

Comments
 (0)