Skip to content

Commit da390dd

Browse files
committed
Indicate data type for source parameter info and conversion factor
1 parent 1511817 commit da390dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ A log of the inputs and processes, called `die.log`, is also saved to the output
158158
| paramater_units | units of the observation | float | Y |
159159
| date_measured | date of measurement in YYYY-MM-DD | string | Y |
160160
| time_measured | time of measurement in HH:MM:SS or HH:MM:SS.mmm | string | N |
161-
| source_parameter_name | the name of the parameter from the source | Y |
162-
| source_parameter_units | the unit of measurement from the source | Y |
163-
| conversion_factor | the factor applied to the result to convert the measurement to standardized units | Y |
161+
| source_parameter_name | the name of the parameter from the source | string | Y |
162+
| source_parameter_units | the unit of measurement from the source | string | Y |
163+
| conversion_factor | the factor applied to the result to convert the measurement to standardized units | float or int | Y |
164164

165165
### Source Inclusion & Exclusion
166166
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)