issue_comments: 428152588
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/2473#issuecomment-428152588 | https://api.github.com/repos/pydata/xarray/issues/2473 | 428152588 | MDEyOklzc3VlQ29tbWVudDQyODE1MjU4OA== | 35968931 | 2018-10-09T11:10:46Z | 2018-10-09T11:10:46Z | MEMBER |
Ah - I misunderstood how they work, if I do this: ```python @xr.register_dataset_accessor('bout') class BoutDataset(object): def init(self, ds_object): self.data = ds_object
ds.bout.plot_tokamak() print(ds.bout.data) ``` Thanks!
My Also the philosophy of the BOUT framework encourages each group of users to add their own functionality depending on what exactly they are solving. Some kind of base (Sorry if this is too far off the topic of xarray, feel free to close it if you think this is not going to be relevant to any of the rest of the community.) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
367763373 |