home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 348155004

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/1682#issuecomment-348155004 https://api.github.com/repos/pydata/xarray/issues/1682 348155004 MDEyOklzc3VlQ29tbWVudDM0ODE1NTAwNA== 1217238 2017-11-30T10:58:20Z 2017-11-30T10:58:20Z MEMBER

One more minor complexity is that there are two version of netCDF, not all of which are supported by all tools:

  • netcdf4 support netcdf3 and netcdf4
  • scipy only supports netcdf3
  • h5netcdf only supports netcdf4.
  • pynio supports both netcdf3 and netcdf4.

So will need to distinguish between URLs (opendap) and these two types of netCDF files. To do this, we'll need to look at the first few bytes of each file: - netCDF4/HDF5 starts with the 8-byte signature b'\x89HDF\r\n\x1a\n' - netCDF4 starts with b'CDF\x00' or b'CDF\x01'

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