[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: no coordinate systems/axis in netcdf file - help
- Subject: Re: no coordinate systems/axis in netcdf file - help
- Date: Thu, 15 May 2003 11:12:58 -0600
I am finding that the default Convention parser is working ok on your file.
Im not sure why you are getting the
java.lang.NullPointerException
at java.util.StringTokenizer.<init>(StringTokenizer.java:119)
at java.util.StringTokenizer.<init>(StringTokenizer.java:135)
at ucar.nc2.dataset.conv.Convention.factory(Convention.java:87)
at
aims.app.science.biodiv.sstAtlas.ImageLibrary.readDataset(ImageLibrary.java:127)
at
aims.app.science.biodiv.sstAtlas.ImageLibrary.main(ImageLibrary.java:240)
but there were some changes recently to that code. Why dont you download the
latest library and try again?
download from http://www.unidata.ucar.edu/packages/netcdf-java/
If you still have trouble, put one of your files onto an FTP server so i can
reproduce the problem.