issue_comments
2 rows where user = 9096348 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
499919008 | https://github.com/pydata/xarray/issues/2535#issuecomment-499919008 | https://api.github.com/repos/pydata/xarray/issues/2535 | MDEyOklzc3VlQ29tbWVudDQ5OTkxOTAwOA== | ChristianF88 9096348 | 2019-06-07T15:00:08Z | 2019-06-07T15:00:08Z | NONE | Well the error occurs while writing the file. So if the reason is, that the file is corrupt then necdf4 is corrupting it... right? The problem is rather, that it does not even finish writing the file. FYI: The error does not occur at the same file every time. Have a good weekend!! ;) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
HDF error when trying to write Dataset read with rasterio to NetCDF 376389539 | |
499876672 | https://github.com/pydata/xarray/issues/2535#issuecomment-499876672 | https://api.github.com/repos/pydata/xarray/issues/2535 | MDEyOklzc3VlQ29tbWVudDQ5OTg3NjY3Mg== | ChristianF88 9096348 | 2019-06-07T13:04:33Z | 2019-06-07T13:04:33Z | NONE | Hi there, I just wanted to let you know, that I do get the same error, when working with the following script. It does not use xarray or rasterio. So those will most likely not be the problem. ```python class Gif2NetCDF(): def init(self, netcdf_name, netcdf_destfolder, gif_folder, gif_filter_pattern=None, detailled_conversion=True): """
``` Error
Does anybody have some advice on how to fix this? Thanks a bunch! Christian |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
HDF error when trying to write Dataset read with rasterio to NetCDF 376389539 |
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