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/1324#issuecomment-322894648,https://api.github.com/repos/pydata/xarray/issues/1324,322894648,MDEyOklzc3VlQ29tbWVudDMyMjg5NDY0OA==,1217238,2017-08-16T20:48:13Z,2017-08-16T20:48:13Z,MEMBER,"@mmartini-usgs The here comes up because your `time` variables have dtype `datetime64`. There are two ways to handle this:
- If you don't want xarray to convert from datetime64 to numbers when saving the netCDF file, you need to convert the data yourself to a float or integer array.
- If you do want to make use of xarray's automated conversion, you need to specify units in `encoding` instead of `attrs`.
If something else seems to be going on, please share the result of calling `.info()` on your dataset.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,216626776
https://github.com/pydata/xarray/issues/1324#issuecomment-288942654,https://api.github.com/repos/pydata/xarray/issues/1324,288942654,MDEyOklzc3VlQ29tbWVudDI4ODk0MjY1NA==,1217238,2017-03-24T06:17:36Z,2017-03-24T06:17:36Z,MEMBER,"Yes, you can control this by setting `encoding`, e.g., `time.encoding['units'] = 'days since '1900-01-01'`
http://xarray.pydata.org/en/stable/io.html#time-units
It looks like this error message is not very helpful currently -- a PR to improve it would be appreciated!","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,216626776