THREDDSTHREDDS Reference: TDS Catalog Service


The TDS provides various services for THREDDS catalogs. Catalogs served by the TDS can be subset and/or viewed as HTML. Remote catalogs, if allowed, can be validated, displayed as HTML, or subset.

Supported Parameters

Not all of the following parameters are supported in all situations.

Supported URL Endpoints

URL Endpoint: "/thredds/catalog.xml" or "/thredds/catalog.html"

When no "catalog" parameter is given, perform the requested service on the root TDS catalog. If a "catalog" parameter is given, the value must be the URL of a remote THREDDS catalog. The requested service is then performed on the catalog at the given URL.

The following requests are supported:

Where "<dsId>" must be the dataset ID of a dataset in the target catalog and "<catURL>" must be the URL of a remote THREDDS catalog.

URL Endpoint: "/thredds/catalogServices"

The "catalog" parameter is required. An HTML view is only given if the value of the "cmd" parameter is "show".

The supported requests are:

URL Endpoint: "/thredds/**/*.xml" or "/thredds/**/*.html"

Support catalog services for all local TDS served catalogs (except for the root catalog which is discussed above). The "catalog" parameter is not supported. The target catalog is givened by the URL path. Whether the XML view or the HTML view are returned depends on the file extension (".xml" or ".html").

The supported requests are:

Note: This includes configuration catalogs (e.g., "/thredds/idd/models.xml") as well as dynamically generated catalogs (e.g., "/thredds/catalog/model/NCEP/NAM/catalog.xml").

Configuration

Local catalogs always support subsetting (with the "dataset" and "cmd=subset" parameters) and HTML view (with the ".html" extension).

Remote catalogs are only allowed if the following is added to the content/thredds/threddsConfig.xml file:

<CatalogServices>
<allowRemote>true</allowRemote>
</CatalogServices>

THREDDSThis document is maintained by Unidata and was last updated January 2009. Send comments to THREDDS support.