home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 346214120

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/1075#issuecomment-346214120 https://api.github.com/repos/pydata/xarray/issues/1075 346214120 MDEyOklzc3VlQ29tbWVudDM0NjIxNDEyMA== 1217238 2017-11-22T01:23:42Z 2017-11-22T01:23:42Z MEMBER

Just to clarify: I wrote about that we use could support initializing a Dataset from a netCDF4 file image. But this wouldn't help yet for streaming access.

Initializing a Dataset from a netCDF4 file image should actually work with the latest versions of xarray and netCDF4-python: python nc4_ds = netCDF4.Dataset('arbitrary-name', memory=netcdf_bytes) store = xarray.backends.NetCDF4DataStore(nc4_ds) ds = xarray.open_dataset(store)

{
    "total_count": 3,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  186895655
Powered by Datasette · Queries took 0.786ms · About: xarray-datasette