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
When I try to convert a rasterisation from Rasters.jl to a YAXArray this fails, because YAXArray can't deal with the DimensionalData.Dimensions.LookupArrays.NoMetadata type.
For a MWE see rafaqz/Rasters.jl#337.
When I try to convert the raster file I get the error below, but I can circumvent it when I force a metadata entry like so:
#This works because of the metadata entry.
julia>yaxconvert(YAXArray, DimArray(shpras, metadata=Dict("freqpath"=>freqpath)))
I am not sure, whether it is worth it to fix this when we are switching to DimensionalData.
When I try to convert a rasterisation from Rasters.jl to a YAXArray this fails, because YAXArray can't deal with the
DimensionalData.Dimensions.LookupArrays.NoMetadata
type.For a MWE see rafaqz/Rasters.jl#337.
When I try to convert the raster file I get the error below, but I can circumvent it when I force a metadata entry like so:
I am not sure, whether it is worth it to fix this when we are switching to DimensionalData.
The text was updated successfully, but these errors were encountered: