You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send out to users to test (@jbusecke was not able to compute on the data via Google Cloud)
Give @sashakames access to the LEAP hub for testing.
Write up for report.
We should also wait until zarr-developers/VirtualiZarr#126 is fully tested and merged until we produce a lot of references. I believe there is currently a bug in the PR, but it is easy enough to circumvent.
The text was updated successfully, but these errors were encountered:
@sashakames I just cleaned up the code a little bit.
Lets use https://github.com/jbusecke/esgf-virtual-zarr-data-access/blob/main/virtual-zarr-script.py and https://github.com/jbusecke/esgf-virtual-zarr-data-access/blob/main/requirements.txt to produce the next files.
I will add dependencies and code there to parallelize virtual data and fix the bugs above.
Do you mean the metadata stored in the xarray .attrs or something else?
Yes that is right. In my initial attempt the metadata was lost during the concat step due to the default behavior of xarray to just drop all of it. I have now set this option to only drop conflicts
Great day hacking on using virtualizarr to produce ref files on ESGF with @sashakames.
We successfully produced a few ref files, exposed them via HTTp, and were able to access (and compute on them) in some environments.
Bugs:
Optional:
Plan to wrap up proof of concept:
We should also wait until zarr-developers/VirtualiZarr#126 is fully tested and merged until we produce a lot of references. I believe there is currently a bug in the PR, but it is easy enough to circumvent.
The text was updated successfully, but these errors were encountered: