Open asinghvi17 opened 1 month ago
Yeah, you cant save a time dimension with GDAL in Rasters. It's only using the band interface.
There's not much point implementing that whole multidimensional gdal interface when we have DiskArrays/CommonDataModel etc. But I do think someone recently added it to ArchGDAL at least.
So if you can be bothered, but I won't.
(And yes @meggart @Alexander-Barth this version split with DiskArrays is getting pretty dire)
Yeah I just found that PR, looks like it's still open and under review but close to the finish line. Not at all required since I found the Band hack. But it would be nice to have.
The error could be better though, might improve on that.
Also we should make a better error here, I though we checked for X/Y/Band...
I can't use NCDatasets.jl because of DiskArrays/Zarr version mismatches.
If I slice this by
Ti(At(1))
, it just works. Similarly, if I replaceTi
withBand
, it works.