-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
upstreamRelated to a dependency of our packageRelated to a dependency of our package
Description
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:
- Issue in
xarray
noting some new functionality for netCDFs: Writing complex numbers to netCDF pydata/xarray#9246 - Guidance in
xarray
's docs for handling complex numbers for netCDFs: https://docs.xarray.dev/en/stable/user-guide/io.html#invalid-netcdf-files
Suggested action:
- 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)
- Update (maybe even delete)
write_netcdf
andread_netcdf
incore.py
cmichelenstrofer
Metadata
Metadata
Assignees
Labels
upstreamRelated to a dependency of our packageRelated to a dependency of our package