home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 466260533

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/pull/2782#issuecomment-466260533 https://api.github.com/repos/pydata/xarray/issues/2782 466260533 MDEyOklzc3VlQ29tbWVudDQ2NjI2MDUzMw== 1217238 2019-02-22T03:27:56Z 2019-02-22T03:27:56Z MEMBER

This looks great!

I'll note one minor extension: you could look at the first few bytes of the file (the "magic number") to determine if it's a netCDF3 or netCDF4 file, and hence whether it can be opened with scipy or h5netcdf:

  • CDF\001 or CDF\002 would indicate netCDF3 (use scipy)
  • \211HDF\r\n\032\n would indicate netCDF4/HDF5 (use h5netcdf)
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  412645481
Powered by Datasette · Queries took 0.676ms · About: xarray-datasette