-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Combining tiled data sets in xarray #4338
Comments
Thanks for the well written issue @nicholaskgeorge This is a duplicate of #3248 . The solution here is to make all tiles have the same name, use
You can use |
Thank you @dcherian ! It works. I'm now getting an error telling me the that the axis are not monotonic when I apply it to my real data but I think its something I have to sort out. Sorry I didn't realize this issue was put up before. |
no worries. I'll close this as a duplicate. |
@nicholaskgeorge your minimal test would be monotonic if |
I'm working on a project where I need to combine different sets of geographic image tiles into one large tile in Xarray. I am running into an issue. I've made a simplified example bellow.
I thought this is all you need to do it but I get this error
I am not really sure why this is not working.
The text was updated successfully, but these errors were encountered: