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/843#issuecomment-239210661,https://api.github.com/repos/pydata/xarray/issues/843,239210661,MDEyOklzc3VlQ29tbWVudDIzOTIxMDY2MQ==,950575,2016-08-11T16:14:28Z,2016-08-11T16:14:28Z,CONTRIBUTOR,"@shoyer the more I think about this the more I don't like the addition of extra keywords. Even though I would like this behavior to be the default one I really do not like the complexity I added here. Closing this... ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,153066635 https://github.com/pydata/xarray/issues/843#issuecomment-237430205,https://api.github.com/repos/pydata/xarray/issues/843,237430205,MDEyOklzc3VlQ29tbWVudDIzNzQzMDIwNQ==,950575,2016-08-04T01:52:53Z,2016-08-04T01:52:53Z,CONTRIBUTOR,"Prototype is ready http://nbviewer.jupyter.org/gist/ocefpaf/cabdcb27a5ef7da1b6110327a5f03e17 I will polish this and send a PR soon. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,153066635 https://github.com/pydata/xarray/issues/843#issuecomment-237416540,https://api.github.com/repos/pydata/xarray/issues/843,237416540,MDEyOklzc3VlQ29tbWVudDIzNzQxNjU0MA==,950575,2016-08-04T00:31:10Z,2016-08-04T00:31:10Z,CONTRIBUTOR,"No problem. I want to solve this anyways b/c it is quite awkward to keep converting back from `timedelta`s to time data. I will have a PR soon. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,153066635 https://github.com/pydata/xarray/issues/843#issuecomment-237414886,https://api.github.com/repos/pydata/xarray/issues/843,237414886,MDEyOklzc3VlQ29tbWVudDIzNzQxNDg4Ng==,950575,2016-08-04T00:19:31Z,2016-08-04T00:19:31Z,CONTRIBUTOR,"@shoyer is this what you have in mid? Replacing `decode_time` for `decode_datetimes` and `decode_timedelta` and then: ``` python if decode_datetimes and 'units' in attributes and 'since' in attributes['units']: units = pop_to(attributes, encoding, 'units') calendar = pop_to(attributes, encoding, 'calendar') data = DecodedCFDatetimeArray(data, units, calendar) if decode_timedelta and attributes['units'] in TIME_UNITS: units = pop_to(attributes, encoding, 'units') data = DecodedCFTimedeltaArray(data, units) ``` To be honest I cannot see why someone might want to convert time data to a `timedelta` and I would be inclined to remove `decode_timedelta` instead. However, that may be my [very biased view](http://nbviewer.jupyter.org/gist/ocefpaf/d4e06714df5154590744320d593ea373) since such transformation does not make sense with my data :smile: Do you have any advice? (I would like to try this before you release `v0.8.0`) ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,153066635