home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 259788569

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/1106#issuecomment-259788569 https://api.github.com/repos/pydata/xarray/issues/1106 259788569 MDEyOklzc3VlQ29tbWVudDI1OTc4ODU2OQ== 10050469 2016-11-10T19:46:58Z 2016-11-10T19:46:58Z MEMBER

Yes, with the following code the file size goes down to 9mb:

python import xarray as xr ds = xr.open_dataset('/home/tt/Downloads/rasm.nc') ds.Tair.encoding['dtype'] = 'float32' ds.to_netcdf('/home/tt/rasm.nc', format='NETCDF3_CLASSIC')

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