- To: netcdf-java@xxxxxxxxxxxxxxxx
- Subject: [netcdf-java] Problem reading HDF files
- From: Antonio Rodriges <antonio.rrz@xxxxxxxxx>
- Date: Sun, 28 Dec 2014 19:25:43 +0300
Hello,
the code
String path = groupInFile + SUBDATASETS_GROUP_DELIMITER + nameInGroup;
Variable findVariable = file.findVariable(path);
Worked with netcdf-4.2 Java lib but does not with netcdf-4.3 and 4.5
(returns findVariable = null)
What is the problem?
- Follow-Ups:
- Re: [netcdf-java] Problem reading HDF files
- From: Ryan May
- Re: [netcdf-java] Problem reading HDF files