D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

ThreddsCatalog Data Type

Properties
name data type description
subCatalogs CatalogCollection
ID string
title string
catalogFile string
name string
declaredDataSetScan array of DataSetScan
declaredDataSetRoot DataSetRoot

Example

{
  "subCatalogs" : {
    "linkedCatalogs" : [ {
      "subCatalogs" : { },
      "ID" : "...",
      "title" : "...",
      "catalogFile" : "...",
      "name" : "...",
      "declaredDataSetScan" : [ { }, { } ],
      "declaredDataSetRoot" : { }
    }, {
      "subCatalogs" : { },
      "ID" : "...",
      "title" : "...",
      "catalogFile" : "...",
      "name" : "...",
      "declaredDataSetScan" : [ { }, { } ],
      "declaredDataSetRoot" : { }
    } ],
    "ID" : "...",
    "name" : "..."
  },
  "ID" : "...",
  "title" : "...",
  "catalogFile" : "...",
  "name" : "...",
  "declaredDataSetScan" : [ {
    "location" : "...",
    "path" : "...",
    "name" : "...",
    "ID" : "..."
  }, {
    "location" : "...",
    "path" : "...",
    "name" : "...",
    "ID" : "..."
  } ],
  "declaredDataSetRoot" : {
    "count" : 12345,
    "location" : "...",
    "path" : "..."
  }
}