issue_comments
4 rows where author_association = "CONTRIBUTOR", issue = 477081946 and user = 23487320 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- open_rasterio does not read coordinates from netCDF file properly with netCDF4>=1.4.2 · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
520693149 | https://github.com/pydata/xarray/issues/3185#issuecomment-520693149 | https://api.github.com/repos/pydata/xarray/issues/3185 | MDEyOklzc3VlQ29tbWVudDUyMDY5MzE0OQ== | weiji14 23487320 | 2019-08-13T05:24:06Z | 2019-08-13T05:26:03Z | CONTRIBUTOR |
I'm not sure where it's picking up the libnetcdf 4.6.3 version from, but I found your comment at https://github.com/pydata/xarray/issues/2535#issuecomment-445944261 and think it might indeed be an incompatibility issue with rasterio and netCDF4 binary wheels (do rasterio wheels include netcdf binaries?). Probably somewhat related to https://github.com/mapbox/rasterio/issues/1574 too. Managed to get things to work by combining the workaround in this Pull Request and StackOverflow post, basically having pip compile the
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_rasterio does not read coordinates from netCDF file properly with netCDF4>=1.4.2 477081946 | |
520658129 | https://github.com/pydata/xarray/issues/3185#issuecomment-520658129 | https://api.github.com/repos/pydata/xarray/issues/3185 | MDEyOklzc3VlQ29tbWVudDUyMDY1ODEyOQ== | weiji14 23487320 | 2019-08-13T01:54:54Z | 2019-08-13T01:54:54Z | CONTRIBUTOR | Yes, there's https://gdal.org/drivers/raster/netcdf.html :smile: I've done a bit more debugging (having temporarily isolated salem from my script) and am still having issues with my setup. The clean xarray-tests conda environment that works with Not sure if this libnetcdf 4.6.3 version is the problem, but it stands out the most (to me at least) when looking at the diff between my setup and the clean one. Is there a way to check the order in which xarray looks for the netcdf binaries as I feel it might be a PATH related issue. Also not sure if this issue fits here in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_rasterio does not read coordinates from netCDF file properly with netCDF4>=1.4.2 477081946 | |
518930975 | https://github.com/pydata/xarray/issues/3185#issuecomment-518930975 | https://api.github.com/repos/pydata/xarray/issues/3185 | MDEyOklzc3VlQ29tbWVudDUxODkzMDk3NQ== | weiji14 23487320 | 2019-08-07T04:05:19Z | 2019-08-07T04:05:19Z | CONTRIBUTOR | Hold on, the coordinates seems to be parsed out correctly from the netCDF file (even with netCDF==1.5.1.2) when I have a clean conda installation created following the instructions at https://xarray.pydata.org/en/latest/contributing.html#creating-a-python-environment. I've isolated the issue and think the problem arises when I also import |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_rasterio does not read coordinates from netCDF file properly with netCDF4>=1.4.2 477081946 | |
518860992 | https://github.com/pydata/xarray/issues/3185#issuecomment-518860992 | https://api.github.com/repos/pydata/xarray/issues/3185 | MDEyOklzc3VlQ29tbWVudDUxODg2MDk5Mg== | weiji14 23487320 | 2019-08-06T22:02:44Z | 2019-08-06T22:02:44Z | CONTRIBUTOR | Well |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_rasterio does not read coordinates from netCDF file properly with netCDF4>=1.4.2 477081946 |
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