issues
3 rows where user = 1050278 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: closed_at, created_at (date), updated_at (date), closed_at (date)
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
219611498 | MDU6SXNzdWUyMTk2MTE0OTg= | 1353 | Cannot import xarray.tests due to use of pytest.config | jjhelmus 1050278 | closed | 0 | 6 | 2017-04-05T14:55:31Z | 2017-04-06T18:12:18Z | 2017-04-06T18:12:18Z | CONTRIBUTOR | xarray.tests cannot be imported due to the use of pytest.config:
The use of pytest.config in the |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1353/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue | ||||||
96421438 | MDExOlB1bGxSZXF1ZXN0NDA1MDc0ODU= | 487 | Allow for multiple values in missing_value or _FillValue | jjhelmus 1050278 | closed | 0 | 4 | 2015-07-21T21:34:49Z | 2015-07-22T21:33:48Z | 2015-07-22T21:33:41Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/487 | NetCDF files which specify multiple missing_value or _FillValue values will result in a warning being issues and any elements which match any of the missing_value or _FillValue values being decoded as NaN. closes #471 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/487/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
94966000 | MDU6SXNzdWU5NDk2NjAwMA== | 471 | Read NetCDF files with multiple values in missing_value attribute | jjhelmus 1050278 | closed | 0 | 5 | 2015-07-14T14:58:56Z | 2015-07-22T21:33:41Z | 2015-07-22T21:33:41Z | CONTRIBUTOR | For certain data, for example NEXRAD Level 2 data, the NetCDF Java library will set the missing_value attribute for multiple variables in the produced NetCDF to a vector containing multiple variables. Currently loading these files in xray raises a ValueError in the Netcdf4-python returns a NumPy masked array with all values in the missing_value vector to np.ma.masked, xray may want to copy this model by replacing these elements with NaN. Another option is to raise an more appropriate error indicating that these files are not supported as vector missing_value attributes do not seem to meet a strict reading of section 2.5.1 of the CF conventions. I can provide an example file if desired. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/471/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);