You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| source | the organization/source for the site | string | Y |
153
154
| 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 |
155
156
| parameter_value | value of the observation | float | Y |
156
157
| pramater_units | units of the observation | float | Y |
157
158
| date_measured | date of measurement in YYYY-MM-DD | string | Y |
158
159
| 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 |
159
163
160
164
### Source Inclusion & Exclusion
161
165
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