-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test the 2 datacat Python APIs #7
Comments
Slacklab-datacatI installed the Python package and trying to understand how to run it, in: @pibion who I can ask for help with this? thanks! The package is also avaible on CVMFS, but gives same |
CDMSDataCatalogThis package is available on the SuperCDMS JupyterHub on Jetstream via CVMFS and it also seems preconfigured:
However the example query doesn't work:
returns an empty list. |
@bloer I'm trying to access the CDMS data catalog, what is the recommended method? can you please checkout above here what I am doing wrong? Thanks!! |
@thathayhaykid I'm pulling you into this thread as well since you have some experience working with the data catalog! |
@zonca I'd recommend taking off the "Bulldozed eq 1" part of the query, although you might get a long list of files back? |
There's slightly more documentation here: https://www.slac.stanford.edu/exp/cdms/software/releasedocs/V04-05/CDMSDataCatalog-0.6.1/ . I suggest using the higher-level I find the low-level query syntax hard to use, especially the path multi-wildcard bit, but it's documented here: https://github.com/slaclab/datacat/wiki/Search-Syntax / I don't see where you got the example query from, but it doesn't look malformed. We've changed around some of the metadata labels around recently so most likely there just isn't any data matching the query |
Thanks @bloer |
still no results |
I tried
but then I don't know what to do with those objects, @thathayhaykid how do I plot them? Is there an example notebook I can look at? |
nevermind, I'll try to follow https://gitlab.com/supercdms/Analysis/tutorials/-/blob/master/tutorials/Introduction/Basic%20Raw%20Data%20Access.ipynb |
@pibion @thathayhaykid it seems that is returned by https://gitlab.com/supercdms/Analysis/tutorials/-/blob/master/tutorials/CUTE/CUTE.ipynb but keys in the root file are all different so I'm stuck. Anyway |
Related to #2
Install the Python client https://gitlab.com/supercdms/slaclab-datacat
Documentation of data catalog: https://confluence.slac.stanford.edu/display/CDMS/SuperCDMS+Data+Catalog
cdms
package?search
The text was updated successfully, but these errors were encountered: