issues: 293445250
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
293445250 | MDU6SXNzdWUyOTM0NDUyNTA= | 1877 | TypeError for NetCDF float16 output | 3169620 | closed | 0 | 4 | 2018-02-01T08:39:03Z | 2018-02-26T10:46:47Z | 2018-02-26T10:46:47Z | CONTRIBUTOR | ```python ds = xr.Dataset({"test": np.arange(0, 5, dtype='float16')}) ds.to_netcdf('test.nc') ``` This fails because the float16 type doesn't exist for NetCDF files, throwing an It might be nice if the xarray netCDF engine promoted this to float32 instead. Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1877/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |