home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 189094076

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
189094076 MDU6SXNzdWUxODkwOTQwNzY= 1117 Is it possible to modify a variable value in netCDF file? 12339722 closed 0     1 2016-11-14T11:53:30Z 2016-11-16T16:50:50Z 2016-11-16T16:50:50Z NONE      

Use netCDF4 package, one can modify the netCDF file variable as follow,

python import netCDF4 dset = netCDF4.Dataset('test.nc', 'r+') dset['varname'][:] = 0 dset.close()

Is it possible in xarray?

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1117/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 0.652ms · About: xarray-datasette