[Tangelo-users] Girder data retrival
Lars Bilke
lars.bilke at ufz.de
Tue Jan 6 11:15:07 EST 2015
Thank you Jeff and Roni,
I was successful in using the Javascript AJAX interface!
For the Python interface the GirderClient misses a parameter in the constructor to adapt the API path (to /plugin/girder/girder/api/v1). But I did not tried it anymore..
Best,
Lars
> Am 05.01.2015 um 15:30 schrieb Jeff Baumes <jeff.baumes at kitware.com>:
>
> Yes, you should be able to use GirderClient in a Python script to get what you need. Try the official one from Girder here, it may work better:
>
> https://github.com/girder/girder/blob/master/clients/python/GirderClient.py
>
> Let us know if this still is not working and provide the error messages you are getting. If you are hosting girder as a Tangelo plugin, you can also potentially access Girder data from Javascript AJAX calls:
>
> http://girder.readthedocs.org/en/latest/external-web-clients.html
>
>
>
> On Mon Jan 05 2015 at 5:19:22 AM Lars Bilke <lars.bilke at ufz.de> wrote:
> Dear all,
>
> I am exploring Tangelo and it looks very promising so far! Thanks for this initiative! But here is my first question:
>
> Can you give a short example how get data from Girder into Tangelo?
>
>
> I have some CSV files in Girder representing time series data. Now I would like to visualize them with Tangelo’s time series plugin (vis/timeline.js). I guess I have to query Girder from a Python service script, right? I tried it with the help of the GirderClient-class from TangeloHub [1] but had no success.
>
> Can you give me some advice?
>
> Thanks,
> Lars
>
>
> [1]: https://github.com/Kitware/tangelohub/blob/master/devops/ansible/GirderClient.py
> _______________________________________________
> Tangelo-users mailing list
> Tangelo-users at public.kitware.com
> http://public.kitware.com/mailman/listinfo/tangelo-users
More information about the Tangelo-users
mailing list