issue_comments: 445939304
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/2535#issuecomment-445939304 | https://api.github.com/repos/pydata/xarray/issues/2535 | 445939304 | MDEyOklzc3VlQ29tbWVudDQ0NTkzOTMwNA== | 10137 | 2018-12-10T19:23:14Z | 2018-12-10T19:23:14Z | NONE | It seems that this is not a problem with xarray but only with rasterio and netCDF4. Also this fails: ```python import rasterio import netCDF4 with netCDF4.Dataset('test.nc', mode='w') as ds:
ds.createDimension('x')
ds.createVariable('foo', float, dimensions=('x'))
print(ds)
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
376389539 |