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.
Greetings Garrett, Thank you for getting in touch with us. Yes, the netcdf-java tutorial is in need of some attention. Several years ago this material was used in our training workshop, but it has been some time since then and could definitely use a little (or a lot) of TLC. I will try to get at least the import statements in the tutorial. In the mean time, you can use the public java-docs to find where the classes live: https://www.unidata.ucar.edu/software/thredds/current/netcdf-java/javadoc/index.html All of the classes are listed in the bottom right panel. If you go to NetcdfFile, you will see that it lives at ucar.nc2.NetcdfFile. There is only one NetcdfFile class, but it has two different constructor signatures (one for a String object, and one for a Url object); however, both are accessed through the ucar.nc2.NetcdfFile class. Again, sorry for the lack of import statements. We'll work on cleaning this up a bit. Cheers, Sean > I am attempting to read a netcdf file. > I followed your example. > http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/tutorial/NetcdfFile.html > > But where do I get NetcdfFile > This is a general comment. In your examples you fail to include the > import statements. > I have to guess where in the .jar file this class is hiding. > > This is doubly important because there are several versions of NetcdfFile. > > -- > G. Garrett Campbell Ph. D. > NSIDC > 303 492 5194 > > Ticket Details =================== Ticket ID: HCH-686263 Department: Support netCDF Java Priority: Normal Status: Open