Jason Boutte
Jason Boutte
@tomvothecoder The notebook looks great, lots of good information and resources. I ran into something on Nimbus that could occur on other similar environments where `memory_limit="auto"` would set the per...
@pochedls @tomvothecoder Created PR in the cf_xarray repo https://github.com/xarray-contrib/cf-xarray/pull/528.
I'll take a look this week, the code assumes the dimension ordering is [..., X, Y], I'll adjust this to be more flexible.
@tomvothecoder Go ahead and push this out to the next release.
@tomvothecoder Just got around to this issue, I've identified the problem, but not sure of the cause. Basically calling `open_dataset` with a remote URL and local path cause the file...
@tomvothecoder Found the cause of the issue. Basically xarray implemented `preferred_chunks` for the netcdf4 backend. For non-contiguous files the the encoded chunking is used and merged with the desired chunking....
@tomvothecoder The 3.9 testing will continue to fail, the required version of `cf_xarray` needs python `>=3.10`. I can disable this for `3.9` if we're not ready to stop supporting `3.9`.
@pochedls @tomvothecoder Here's the causes of the silent errors. Right now `infer` will just raise the generic error, I could do checking before and provide some more targeted errors. #...
@tomvothecoder This is done, do we need another review?
I'm looking into this now. Thanks!