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/issues/688#issuecomment-304077718,https://api.github.com/repos/pydata/xarray/issues/688,304077718,MDEyOklzc3VlQ29tbWVudDMwNDA3NzcxOA==,8699967,2017-05-25T17:55:15Z,2017-05-25T17:55:15Z,CONTRIBUTOR,Strange. But I can't seem to re-produce the issue. Maybe it was on a Windows machine or maybe it is fixed now.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,124154674 https://github.com/pydata/xarray/issues/688#issuecomment-304003816,https://api.github.com/repos/pydata/xarray/issues/688,304003816,MDEyOklzc3VlQ29tbWVudDMwNDAwMzgxNg==,8699967,2017-05-25T12:57:34Z,2017-05-25T12:57:34Z,CONTRIBUTOR,"@shoyer, thanks for looking into it. I am resampling from 3hr data to 1hr data. ```python resampled_ds = ds.resample('1H', dim='time', keep_attrs=True) ``` I am using it here: https://github.com/CI-WATER/gsshapy/blob/f4e5cb13c1d528021e1953859b712553a4162311/gsshapy/grid/grid_to_gssha.py#L789-L844 I ran into the issue there and had to add code to make sure the coordinates were copied. Thanks! ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,124154674 https://github.com/pydata/xarray/issues/688#issuecomment-298330381,https://api.github.com/repos/pydata/xarray/issues/688,298330381,MDEyOklzc3VlQ29tbWVudDI5ODMzMDM4MQ==,8699967,2017-05-01T13:04:16Z,2017-05-01T13:04:16Z,CONTRIBUTOR,"I need input data for a hydrology model in an hourly timestep. So, I use the `Dataset.resample` method on data from land surface models to achieve that. Then, I use a custom linear interpolation to fill in the `nan`'s. I then write out the data to a file. It is easier to write the resampled dataset to the file with the necessary information if the x,y coordinates are not removed in the `Dataset.resample` method.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,124154674 https://github.com/pydata/xarray/issues/688#issuecomment-298202905,https://api.github.com/repos/pydata/xarray/issues/688,298202905,MDEyOklzc3VlQ29tbWVudDI5ODIwMjkwNQ==,8699967,2017-04-30T00:24:48Z,2017-04-30T00:24:48Z,CONTRIBUTOR,"You could do it in the custom callable, but it requires less expertise and fewer lines of code to add that as an option. The use case I have is land surface model output with x,y coordinates that I would like to preserve.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,124154674 https://github.com/pydata/xarray/issues/688#issuecomment-297431024,https://api.github.com/repos/pydata/xarray/issues/688,297431024,MDEyOklzc3VlQ29tbWVudDI5NzQzMTAyNA==,8699967,2017-04-26T14:43:40Z,2017-04-26T14:43:40Z,CONTRIBUTOR,Is there plans for a 'keep_coords' for Dataset.resample as well?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,124154674