You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to include a function to convert from an xray.DataArray to an iris.cube?
For weather/climate/ocean science, xray is by far the best library for general data processing, while iris and cartopy are the best for geospatial plotting. At the moment I usually write the results of my xray data processing out to a netCDF file, then read that file in with iris for plotting. I'm assuming many other people do the same, so a .to_cube() function might allow people to skip that extra input/output step.
The text was updated successfully, but these errors were encountered:
Would it be possible to include a function to convert from an
xray.DataArray
to aniris.cube
?For weather/climate/ocean science, xray is by far the best library for general data processing, while iris and cartopy are the best for geospatial plotting. At the moment I usually write the results of my xray data processing out to a netCDF file, then read that file in with iris for plotting. I'm assuming many other people do the same, so a
.to_cube()
function might allow people to skip that extra input/output step.The text was updated successfully, but these errors were encountered: