issue_comments
1 row where author_association = "NONE" and issue = 477081946 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 · 1 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
570993776 | https://github.com/pydata/xarray/issues/3185#issuecomment-570993776 | https://api.github.com/repos/pydata/xarray/issues/3185 | MDEyOklzc3VlQ29tbWVudDU3MDk5Mzc3Ng== | naught101 167164 | 2020-01-06T03:54:03Z | 2020-01-06T03:54:03Z | NONE | I'm seeing a problem with geotiffs that I think might be related:
```python import xarray as xr from osgeo.gdal import Open ras = Open('/home/nedcr/cr/software/ana/lib/geo/tests/data/Urandangi_MGA55.tif') ras.GetGeoTransform() (-406507.954209544, 263.5, 0.0, 7588834.15286259, 0.0, -265.5)ds = xr.open_rasterio('/home/nedcr/cr/software/ana/lib/geo/tests/data/Urandangi_MGA55.tif') ds.transform (263.5, 0.0, -406507.954209544, 0.0, -265.5, 7588834.15286259)``` The transform in the xarray dataset is transposed, and not really useful anymore. Output of
|
{ "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