netCDF-Java and the THREDDS Data Server
Version 4.6.3
Download | Description |
---|---|
netcdfAll-ver.jar | The netCDF library implements the full CDM model, including all other jar dependencies. |
toolsUI-ver.jar | The toolsUI.jar contains everything to run the ToolsUI application |
tdm-ver.jar | The THREDDS Data Manager (TDM) does background Indexing for GRIB Feature Collections |
thredds.war | The THREDDS Data Server web application. |
*.md5 | mdf checksum of jar, war file |
*.sha1 | sha1 checksum of jar, war file |
The THREDDS Data Server (TDS) is 100% Java, open source, and runs as a Tomcat web server application. TDS data serving capabilities are built on top of Unidata's netCDF-Java / CDM library. The CDM data model combines the NetCDF-3, DAP2, and HDF5 data models, into what is called the Common Data Model (CDM). It has a pluggable "I/O Service Provider" architecture that allows it to read various file formats into the CDM, including NetCDF, HDF5, GRIB, NEXRAD levels 2 and 3, and others, as well as datasets served through the OPeNDAP protocol. The TDS then builds data services on top of the CDM.
netCDF-Java Reference Documentation
THREDDS Reference Documentation