home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 207508190

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/822#issuecomment-207508190 https://api.github.com/repos/pydata/xarray/issues/822 207508190 MDEyOklzc3VlQ29tbWVudDIwNzUwODE5MA== 10050469 2016-04-08T16:43:47Z 2016-04-08T16:43:47Z MEMBER

It seems that the problem is happening at the NetCDF4 level already:

``` python import netCDF4 import numpy as np

f = '/home/mowglie/Downloads/20100101120000-ESACCI-L4_GHRSST-SSTdepth-OSTIA-GLOB_LT-v02.0-fv01.1.nc' d = netCDF4.Dataset(f) da = d['analysed_sst'][:] print(np.max(da), np.min(da)) print(netCDF4.num2date(d['time'][:], d['time'].units)) ```

prints

600.82 -54.53 [datetime.datetime(1947, 5, 12, 9, 58, 14)]

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