home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 336213748

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/1215#issuecomment-336213748 https://api.github.com/repos/pydata/xarray/issues/1215 336213748 MDEyOklzc3VlQ29tbWVudDMzNjIxMzc0OA== 1217238 2017-10-12T17:46:42Z 2017-10-12T17:46:42Z MEMBER

Is it now possible to append to a netCDF file using xarray?

No, it is not. This issue is about appending new variables to an existing netCDF file.

I think what you are looking for is to append along existing dimensions to a netCDF file. This is possible in the netCDF data model, but not yet supported by xarray. See https://github.com/pydata/xarray/issues/1398 for some discussion.

For these types of use cases, I would generally recommend writing a new netCDF file, and then loading everything afterwards using xarray.open_mfdataset.

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