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

Example

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