Why isn't there a complex format in NetCDF? #2434
pabloconrat
started this conversation in
Ideas
Replies: 1 comment
-
Interesting suggestion! Just to flesh this out, what would such a format be? Two NC_DOUBLES? Or would the user need to be able to select between DOUBLE and FLOAT, so we really would want two types: NC_COMPLEX_FLOAT Such a type can be constructed as a user-defined type with netCDF-4 and used pretty easily. Have you tried that? I would suggest you look at the nc_def_var_compound() function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, maybe this is naive, but I feel like a lot of people use complex data and the NetCDF data format. They are all programming work-arounds which seems quite inefficient and error-prone. Is there a reason why there isn't a native format?
Beta Was this translation helpful? Give feedback.
All reactions