issues: 619347681
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
619347681 | MDU6SXNzdWU2MTkzNDc2ODE= | 4068 | utility function to save complex values as a netCDF file | 6815844 | closed | 0 | 3 | 2020-05-16T01:19:16Z | 2020-05-25T08:36:59Z | 2020-05-25T08:36:58Z | MEMBER | Currently, we disallow to save complex values to a netCDF file. Maybe netCDF itself does not support complex values, but there may be some workarounds. It would be very handy for me. The most naive workaround may be to split each complex value into a real and imaginary part, add some flags, and restore it when loading them from the file. Maybe we may add a special suffix to the variable name? ```python
I think there may be a better way. Any thoughts are welcome :) p.s.
I just found that |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4068/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |