Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify which dimensions are pyramided #29

Open
felixcremer opened this issue Jun 17, 2024 · 0 comments
Open

Specify which dimensions are pyramided #29

felixcremer opened this issue Jun 17, 2024 · 0 comments

Comments

@felixcremer
Copy link
Member

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant