Brian Mapes
Brian Mapes
I had the same issue -- lots of frames created, but ffmpeg was not installed, so had to run it again (slow). Could ffmpeg be made a conda dependency so...
I'm puzzled by .to_dask() being the key line in intake-thredds, the result being an xarray dataset. But looking now at dask.org, it is vast -- I thought it was just...
Lucid, thanks! I'll try this catalog-level access. I want to make a lead-time ensemble for a given verification time, which involving building strings for requests, but also having to use...
+1 Complicated, still vexing this user a year+ later, but it easier for me to just restart the kernel again and again than read this and #4879, which is closed...
This worked for me to update all my bundles sudo sed -i 's*http://motherlode.ucar.edu/thredds*http://thredds.ucar.edu/thredds*g' /data/repository/storage/*/*/*/*xidv sudo sed -i 's*http://motherlode.ucar.edu:8080/thredds*http://thredds.ucar.edu/thredds*g' /data/repository/storage/*/*/*/*xidv > On Jul 14, 2017, at 12:56 PM, Ethan Davis wrote:...
Yes, I used grep motherlode to find any others but longer string for safety in sed On Jul 15, 2017, at 6:37 AM, Sean Arms wrote: There are probably more...
Oh, maybe this should have gone to https://github.com/pangeo-data/pangeo-binder/issues ?
Another big fan says huzzah and thank you! Such small things are show stoppers in Python 3.10 (and 3.11 failed): 118 def to3d(array): --> 119 new_shape = array.shape[:2] + (np.prod(array.shape[2:],...