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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,13 @@ 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.9.0
7
+
## 0.9.2
8
8
9
9
### Added
10
10
-`--sites-only` flag to only retrieve site data
11
11
-`--output-format` flag to write out sites/summary tables as csv or geojson.
12
12
- options are `csv` or `geojson`
13
+
- timeseries data is always written to a csv
13
14
- NM OSE POD data for sites.
14
15
- can be removed from output with `--no-nmose-pod`
15
16
-`--output-dir` to change the output directory to a location other than `.` (the current working directory)
|**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
@@ -181,7 +181,7 @@ The Data Integration Engine enables the user to obtain groundwater level and gro
181
181
-`--no-pvacd` to exclude Pecos Valley Artesian Convservancy District (PVACD) data
182
182
-`--no-wqp` to exclude Water Quality Portal (WQP) data
183
183
184
-
### Geographic Filters
184
+
### Geographic Filters[In Development]
185
185
186
186
The following flags can be used to geographically filter data:
187
187
@@ -193,7 +193,11 @@ The following flags can be used to geographically filter data:
193
193
-- bbox 'x1 y1, x2 y2'
194
194
```
195
195
196
-
### Date Filters
196
+
```
197
+
-- wkt {wkt polygon or multipolygon}
198
+
```
199
+
200
+
### Date Filters [In Development]
197
201
198
202
The following flags can be used to filter by dates:
0 commit comments