-
Notifications
You must be signed in to change notification settings - Fork 7
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
Panel notebook for tag data #26
Conversation
The noteboook can generate panel for tag data by accesing them from s3 bucket
I am not sure why but I am getting a permission error:
|
It looks like an issue with the permissions indeed. Can you access gfts-ifremer bucket? Tag data are stored there |
I can list the bucket, for instance:
So I am not sure what permissions is required. |
Could you try this to just open this one file to see if you can access it :
|
Yes I tried and as I said, I can list files but I cannot read/access them. (I get permission denied). |
@minrk should we all be added as ifremer users to access the data shared by ifremer? |
You do have permission on the bucket (try reading I can try to change the bucket policy to fix it, but in the meantime, I think the creator of the file can change the acl on the uploaded object. |
We used normal xarray_to_zarr, and didn't do anything special. We do not know what kind of option we should give so that other people can read. |
I believe I've fixed this with user policies in #30 |
run pre-commit
Hi @annefou, I've just returned from vacation. From what I understand you were unable to access the files due to the usage rules used when I placed the files in the bucket, have you managed to overcome this issue since last time? |
Min fixed the permission issues. I just fixed the order of the python import (from pre-commit). Panel does not show up in the jupyterhub. Does it work for you? |
Yes it was working using jupyterhub from here : https://gfts.minrk.net |
Ok. It did not work for me but I think it is good to go. |
The noteboook can generate panel for tag data by accesing them from s3 bucket