rsignell
rsignell
@norlandrhagen when I try to load some data from the append example, for example: ``` python ds['sst'][:,0,300,300].load() ``` I get back: ``` python-traceback --------------------------------------------------------------------------- IcechunkError Traceback (most recent call last)...
I'm guessing we will need something like this to specify the anon credentials for s3 (example from another workflow): ``` python chunk_bucket = "esip" chunk_scheme = "s3://" chunk_endpoint = "https://usgs.osn.mghpcc.org"...
This issue came up in our Pangeo workshop here in Bologna today as folks are working on their team projects!
Thanks @TomNicholas for the super speedy reply! We will explore these solutions and report back!
I didn't really figure out the problem here, but I noticed there was a weird data variable `utc_date` in addition to the primary variable we were trying to concatenate: And...
I'm not at all sure! I will check!
I checked and the `time_bnds` and `rotated_pole` variables have the same dtype across all the datasets (there are only 2 datasets in this example). But in the process of finding...
Uh, okay, I realized that the above workflow added a time dimension to `rotated_pole`, which of course I didn't want: And then when I added `data_vars="minimal` to the `xr.concat()` command...
@keewis, might this be related to your endianness change in 2.1.2?
Okay, @keewis helped me figure out that what broke my workflow was https://github.com/zarr-developers/VirtualiZarr/pull/760 (so I was wrong -- it had nothing to do with his change!) When I add back...