home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 70805273

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
70805273 MDExOlB1bGxSZXF1ZXN0MzQwODk5MDk= 401 Handle bool in NetCDF4 conversion 1634164 closed 0     9 2015-04-24T21:59:08Z 2016-05-26T18:51:06Z 2016-05-23T04:54:40Z FIRST_TIME_CONTRIBUTOR   0 pydata/xarray/pulls/401

I am working on some code that creates xray.Datasets with a 'bool' dtype.

Trying to call Dataset.to_netcdf() on this code causes _nc4_values_and_dtype() to raise a ValueError, so I added these few lines to force the storage of these variables as 1-byte integers.

Perhaps it should be 'u1' instead; I can change that if need be.

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

Links from other tables

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