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 |
Answered by
lungsi
Dec 4, 2024
Replies: 1 comment
|
I think I figured out the what caused the exception warning. Its because of passing the Clojure vector |
0 replies
Answer selected by
lungsi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I figured out the what caused the exception warning. Its because of passing the Clojure vector
[]in place of newArrayList<Dimension>()in