How to solve java.lang.IllegalArgumentException: unknown DataType == long while attempting to create a netCDF-3 file?
#1397
-
|
I am trying to use netCDF as my primary container for data storage but attempting to create a netCDF-3 file as per the tutorials at the build step fails for me. I get I am using Then, to replicate the example in the tutorial we get Finally, when I try to write it to the disk with I get How can I solve this issue? Regards, Lungsi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I think I figured out the what caused the exception warning. Its because of passing the Clojure vector |
Beta Was this translation helpful? Give feedback.
I think I figured out the what caused the exception warning. Its because of passing the Clojure vector
[]in place of newArrayList<Dimension>()in