home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 353726623

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/pull/1752#issuecomment-353726623 https://api.github.com/repos/pydata/xarray/issues/1752 353726623 MDEyOklzc3VlQ29tbWVudDM1MzcyNjYyMw== 1217238 2017-12-23T13:38:41Z 2017-12-23T13:38:41Z MEMBER

The intent with decoders is handle the invertible transformations between a raw file on disk and xarray's data model. So we will definitely need some transformations that act on a collection of variables (e.g., to decode coordinates vs data variables), but not in the form of a Dataset yet. These decoders/encoders will probably take/return three arguments: variables (an OrderedDict of xarray.Variable objects with both coordinates and data), dims (dict of dimension names to sizes) and (global) attrs.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  278335633
Powered by Datasette · Queries took 79.342ms · About: xarray-datasette