Skip to content

Commit 4aba225

Browse files
Merge pull request #58 from DataIntegrationGroup/dev/jab
document handling duplicates for WQP TDS
2 parents f1f9135 + 2c82e37 commit 4aba225

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ where `{parameter}` is the name of the parameter whose data is to be retrieved,
6969
| **nmose-roswell** | X | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
7070
| **nwis** | X | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
7171
| **pvacd** | X | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
72-
| **wqp** | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
72+
| **wqp** | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X* | X |
73+
74+
<sup>*TDS data from WQP may contain duplicates. Duplicates are identified when they have the same ActivityIdentifier. If duplicates are identified, only one is kept as identified by its USGS pCode. The order of preference for the pCodes is: [70300](https://help.waterdata.usgs.gov/code/parameter_cd_nm_query?parm_nm_cd=70300&fmt=html), [70301](https://help.waterdata.usgs.gov/code/parameter_cd_nm_query?parm_nm_cd=70301&fmt=html), [70303](https://help.waterdata.usgs.gov/code/parameter_cd_nm_query?parm_nm_cd=70303&fmt=html).
7375

7476
### Output Type
7577
The `--output-type` option is required and used to set the output type:
@@ -165,6 +167,10 @@ A log of the inputs and processes, called `die.log`, is also saved to the output
165167
| source_parameter_units | the unit of measurement from the source | string | Y |
166168
| conversion_factor | the factor applied to the result to convert the measurement to standardized units | float or int | Y |
167169

170+
### Output Format
171+
172+
The `--output-format` option is used to determine the file format for the summary and sites tables. The available options are `csv` and `geojson`. If not specified, it defaults to `csv`.
173+
168174
### Source Inclusion & Exclusion
169175
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:
170176

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="nmuwd",
25-
version="0.9.6",
25+
version="0.9.7",
2626
author="Jake Ross",
2727
description="New Mexico Water Data Integration Engine",
2828
long_description=long_description,

0 commit comments

Comments
 (0)