Skip to content

Commit 716045a

Browse files
authored
Update README.md
1 parent 4457477 commit 716045a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,22 @@ This will extract all the data for `September 2024` returned by the queries in m
3434

3535
## Hourly Data
3636
```
37-
usage: axonops_hourly_csv_extractor.py [-h] -o OUTPUTDIR -q QUERYCONFIG -m HOUROFYEAR [-d]
37+
usage: axonops_hourly_csv_extractor.py [-h] -o OUTPUTDIR -q QUERYCONFIG -hy HOUROFYEAR [-d]
3838
39-
AxonOps Monthly CSV Extractor
39+
AxonOps Hourly CSV Extractor
4040
4141
options:
4242
-h, --help show this help message and exit
43-
-o OUTPUTDIR, --outputdir OUTPUTDIR
43+
-o, --outputdir OUTPUTDIR
4444
The file path to a directory for outputting the CSV data.
45-
-q QUERYCONFIG, --queryconfig QUERYCONFIG
46-
File path to the JSON configuration file listing the queries to run and extract to CSV. See the README.md for more information on this configuration file.
47-
-hy HOUROFYEAR, --hourofyear HOUROFYEAR
48-
The hour of year in format YYYYMMDDHH for which data will be extracted to CSV. This can not be in the future nor the current hour
49-
-d, --deletejson If set, the downloaded JSON will be kept in the output directory. By default it is automatically deleted after being converted to CSV.
45+
-q, --queryconfig QUERYCONFIG
46+
File path to the JSON configuration file listing the queries to run and extract to CSV. See the README.md for more
47+
information on this configuration file.
48+
-hy, --hourofyear HOUROFYEAR
49+
The hour of year in format YYYYMMDDHH for which data will be extracted to CSV. This can not be in the future nor
50+
the current hour
51+
-d, --deletejson If set, the downloaded JSON will be kept in the output directory. By default it is automatically deleted after
52+
being converted to CSV.
5053
```
5154

5255
For example

0 commit comments

Comments
 (0)