issue_comments: 852069023
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/2304#issuecomment-852069023 | https://api.github.com/repos/pydata/xarray/issues/2304 | 852069023 | MDEyOklzc3VlQ29tbWVudDg1MjA2OTAyMw== | 18679148 | 2021-06-01T12:03:55Z | 2021-06-07T20:48:00Z | NONE | Dear all and thank you for your work on Xarray, Link to @magau comment, I have a netcdf with multiple variables in different format (float, short, byte). Using open_mfdataset 'short' and 'byte' are converted in 'float64' (no scaling, but some masking for the float data). It doesn't raise major issue for me, but it is taking plenty of memory space for nothing. Below an example of the 3 format from (ncdump -h):
And how they appear after opening in as xarray using open_mfdataset:
Is there any recommandation? Regards |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
343659822 |