Flip left to right #710
sudheesh-k
started this conversation in
General
Replies: 1 comment 1 reply
-
Use import numpy as np
da.values = np.flip(da.values, axis=1)
da.to_dfs("flipped_lr.dfs2") |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there any method available in MIKEIO for writing data from left to right (like flipup)
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions