-
Notifications
You must be signed in to change notification settings - Fork 10
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
Facilitate access to S3 buckets #67
Comments
Hi @wolfidan , I pushed several enhancements in dev. You can now work with data stored in s3 buckets for data types "ODIM", "ODIMBIRDS", "CFRADIAL", "CFRADIAL2", "CF1", "NEXRADII", "GAMIC", "ODIMGRID", "KNMIH5GRID" and "SKYECHO". I had to do a significant revamping of read_data_radar.py but I think that with what I have done we are on path to simplify our data reading functions. Please have a close look to what I have done and let me know if you find any issues. It would be good to be sure that I did not break anything before pushing to the master and I had a limited time for testing. |
Hi @jfigui , Looks great, thanks a lot for your work, I didn't get the time today, but I will do it tomorrow for sure, |
At the moment, the tests fail because compatibility is broken in https://github.com/MeteoSwiss/pyrad/blob/dev/src/pyrad_proc/pyrad/io/io_aux.py get_file_list Another issue is that you try to use cfg["DataTypeIDInFiles"] in the nexrad reader. I don't think this works. I would suggest removing it. |
Please also think about adding the necessary info in https://meteoswiss.github.io/pyrad/overview/main.html by editing https://github.com/MeteoSwiss/pyrad/blob/master/doc/source/overview/main.rst |
Thanks for the feedback. I corrected some bugs and it passes the ubuntu tests now but not the windows one. It fails when setting up miniconda. I do not see how this can be related to the changes in the code. Can you have a look? |
Hi @jfigui , thanks, sorry I am taking some vacation, but I will try to look into it asap |
Managed to make the tests run |
Great! Thanks a lot! Let's keep this issue open until we can use s3 buckets with any file. |
Reminder that at some point we would like to be able to work directly with data stored in S3 buckets
The text was updated successfully, but these errors were encountered: