html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue https://github.com/pydata/xarray/pull/6745#issuecomment-1174876244,https://api.github.com/repos/pydata/xarray/issues/6745,1174876244,IC_kwDOAMm_X85GBzBU,72196131,2022-07-05T10:06:35Z,2022-07-05T10:06:35Z,CONTRIBUTOR,Indeed!,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1292103688 https://github.com/pydata/xarray/issues/4470#issuecomment-1086610757,https://api.github.com/repos/pydata/xarray/issues/4470,1086610757,IC_kwDOAMm_X85AxF1F,72196131,2022-04-02T10:30:44Z,2022-04-02T10:30:44Z,CONTRIBUTOR,Just have to find some time to start.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,710357592 https://github.com/pydata/xarray/issues/4470#issuecomment-1078791368,https://api.github.com/repos/pydata/xarray/issues/4470,1078791368,IC_kwDOAMm_X85ATQzI,72196131,2022-03-25T08:49:19Z,2022-03-25T08:49:19Z,CONTRIBUTOR,"Ok, so a discussion:- https://github.com/pyvista/pyvista/discussions/2375","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,710357592 https://github.com/pydata/xarray/issues/4470#issuecomment-1069596655,https://api.github.com/repos/pydata/xarray/issues/4470,1069596655,IC_kwDOAMm_X84_wL_v,72196131,2022-03-16T20:31:38Z,2022-03-16T20:31:38Z,CONTRIBUTOR,"e.g. for a Uniform Grid ![image](https://user-images.githubusercontent.com/72196131/158685342-1c589d04-3d64-4297-b0c0-a462152ee43d.png) ```python data = result['density'].reshape(result.dimensions[2],result.dimensions[1],result.dimensions[0]) XC = [result.bounds[0]+200*i for i in range(result.dimensions[0])] YC = [result.bounds[2]+200*i for i in range(result.dimensions[1])] ZC = [result.bounds[4]+200*i for i in range(result.dimensions[2])] da = xr.DataArray(data=data, dims=[""z"", ""y"",""x""], coords={""z"": ZC, ""y"": YC, ""x"": XC}) ``` ![image](https://user-images.githubusercontent.com/72196131/158685473-3aee2b95-f16d-438c-8975-6e803c53e006.png) ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,710357592 https://github.com/pydata/xarray/issues/4470#issuecomment-1068478794,https://api.github.com/repos/pydata/xarray/issues/4470,1068478794,IC_kwDOAMm_X84_r7FK,72196131,2022-03-15T21:13:29Z,2022-03-15T21:13:29Z,CONTRIBUTOR,So reversing that would require storing the metadata etc. and whatever the meshgrid reversal is?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,710357592 https://github.com/pydata/xarray/issues/4470#issuecomment-1068462054,https://api.github.com/repos/pydata/xarray/issues/4470,1068462054,IC_kwDOAMm_X84_r2_m,72196131,2022-03-15T20:52:10Z,2022-03-15T20:52:10Z,CONTRIBUTOR,"I use this sort of thing a lot, anyway. https://banesullivan.com/pyvista/examples/raster.html#sphx-glr-pyvista-examples-raster-py ","{""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 1, ""rocket"": 0, ""eyes"": 0}",,710357592 https://github.com/pydata/xarray/issues/4470#issuecomment-1068439766,https://api.github.com/repos/pydata/xarray/issues/4470,1068439766,IC_kwDOAMm_X84_rxjW,72196131,2022-03-15T20:30:49Z,2022-03-15T20:30:49Z,CONTRIBUTOR,"Yes, that sounds good. Definitely be useful to put this in some workflows.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,710357592 https://github.com/pydata/xarray/issues/4470#issuecomment-1067899770,https://api.github.com/repos/pydata/xarray/issues/4470,1067899770,IC_kwDOAMm_X84_ptt6,72196131,2022-03-15T11:52:52Z,2022-03-15T11:52:52Z,CONTRIBUTOR,"And again mesh to data array and back, by variety?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,710357592 https://github.com/pydata/xarray/issues/3476#issuecomment-1012775723,https://api.github.com/repos/pydata/xarray/issues/3476,1012775723,IC_kwDOAMm_X848Xbsr,72196131,2022-01-14T04:55:03Z,2022-01-14T04:55:03Z,CONTRIBUTOR,Think it worked with one variable - @Hoeze workaround was necessary for more than one.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,516306758 https://github.com/pydata/xarray/issues/4470#issuecomment-940952442,https://api.github.com/repos/pydata/xarray/issues/4470,940952442,IC_kwDOAMm_X844Fct6,72196131,2021-10-12T12:09:42Z,2021-10-12T12:09:42Z,CONTRIBUTOR,Ryan what would you start with? I had a use case this week.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,710357592 https://github.com/pydata/xarray/pull/4903#issuecomment-778722705,https://api.github.com/repos/pydata/xarray/issues/4903,778722705,MDEyOklzc3VlQ29tbWVudDc3ODcyMjcwNQ==,72196131,2021-02-14T04:29:57Z,2021-02-14T04:29:57Z,CONTRIBUTOR,Thanks - and thanks for all the hard work. I have been using it a lot recently.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,807662600