home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 640803093

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/4082#issuecomment-640803093 https://api.github.com/repos/pydata/xarray/issues/4082 640803093 MDEyOklzc3VlQ29tbWVudDY0MDgwMzA5Mw== 905179 2020-06-08T18:41:16Z 2020-06-08T18:41:16Z NONE

You would lose your money :-) However, I can offer some info that might help. This message: OSError: [Errno -37] NetCDF: Write to read only is NC_EPERM. It is the signal for opendap that you attempted an operation that is illegal for DAP2. As an aside, it is a lousy message but I cannot find anything that is any more informative.

Anyway, it means that your code somehow called one of the following netcdf-c API functions:

nc_redef, nc__enddef, nc_create, nc_put_vara, nc_put_vars nc_set_fill, nc_def_dim, nc_put_att, nc_def_var

Perhaps with this info, you can figure out which of those above operations you invoked. Perhaps you can set breakpoints in the python wrappers for these functions?

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