Output Table of Enabled Services in search_services() #1114
battistowx
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the
search_services()feature outputs a large JSON containing lots of metadata about services that are enabled for that particular collection, but they are not very readable. This feature proposes to add an argument which will output the contents of that JSON in a table similar to the one in Earthdata Search (example).E.g., when the user calls
search_services(provider='GES DISC', output='tabulate')from a Jupyter Notebook, a table like this would appear:This can also be expanded to other functions like
search_datasets, for identifying OPeNDAP-enabled collections, DMRPP files, etc.Beta Was this translation helpful? Give feedback.
All reactions