Noah D. Brenowitz
Noah D. Brenowitz
I wonder if there is an abstraction suitable for fsspec. Currently the checkers in gcsfs query google-specific http headers and json keys.
I agree imshow makes more sense than quash-mesh here. Perhaps having the caching in a matplotlib subclass makes sense too for the movie application. That said, `regrid` is nicely general...
Thanks so much @shoyer. I didn't realize there was that much overhead for a single function call. OTOH, 2x slower than numpy would be way better than 1000x. After looking...
@max-sixty I tend to agree this use case could be outside of the scope of xarray. It sounds like significant progress might require re-implementing core `xarray` objects in C/Cython. Without...
Sure, I've been using that as a workaround as well. Unfortunately, that approach throws away all the nice info (e.g. metadata, coordinate) that xarray objects have and requires duplicating much...
This `variable` workaround is awesome @max-sixty. Are there any guidelines on when to use `Variable` vs `DataArray`? Some calculations (e.g. fast difference and derivatives/stencil operations) seem cleaner without explicit coordinate...
@jhamman Weren't you talking about an xarray lite (TM) package?
I am having this issue too. Very frustrating.
Maybe this is something that Pangeo would consider hosting. What do you think @jhamman @rabernat? Otherwise, you could write a function to make a mock dataset with the same variable...