Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct documentation for Stations.inventory #170

Open
kaiserls opened this issue Aug 27, 2024 · 0 comments
Open

Correct documentation for Stations.inventory #170

kaiserls opened this issue Aug 27, 2024 · 0 comments

Comments

@kaiserls
Copy link

kaiserls commented Aug 27, 2024

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 a list. However the type hint in the code does not include list and the code also checks for isinstance(required, tuple) and not for list. This could be corrected.
  • And is there any reason why granularity="monthly" is not allowed/listed? Currently only the granularity 'hourly' or 'daily' are listed in the documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant