- To: Java NetCDF <netcdf-java@xxxxxxxxxxxxxxxx>
- Subject: [netcdf-java] bufr files
- From: Bob Simons - NOAA Federal <bob.simons@xxxxxxxx>
- Date: Tue, 14 Dec 2021 14:15:28 -0500
I have 7 sample .bufr files from a colleague. One is attached. For each, I am unable to open the file with either NetcdfDatasets.openDataset(fileName) or NetcdfFiles.open(fileName) in netcdf-java 5.2. In both cases, the error message is java.io.IOException: No data messages in the file= /erddapTest/bufr/temp_20210824133030_IUSK11_AMMC_241200.bufr at ucar.nc2.iosp.bufr.BufrIosp2.build(BufrIosp2.java:74) Is there something I should do differently? Or, is there something you can do to netcdf-java to make it so these files are readable? Thank you.
Attachment:
temp_20210824133030_IUSK11_AMMC_241200.bufr
Description: Binary data
- Follow-Ups:
- Re: [netcdf-java] bufr files
- From: Larry D. Oolman
- Re: [netcdf-java] bufr files
- From: John Caron
- Re: [netcdf-java] bufr files