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
title string
declaredDataSetRoot DataSetRoot
declaredDataSetScan array of DataSetScan
catalogFile string
subCatalogs CatalogCollection
name string
ID string

Example

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