Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieTaylor-TUOS authored May 3, 2023
1 parent c2e6ff6 commit 67828f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ This utility can be used to download data to a CSV file:
```
>> pv_live -h
usage: pv_live [-h] [-s "<yyyy-mm-dd HH:MM:SS>"] [-e "<yyyy-mm-dd HH:MM:SS>"]
[--entity_type <entity_type>] [--entity_id <entity_id>] [--period <5|30>]
[-q] [-o </path/to/output/file>] [-http <http_proxy>] [-https <https_proxy>]
[--entity_type <entity_type>] [--entity_id <entity_id>]
[--extra_fields <field1[,field2, ...]>] [--period <5|30>] [-q]
[-o </path/to/output/file>] [-http <http_proxy>] [-https <https_proxy>]
This is a command line interface (CLI) for the PV_Live API module
Expand All @@ -114,6 +115,9 @@ options:
Specify an entity type, either 'gsp' or 'pes'. Default is 'gsp'.
--entity_id <entity_id>
Specify an entity ID, default is 0 (i.e. national).
--extra_fields <field1[,field2, ...]>
Specify an extra_fields (as a comma-separated list to include when
requesting data from the API, defaults to 'installedcapacity_mwp'.
--period <5|30> Desired temporal resolution (in minutes) for PV outturn estimates.
Default is 30.
-q, --quiet Specify to not print anything to stdout.
Expand Down

0 comments on commit 67828f1

Please sign in to comment.