-
I have data containing extra dimensions besides x, y and time. In one case, the extra dimension is "number", denoting the ensemble member number of a forecast. I would like to reproject this data using
The docs state that
I wonder why this restriction is in place? After all, the reprojection should only affect the x and y dimensions, all other dimensions should be unaffected and can be kept as-is? I am thinking of using the following workaround:
Is there a better way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That is what has been implemented in the code. It isn't because higher dimensionality couldn't be supported, just that it isn't supported with the current implementation.
What you propose sounds like it should work. |
Beta Was this translation helpful? Give feedback.
That is what has been implemented in the code. It isn't because higher dimensionality couldn't be supported, just that it isn't supported with the current implementation.
What you propose sounds like it should work.