home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 322894648

This data as json

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
Powered by Datasette · Queries took 0.951ms · About: xarray-datasette