All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
--sites-onlyflag to only retrieve site data--output-formatflag to write out sites/summary tables as csv or geojson.- options are
csvorgeojson - timeseries data is always written to a csv
- options are
- NM OSE POD data for sites.
- can be removed from output with
--no-nmose-pod
- can be removed from output with
--output-dirto change the output directory to a location other than.(the current working directory)
outputtooutput-typefor CLI
- a bug with
--site-limit. it now exports the number of sets requested by the user
- water level for WQP
earliest_date,earliest_time,earliest_value, andearliest_unitsto the summary tabledie wellsto get all wells for which the DIE reports observationsdie source {parameter}to list sources that report a particular parameter- NM OSE PODs, though its information is only currently available for the invocation of
die wells
- NM OSE Roswell data is now pulled from ST2 and not CKAN
- renamed the column
locationtonamein the summary table to match the format of thesitestable when timeseries data are exported - renamed the columns
most_recent_date,most_recent_time,most_recent_value, andmost_recent_unitstolatest_date,latest_time,latest_value, andlatest_unitsrespectively for succinctness and juxtaposition with the newly addedearliestcolumns.- This naming schema also enables the development of datetime filters as the descriptor will apply to the latest datetime within the provided time frame filter, whereas most recent indicates np filters.
- removed sites that are not in New Mexico
- removed records from USGS where the value is "-999999"
- CHANGELOG.md to document changes to the DIE
- ppb to mg/L unit conversion
- Report analyte sources as
Falseif source does not have measurements for those analytes- e.g. BoR has analyte measurements, but does not have
carbonatemeasurements, so if the user invokesdie weave carbonate ...Config will print to the command lineuser_source_bor: Falseeven if the user does not specify--no-bor
- e.g. BoR has analyte measurements, but does not have
- Decreased NMBGMR chunk size from 100 to 10 to prevent ReadTimeoutErrors from occurring while gathering water level data
- CABQ water level data
- EBID water level data
source_parameter_name,source_parameter_units, andconversion_factorto all time series tableswell_depth,well_depth_units, andformationback to NMBGMR summary and site tables- UNIT_CONVERSIONS.md to document unit conversions done by the DIE