bugfix for zarr attribute reading#1453
Conversation
…an type, it can not be converted to String with 'String(val)'. String.valueOf(val) will solve it.
|
Greetings @Yaqiang! Thank you for your contribution, and sorry for the delay - we've been on furlough for the past several weeks, but have now returned. The example file you've attached is fairly small. If you have the time, would you mind adding that to |
… test function in TestZarrIosp.java file.
… test function in TestZarrIosp.java file.
I am quite busy these days and just add the test zarr file and test function following your comment. |
|
Thank you so much for your efforts @Yaqiang! |
bugfix for zarr attribute reading. If the attribute value is Boolean type, it can not be converted to String with 'String(val)'.
Description of Changes
Using 'String.valueOf(val)' to avoid the type conversion problem of 'String(val)'
Example data file
z0_atm.zip
PR Checklist
until ready for review