This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
we have not yet released a fixed version. we will let you know when its ready. > Hi, > > I am using netcdfAll-4.2.jar. > > Now the exception previously thrown is not thrown. But I cannot access the > variables. > I am using recursive functions to read all variables in file. > > Group root = ncfile.getRootGroup(); > // read the variables > List<Variable> var = root.getVariables(); > for (int j = 0; j < var.size(); j++) { > System.out.println(var.get(j).getName()); > } > // read the groups > List<Group> sub_grps = root.getGroups(); > for (int i = 0; i < sub_grps.size(); i++) { > readGroup(sub_grps.get(i)); > } > > When I use opendap url sub_grps.size() is 0 > Whereas if I download the file and use it sub_grps.size() is 1 > > Thanks, > Dibya > > -----Original Message----- > From: Unidata netCDF Java Support [mailto:address@hidden] > Sent: Friday, April 30, 2010 4:35 PM > To: Shakya, Dibya > Cc: address@hidden; Shakya, Dibya > Subject: [netCDFJava #UWT-369970]: some questions on opendap url support on > netcdf java api > > > Apparently we are due to release an alpha version > > of 4.2 today or Monday; the fixes should be in that. > > > > > > > > =Dennis Heimbigner > > Unidata > > > > should be able to release something on monday > > Ticket Details > =================== > Ticket ID: UWT-369970 > Department: Support netCDF Java > Priority: High > Status: Open > > Ticket Details =================== Ticket ID: UWT-369970 Department: Support netCDF Java Priority: High Status: Open