The NetCDF-Java/Common Data Model (CDM) library and THREDDS Data Server (TDS) version 4.5.3 were released on September 12, 2014. The development team recommends this upgrade for anyone using the CDM or TDS. The latest update can be downloaded from:
- the NetCDF Java Library download page,
- the TDS page,
- or from Unidata's GitHub repository.
Additional information is available from the NetCDF-Java documentation page.
About this version
Version 4.5.3 marks the first stable release of NetCDF-Java for version 4.5. Many improvements, bug fixes, and new additions have been made, including:
- Moved to Java 7 - using new I/O NIO.2
- Updated external libraries (HttpClient 3 -> HttpClient 4)
- Improved projections (MSGnavigation, Sinusoidal)
- New CF geostationary projection
- Updated grib tables (WMO GRIB2_13_0_1, ECMWF Grib 1 to GribAPI v1.12.3, NCEP tables, etc.)
- Ability to write structure data type to netCDF-3 and netCDF-4
- Webstart related updates for toolsUI
Also, the NetCDF-Java / THREDDS Data Server team have been using the Coverity code analysis tool and has fixed nearly 3000 defects in the code base, as revealed through static analysis.
Note on handling of GRIB files
Version 4.3 included a complete rewrite of GRIB1 and GRIB2 file handling, intended to correct problems that exist in version 4.2's handing of tables (especially in non-NCEP files) and time interval coordinates. If you are upgrading from version 4.2, please read the Notes to GRIB users.
The NetCDF-Java development team at the Unidata Program Center strongly encourages operators of sites that take advantage of the CDM libraries to install the latest version and forward any potential issues to the development team via Unidata's support system (support-netcdf-java@unidata.ucar.edu) or the user community mailing list (netcdf-java@unidata.ucar.edu). Real-world use of new features by the user community is integral to the process of creating and refining these libraries.
I don't how to convert NetCDF 4 files to NetCDF 3
Posted by lenah on November 12, 2014 at 01:23 PM MST #
You can start with this item in the netCDF FAQ: http://www.unidata.ucar.edu/software/netcdf/docs/faq.html#fv14
If you need additional help, please send your query to our support staff by e-mail at support-netcdf@unidata.ucar.edu
Posted by Unidatanews on November 17, 2014 at 02:27 AM MST #
I am unable to download netcdfAll4.5.jar package on netcdf java library download page. Kindly resolve this issue.
Posted by Sachin Kumar on November 29, 2014 at 04:05 AM MST #
I would like to update my NetCDF dependency in Maven to use this new version, however it isn't found. I have the below in my pom.xml:
<repositories>
<repository>
<id>unidata-releases</id>
<name>Unidata Releases Repository</name>
<url>https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases/</url>
</repository>
</repositories>
Can someone please add this release into that repository, or direct me to another repository that contains the new release?
Thanks in advance for your help!
Posted by James Adams on December 01, 2014 at 11:09 AM MST #
hello , i am in a great need to download netcdf
Posted by altayebragab on January 26, 2015 at 03:32 PM MST #
Hello,
You can find information about downloading all the different netCDF variants on the netCDF downloads page:
http://www.unidata.ucar.edu/downloads/netcdf/index.jsp
Posted by Unidatanews on January 27, 2015 at 01:48 AM MST #