issue_comments
9 rows where author_association = "MEMBER", issue = 206905158 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- Add RasterIO backend · 9 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
305243114 | https://github.com/pydata/xarray/pull/1260#issuecomment-305243114 | https://api.github.com/repos/pydata/xarray/issues/1260 | MDEyOklzc3VlQ29tbWVudDMwNTI0MzExNA== | shoyer 1217238 | 2017-05-31T16:32:27Z | 2017-05-31T16:32:27Z | MEMBER |
Yes, except for the one that tests bare-minimal dependencies. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add RasterIO backend 206905158 | |
305231172 | https://github.com/pydata/xarray/pull/1260#issuecomment-305231172 | https://api.github.com/repos/pydata/xarray/issues/1260 | MDEyOklzc3VlQ29tbWVudDMwNTIzMTE3Mg== | shoyer 1217238 | 2017-05-31T15:51:24Z | 2017-05-31T15:51:24Z | MEMBER | Yes, please! On Wed, May 31, 2017 at 8:48 AM, Fabien Maussion notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add RasterIO backend 206905158 | |
304481844 | https://github.com/pydata/xarray/pull/1260#issuecomment-304481844 | https://api.github.com/repos/pydata/xarray/issues/1260 | MDEyOklzc3VlQ29tbWVudDMwNDQ4MTg0NA== | shoyer 1217238 | 2017-05-27T23:23:02Z | 2017-05-27T23:23:02Z | MEMBER | I think DataArray.chunk should probably gain those parameters. There just wasn't any need for it before. On Sat, May 27, 2017 at 9:35 AM Fabien Maussion notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add RasterIO backend 206905158 | |
303153678 | https://github.com/pydata/xarray/pull/1260#issuecomment-303153678 | https://api.github.com/repos/pydata/xarray/issues/1260 | MDEyOklzc3VlQ29tbWVudDMwMzE1MzY3OA== | shoyer 1217238 | 2017-05-22T16:38:03Z | 2017-05-22T16:38:03Z | MEMBER |
Ah, that seems already pretty clean then. I was confused by the repr for a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add RasterIO backend 206905158 | |
302951509 | https://github.com/pydata/xarray/pull/1260#issuecomment-302951509 | https://api.github.com/repos/pydata/xarray/issues/1260 | MDEyOklzc3VlQ29tbWVudDMwMjk1MTUwOQ== | shoyer 1217238 | 2017-05-21T17:43:45Z | 2017-05-22T16:36:32Z | MEMBER | You should be able to simply wrap RasterioArrayWrapper in an EDIT: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add RasterIO backend 206905158 | |
302448132 | https://github.com/pydata/xarray/pull/1260#issuecomment-302448132 | https://api.github.com/repos/pydata/xarray/issues/1260 | MDEyOklzc3VlQ29tbWVudDMwMjQ0ODEzMg== | shoyer 1217238 | 2017-05-18T15:54:49Z | 2017-05-18T15:54:49Z | MEMBER | I haven't looked at the implementation yet, but I agree that a separate function |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add RasterIO backend 206905158 | |
279897816 | https://github.com/pydata/xarray/pull/1260#issuecomment-279897816 | https://api.github.com/repos/pydata/xarray/issues/1260 | MDEyOklzc3VlQ29tbWVudDI3OTg5NzgxNg== | shoyer 1217238 | 2017-02-15T02:13:27Z | 2017-02-15T02:13:27Z | MEMBER |
This could be done sanely with dask.array (example of multiple outputs from an element-wise function).
We could make this work, it just looks pretty hacky. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add RasterIO backend 206905158 | |
279101252 | https://github.com/pydata/xarray/pull/1260#issuecomment-279101252 | https://api.github.com/repos/pydata/xarray/issues/1260 | MDEyOklzc3VlQ29tbWVudDI3OTEwMTI1Mg== | shoyer 1217238 | 2017-02-11T00:14:36Z | 2017-02-11T00:14:36Z | MEMBER | Getting optional coordinates is hard is because the current "backends" system in xarray was really only designed for handling netCDF-like libraries. For example, every backend gets passed through One alternative would be to simply write a function for reading files with rasterio straight into xarray Dataset objects. There are probably hacks that can get this working with data stores but this really calls out for the bigger refactor like https://github.com/pydata/xarray/pull/1087. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add RasterIO backend 206905158 | |
279070566 | https://github.com/pydata/xarray/pull/1260#issuecomment-279070566 | https://api.github.com/repos/pydata/xarray/issues/1260 | MDEyOklzc3VlQ29tbWVudDI3OTA3MDU2Ng== | shoyer 1217238 | 2017-02-10T21:28:02Z | 2017-02-10T21:28:02Z | MEMBER |
Most likely you're using a dict instead of an OrderedDict somewhere.
See here for an example of lazily computing arrays: https://github.com/pydata/xarray/blob/62333208fc2a80c05848a12de67a10f00a6610a1/xarray/conventions.py#L314 There are other examples in that file, for decoding CF conventions.
Can you clarify what you mean by an optional coordinate? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add RasterIO backend 206905158 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1