Created
November 18, 2020 05:46
-
-
Save robbibt/e6848f737f08f46f4d0cae63b679ae12 to your computer and use it in GitHub Desktop.
Convert numpy array back to xarray
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xr.DataArray(array, coords=da.coords, dims=da.dims, attrs=da.attrs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment