THREDDS stands for Thematic Real-time Environmental Distributed Data Services and is a type of service as a product of the Unidata program, which is a 'community of education and research institutions with the common goal of sharing geoscience data and the tools to access and visualize that data' (see Unidata about page). The implementation of a THREDDS data service is called TDS (THREDDS Data Server). The THREDDS Data Server (TDS) is a web server that provides metadata and data access for scientific datasets, using a variety of remote data access protocols. TDS accepts various data formats, think of NetCDF, HDF and GRIB and is able to provide the OGC services WMS, WCS and others as OPeNDAP and HTTP. The additional service (a matter of configuration) ncISO allows extraction of metadata from the header of the data disseminated via THREDDS. More information on the factsheet.
The combination of the dynamic behavior of THREDDS and the possibilities of the file format nNetCDF allows for real time availability of data via OGC services like WMS.
Step-by-step guide
Installing THREDDS on your local machine can be a bit cumbersome, first you need to have Tomcat running and then you can have TDS as a service. The most ideal solution is to use the docker version of TDS or using the Deltares TDS.
- check out the desired version of TDS from https://downloads.unidata.ucar.edu/tds/ and follow the instructions
- if you need one for your project get in contact with IT (Servicedesk-Data@deltares.nl) or request for a space on the openearth production server (https://opendap.deltares.nl/thredds/catalog/opendap/catalog.html).
Tutorials
Automation with Python
TDS and metadata