[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDFJava #RTS-672326]: Bufr tables.



Laurent,

It looks like it's missing descriptor for 3-10-195, which, I think, should 
lookup into the local table D (version 1) for Eumetsat. NetCDF-java has a local 
table B for Eumetsat, but no Table D, which is what's causing the problem.

You wouldn't happen to have one, or know where to get it, would you?

Ryan

> Good morning,
> 
> I want to read some saphir datas. With unidata4.6-5 and a java program using 
> ncfile = NetcdfFile.open(fileIn);
> 
> The message is
> 
> INFOS: Problem while opening 
> file/data1/meghatropique/W_XX-EUMETSAT-Darmstadt,SOUNDING+SATELLITE,MEGHA-TROPIQUES+SAPHIR_C_EUMP_20160418014804_23309_23310_1_07_L1A2.bin
> java.io.IOException: java.lang.IllegalStateException: BUFR file has 
> incomplete tables
> 
> at ucar.nc2.NetcdfFile.open(NetcdfFile.java:427)
> at ucar.nc2.NetcdfFile.open(NetcdfFile.java:394)
> at ucar.nc2.NetcdfFile.open(NetcdfFile.java:381)
> at ucar.nc2.NetcdfFile.open(NetcdfFile.java:369)
> at BufrSsmis2pgm.LectureBufr(BufrSsmis2pgm.java:243)
> at BufrSsmis2pgm.main(BufrSsmis2pgm.java:1185)
> Caused by: java.lang.IllegalStateException: BUFR file has incomplete tables
> at ucar.nc2.iosp.bufr.BufrIosp2.open(BufrIosp2.java:97)
> at ucar.nc2.NetcdfFile.<init>(NetcdfFile.java:1549)
> at ucar.nc2.NetcdfFile.open(NetcdfFile.java:824)
> at ucar.nc2.NetcdfFile.open(NetcdfFile.java:424)
> ... 5 more
> 
> The message get with java -jar ~/unidata4.6-5/toolsUI-4.6.5.jar is the same: 
> BUFR file has incomplete tables. The file is attached.
> 
> How could I know which descriptor is missing ? Is there a complete table for
> java tools ?


Ticket Details
===================
Ticket ID: RTS-672326
Department: Support netCDF Java
Priority: Normal
Status: Closed