issue_comments: 47198553
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/175#issuecomment-47198553 | https://api.github.com/repos/pydata/xarray/issues/175 | 47198553 | MDEyOklzc3VlQ29tbWVudDQ3MTk4NTUz | 1217238 | 2014-06-26T08:09:06Z | 2014-06-26T08:09:06Z | MEMBER | Some additional thoughts on the advanced interface (we should discuss more when we're both awake): The advanced interface should support specifying decoding or encoding only (e.g., if we only need to read some obscure format, not write it). Instead of all these DataStore subclasses, what about having more generic A neat trick about coders rather than data stores is that they are simple enough that they could be easily composed, similar to a scikit-learn pipeline. For example, the default CFCoder could be written as something like:
I suppose the painful part of using coders is the need to close files on disk to cleanup. Still, I would rather have a single Instead of using the decorator, the interface could look something like:
or
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
36467304 |