Skip to content

Utilize new built-in support for complex numbers in netCDF  #381

@rgcoe

Description

@rgcoe

I don't entirely understand all of the different packages and standards, but it appears that there's now some more built-in support within xarray for handling complex numbers in netCDF files. Here's what I've looked at so far:

Suggested action:

  1. Confirm that using the following syntax is the preferred approach and isn't going to change any minute (it seems like you may already/soon be able to do this using engine=netcdf4): da.to_netcdf("complex.nc", engine="h5netcdf", invalid_netcdf=True)
  2. Update (maybe even delete) write_netcdf and read_netcdf in core.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamRelated to a dependency of our package

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions