Open
Description
I noticed two minor things in the documentation of the Stations.inventory
method, which could need correction / clarification:
- The documentation states that the argument
required
may be alist
. However the type hint in the code does not includelist
and the code also checks forisinstance(required, tuple)
and not forlist
. This could be corrected. - And is there any reason why
granularity="monthly"
is not allowed/listed? Currently only thegranularity
'hourly' or 'daily' are listed in the documentation.
Metadata
Metadata
Assignees
Labels
No labels