-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support for multidimensional coordinates in mk_dataset_xarray.py #245
Comments
@zequihg50 Thanks for pointing this out, your solution might be more comprehensive than the current use of the 1-D bounds array. Can you submit a PR? |
Sure. |
I have also encountered this error. Here is the stacktrace:
I saw this potential solution using the NumPy vectorize function: |
A PR was merged to this branch |
When testing publication of CORDEX data in which variables "lat" and "lon" are 2-dimensional, I encountered that the script mk_dataset_xarray.py produces an error, likely because it assumes that these variables are 1-dimensional.
This could be fixed by changing to something like this here and here:
Although this made the trick for me I'm not sure this solution is general enough.
Additional info:
The text was updated successfully, but these errors were encountered: