-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add get_available_cats()
method to tutorial.py
#458
Conversation
for more information, see https://pre-commit.ci
Both |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks solid to me 👍🏽
thank you @jukent!
my latest change restricts this to a default dict of values so as to reduce the complexity of the codebase. we can add this feature later when there's a demand for it. |
get_keys()
method to tutorial.py
get_available_cats()
method to tutorial.py
Change Summary
Adding a
get_keys()
method to thetutorial.py
module. This will help with the documentation by listing all of the available dataset catalogs to then choose from before callingtutorial.get_url()
.Is it necessary to add a long-name associated with each of these keys?
Also corrects a spelling error on "catalog" in
tutorial.py
and adds a check that thetutorial_catalogs
input kwarg is a dictionary.Related issue number
The need for this arose while working on #456
Checklist