home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 208237051

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-208237051 https://api.github.com/repos/pydata/xarray/issues/822 208237051 MDEyOklzc3VlQ29tbWVudDIwODIzNzA1MQ== 10050469 2016-04-11T08:53:43Z 2016-04-11T08:54:20Z MEMBER

Note that ncview also displays the output correctly.

It seems that the problem occurs at the necdf4 level already:

python import netCDF4 import matplotlib.pyplot as plt f = '/home/mowglie/Downloads/20100101120000-ESACCI-L4_GHRSST-SSTdepth-OSTIA-GLOB_LT-v02.0-fv01.1.nc' d = netCDF4.Dataset(f) v = d['analysed_sst'] v.set_auto_maskandscale(False) plt.imshow(v[0, ...], origin='lower') plt.show()

To be compared to the equivalent output from IDL at the netcdf backend level:

{
    "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.694ms · About: xarray-datasette