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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## Unreleased: 0.8.0
7
+
## 0.9.2
8
+
9
+
### Added
10
+
-`--sites-only` flag to only retrieve site data
11
+
-`--output-format` flag to write out sites/summary tables as csv or geojson.
12
+
- options are `csv` or `geojson`
13
+
- timeseries data is always written to a csv
14
+
- NM OSE POD data for sites.
15
+
- can be removed from output with `--no-nmose-pod`
16
+
-`--output-dir` to change the output directory to a location other than `.` (the current working directory)
17
+
18
+
### Changed
19
+
-`output` to `output-type` for CLI
20
+
21
+
### Fixed
22
+
- a bug with `--site-limit`. it now exports the number of sets requested by the
[](https://github.com/DataIntegrationGroup/PyWeaver/actions/workflows/publish-to-pypi.yml)
|**wqp**| X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
73
73
74
-
### Output
75
-
The `--output` option is required and used to set the output type:
74
+
### Output Type
75
+
The `--output-type` option is required and used to set the output type:
76
76
77
77
```
78
-
--output summary
78
+
--output-type summary
79
79
```
80
80
- A summary table consisting of location information as well as summary statistics for the parameter of interest for every location that has observations.
81
81
82
82
```
83
-
--output timeseries_unified
83
+
--output-type timeseries_unified
84
84
```
85
85
- A single table consisting of time series data for all locations for the parameter of interest.
86
86
- A single table of site data that contains information such as latitude, longitude, and elevation
87
87
88
88
```
89
-
--output timeseries_separated
89
+
--output-type timeseries_separated
90
90
```
91
91
- Separate time series tables for all locations for the parameter of interest.
92
92
- A single table of site data that contains information such as latitude, longitude, and elevation
@@ -146,6 +146,7 @@ A log of the inputs and processes, called `die.log`, is also saved to the output
146
146
| formation | geologic formation in which the well terminates | string | N |
147
147
| aquifer | aquifer from which the well draws water | string | N |
148
148
| well_depth | depth of well | float | N |
149
+
| well_depth_units | units of well depth. Defaults to ft | string | N |
149
150
150
151
<sup>**CABQ elevation is calculated as [elevation at top of casing] - [stickup height]; if stickup height < 0 the measuring point is assumed to be beneath the ground surface</sup>
151
152
@@ -180,7 +181,7 @@ The Data Integration Engine enables the user to obtain groundwater level and gro
180
181
-`--no-pvacd` to exclude Pecos Valley Artesian Convservancy District (PVACD) data
181
182
-`--no-wqp` to exclude Water Quality Portal (WQP) data
182
183
183
-
### Geographic Filters
184
+
### Geographic Filters[In Development]
184
185
185
186
The following flags can be used to geographically filter data:
186
187
@@ -192,7 +193,11 @@ The following flags can be used to geographically filter data:
192
193
-- bbox 'x1 y1, x2 y2'
193
194
```
194
195
195
-
### Date Filters
196
+
```
197
+
-- wkt {wkt polygon or multipolygon}
198
+
```
199
+
200
+
### Date Filters [In Development]
196
201
197
202
The following flags can be used to filter by dates:
198
203
@@ -214,12 +219,12 @@ die sources {parameter}
214
219
215
220
to print the sources that report that parameter to the terminal.
0 commit comments