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
Currently I am relaying on the types of the dimensions to check what are spatial dimensions to decide which are pyramided.
For that I am using the XDim and YDim types in DimensionalData.
When the zarr file on which I want to apply buildpyramids has spatial dimensions which are not named X or Y these are not recognized to be pyramided.
As a work around we can define the dimensions with the @dim macro but this should be made easier maybe with a keyword argument.
julia>@dim lat YDim "Latitude"
julia>@dim lon XDim "Longitude"
The text was updated successfully, but these errors were encountered:
Currently I am relaying on the types of the dimensions to check what are spatial dimensions to decide which are pyramided.
For that I am using the XDim and YDim types in DimensionalData.
When the zarr file on which I want to apply buildpyramids has spatial dimensions which are not named
X
orY
these are not recognized to be pyramided.As a work around we can define the dimensions with the
@dim
macro but this should be made easier maybe with a keyword argument.The text was updated successfully, but these errors were encountered: