Re: pure java HDF reader

Posted by spota on
URL: http://imagej.273.s1.nabble.com/pure-java-HDF-reader-tp3689613p3689615.html

This is not completely correct:
netCDF has a pure java implementation (netCDF-All if I recall well), which allows you to read and write to the older but still usable netCDF-3 format.
The same implementation will allow you to read netCDF-4, which is in essence an HDF reader.
It will not allow you to write ho netCDF-4 or HDF though. For that, you still need to use the JNI that HDF provides and which used the C implementation underneath.