Re: [netcdf-java] [netcdfgroup] Not a valid CDM file

  • To: Vineet Ghatge Hemantkumar <hemantku@xxxxxxx>
  • Subject: Re: [netcdf-java] [netcdfgroup] Not a valid CDM file
  • From: Sean Arms <sarms@xxxxxxxx>
  • Date: Sat, 22 Nov 2014 10:11:22 -0700
Greetings Vineet,

Which version of netCDF-Java are you using, and which signature of
openInMemory are you using?

Thanks!

Sean

On Friday, November 21, 2014, Vineet Ghatge Hemantkumar <hemantku@xxxxxxx>
wrote:

> Hello All,
>
> I am trying to pass a InputStream of a grib file to the function 
> *netcdf.openinmemory()
> *but it fails with following error
>
> Caused by: java.io.IOException: Cant read : not a valid CDM file.
> at ucar.nc2.NetcdfFile.open(NetcdfFile.java:811)
> at ucar.nc2.NetcdfFile.openInMemory(NetcdfFile.java:728)
>
> If I change the netcdf to netcdf.open() and pass the file name it works
> well.
>
> 1. Will the openinmemory() work only for .nc files only?
> 2. What are options in netcdf to read inputstreams? My aim to is to make
> code independent of filenames or any other specific configurations?
>
> Regards,
> vineet
>
>
  • 2014 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: