Hello Unidata team,
I'm trying to decode NEXRAD files to netCDF 3 with netCDF-Java, I got the lib
5.3.3 working for some of my files :
I can read the variables I need and write a netcdf file yet I get errors during
the process :
java.io.IOException: iosp is null, perhaps file has been closed. Trying to
read variable TabMessagePage
java.io.IOException: iosp is null, perhaps file has been closed. Trying to
read variable elevation
But it is not working at all for other files :
java.io.IOException: Cant read /tmp/nexrad13678043768018599077.tmp: not a
valid CDM file.
at ucar.nc2.NetcdfFiles.open(NetcdfFiles.java:282)
...
Caused by: java.io.IOException: Cant read
/tmp/nexrad13678043768018599077.tmp: not a valid CDM file. at
ucar.nc2.NetcdfFiles.open(NetcdfFiles.java:715)
I saw you removed deprecated file writers on your develop branch and I wanted
to test your latest snapshots for cdm-core, cdm-radial. But the snapshots .jar
files published on your Nexus contain no .class files but .html files only
An example from a recent snapshot :
https://artifacts.unidata.ucar.edu/repository/unidata-all/edu/ucar/cdm-core/5.4.0-SNAPSHOT/cdm-core-5.4.0-20200713.202957-71.jar
jar tf cdm-core-5.4.0-20200713.202957-71.jar
META-INF/
META-INF/MANIFEST.MF
allclasses-frame.html
allclasses-noframe.html
constant-values.html
deprecated-list.html
help-doc.html
index-all.html
index.html
overview-frame.html
overview-summary.html
overview-tree.html
package-list
script.js
serialized-form.html
stylesheet.css
thredds/
thredds/client/
thredds/client/catalog/
thredds/client/catalog/Access.html
...
Would be nice if it were possible to test your latests snapshots, did I miss
something ?
(Sorry if I sended this mail twice on support adress)
Laurent P.