You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> imfextinds
YAXArray with the following dimensions
FrequencyStats Axis with 6 elements: FirstLocalMax FirstLocalMin FirstZeroCrossing SecondLocMax SecondLocMin SecondZeroCross
Y Axis with 5820 Elements from 561609.15 to 736179.15
X Axis with 7500 Elements from 9.48724066e6 to 9.26227066e6
Total size:999.07 MB
I think the reason here is that the Element type of the Axis is a Zarr.MaxLengthString and NetCDF does not know how to deal with this Data Type when saving the axis. I am currently not sure where exactly to fix this: Inside NetCDF.jl would be a hassle. It would probably be better if we, at some point during axis construction would convert AbstractStrings to actual strings. Although this is also not very consistent. Or one modifies the way this function works to first check if the provider can deal with the element type.
When I try to save the following YAXArray
this fails with the following error:
but when I use subsetcube to separate one of the variables I can save it.
The text was updated successfully, but these errors were encountered: