官网:
TDS Configuration Catalogs
THREDDS Data Server Administration Tutorial
Using NcML in TDS

本文主要记录thredds目录配置

threddsConfig.cml开放subset服务,allow标签改为true:

  <!--The Netcdf Subset Service is off by default.
--><NetcdfSubsetService><allow>true</allow><scour>10 min</scour><maxAge>-1 min</maxAge></NetcdfSubsetService>

总目录:catalog.xml
在最后面添加 catalogRef

[root@thredds-54d579766f-48d7l thredds]# cat catalog.xml
<?xml version="1.0" encoding="UTF-8"?>
<catalog name="THREDDS Server Default Catalog : You must change this to fit your server!"xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"xmlns:xlink="http://www.w3.org/1999/xlink"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0http://www.unidata.ucar.edu/schemas/thredds/InvCatalog.1.0.6.xsd"><service name="all" base="" serviceType="compound"><service name="odap" serviceType="OpenDAP" base="/thredds/dodsC/" /><service name="dap4" serviceType="DAP4" base="/thredds/dap4/" /><service name="http" serviceType="HTTPServer" base="/thredds/fileServer/" /><!--service name="wcs" serviceType="WCS" base="/thredds/wcs/" /--><!--service name="wms" serviceType="WMS" base="/thredds/wms/" /--><service name="ncss" serviceType="NetcdfSubset" base="/thredds/ncss/" /></service><service name="dap" base="" serviceType="compound"><service name="odap" serviceType="OpenDAP" base="/thredds/dodsC/" /><service name="dap4" serviceType="DAP4" base="/thredds/dap4/" /></service><datasetRoot path="test" location="content/testdata/" /><dataset name="Test Single Dataset 1" ID="testDataset"serviceName="dap"  urlPath="test/testData.nc" dataType="Grid"/><datasetScan name="HYCOM Dataset" ID="testDatasetScan"path="testAll" location="content/hycom"><metadata inherited="true"><serviceName>all</serviceName><dataType>Grid</dataType></metadata><filter><include wildcard="*.nc"/></filter></datasetScan><catalogRef xlink:title="Aggregation Hycom Wind Catalog" xlink:href="aggHycomWindCatalog.xml" name=""/><catalogRef xlink:title="Aggregation Hycom UV3Z Catalog" xlink:href="aggHycomUv3zCatalog.xml" name=""/><catalogRef xlink:title="Aggregation Hycom TS3Z Catalog" xlink:href="aggHycomTs3zCatalog.xml" name=""/>

聚合数据目录1:aggHycomTs3zCatalog.xml
location填容器内的路径

<catalog xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0" xmlns:xlink="http://www.w3.org/1999/xlink" name="TDS workshop test 2" version="1.0.2"><service name="all" base="" serviceType="compound"><service name="odap" serviceType="OpenDAP" base="/thredds/dodsC/" /><!--    <service name="dap4" serviceType="DAP4" base="/thredds/dap4/" />--><service name="ncss" serviceType="NetcdfSubset" base="/thredds/ncss/" /></service><dataset name="Hycom ts3z 201901" ID="HycomTs3z201901" urlPath="HYCOM/ts3z/201901-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201901-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 201902" ID="HycomTs3z201902" urlPath="HYCOM/ts3z/201902-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201902-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 201903" ID="HycomTs3z201903" urlPath="HYCOM/ts3z/201903-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201903-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset>
<dataset name="Hycom ts3z 201904" ID="HycomTs3z201904" urlPath="HYCOM/ts3z/201904-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201904-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 201905" ID="HycomTs3z201905" urlPath="HYCOM/ts3z/201905-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201905-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 201906" ID="HycomTs3z201906" urlPath="HYCOM/ts3z/201906-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201906-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 201907" ID="HycomTs3z201907" urlPath="HYCOM/ts3z/201907-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201907-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 201908" ID="HycomTs3z201908" urlPath="HYCOM/ts3z/201908-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201908-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 201909" ID="HycomTs3z201909" urlPath="HYCOM/ts3z/201909-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201909-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset>
<dataset name="Hycom ts3z 201910" ID="HycomTs3z201910" urlPath="HYCOM/ts3z/201910-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201910-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 201911" ID="HycomTs3z201911" urlPath="HYCOM/ts3z/201911-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201911-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 201912" ID="HycomTs3z201912" urlPath="HYCOM/ts3z/201912-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/201912-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202001" ID="HycomTs3z202001" urlPath="HYCOM/ts3z/202001-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202001-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset>
<dataset name="Hycom ts3z 202002" ID="HycomTs3z202002" urlPath="HYCOM/ts3z/202002-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202002-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202003" ID="HycomTs3z203003" urlPath="HYCOM/ts3z/202003-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202003-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202004" ID="HycomTs3z202004" urlPath="HYCOM/ts3z/202004-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202004-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202005" ID="HycomTs3z202005" urlPath="HYCOM/ts3z/202005-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202005-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202006" ID="HycomTs3z202006" urlPath="HYCOM/ts3z/202006-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202006-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202007" ID="HycomTs3z202007" urlPath="HYCOM/ts3z/202007-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202007-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202008" ID="HycomTs3z202008" urlPath="HYCOM/ts3z/202008-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202008-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202009" ID="HycomTs3z202009" urlPath="HYCOM/ts3z/202009-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202009-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202010" ID="HycomTs3z202010" urlPath="HYCOM/ts3z/202010-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202010-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202011" ID="HycomTs3z202011" urlPath="HYCOM/ts3z/202011-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202011-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset><dataset name="Hycom ts3z 202012" ID="HycomTs3z202012" urlPath="HYCOM/ts3z/202012-ts3z.nc"><serviceName>all</serviceName><netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"><aggregation dimName="time" type="joinExisting" recheckEvery="4 sec"><scan location="/opt/tomcat/apache-tomcat-8.5.65/content/thredds/public/hycom/ts3z/202012-ts3z" suffix=".nc" subdirs="false"/></aggregation></netcdf></dataset>
</catalog>

TDS Configuration Catalogs相关推荐

  1. 【TDS学习文档5】IBM Directory schema的管理3——attributes

    作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ 每个目录入口都有一组与其object class相伴的属性.IBM TDS将数据表示为名字-值这样的对儿,一个描 ...

  2. MyBatis Generator:[WARNING] Table Configuration users matched more than one table

    MyBatis Generator:[WARNING] Table Configuration users matched more than one table #在使用 MyBatis Gener ...

  3. TDS (Tivoli Directory Server)学习指南

    1.概念 IBM的Tivoli Directory Server是IBM对 Lightweight Directory Access Protocol (LDAP)的实现,它可以跨平台的进行安装配置. ...

  4. TDS学习文档——入门

    1.概念 IBM的Tivoli Directory Server是IBM对 Lightweight Directory Access Protocol (LDAP)的实现,它可以跨平台的进行安装配置. ...

  5. 安装配置IBM TDS

    1.概念 IBM的TivoliDirectory Server是IBM对 Lightweight Directory Access Protocol (LDAP)的实现,它可以跨平台的进行安装配置.T ...

  6. Ubuntu20.04安装zabbix以及Cannot create the configuration file解决

    添加zabbix的扩展源 echo 'deb http://mirrors.aliyun.com/zabbix/zabbix/5.0/ubuntu/dists/ focal main' >> ...

  7. 参照STM32时钟树配置STM32CubeMX Clock Configuration(STM32L011G4U6为例)

    微控制器(处理器)的运行必须要依赖周期性的时钟脉冲来驱动--往往由一个外部晶体振荡器提供时钟输入为始,最终转换为多个外部设备的周期性运作为末,这种时钟"能量"扩散流动的路径,犹如大 ...

  8. SpringBoot复习:2(@Configuration注解)

    @Configuration注解 @Configuration注解的作用是代替以前我们使用的xml配置文件,被注解的类就是配置类,其内部包含有一个或多个被@Bean注解的方法,这些方法将会被Annot ...

  9. 《深入理解Android:Wi-Fi,NFC和GPS》章节连载[节选]--第六章 深入理解wi-Fi Simple Configuration...

    为什么80%的码农都做不了架构师?>>>    首先感谢各位兄弟姐妹们的耐心等待.本书预计在4月上市发售.从今天开始,我将在博客中连载此书的一些内容.注意,此处连载的是未经出版社编辑 ...

最新文章

  1. 牛津教授揭秘AI革命及其前沿进展
  2. 容易混淆的php函数,个人笔记
  3. scala web框架:play framework框架
  4. 计算机网络中的时延有哪几部分,计算机网络中的四种延迟分别是什么?
  5. tableau地图城市数据_Tableau 地图 | 无法识别的城市
  6. python 矩阵乘法 跳过nan_python – Numpy:当一些向量元素等于零时,矩阵向量乘法不会跳过计算吗?...
  7. 汤姆克兰西全境封锁服务器维护时间,汤姆克兰西全境封锁无法登录怎么解决 无法登录解决方法攻略...
  8. mysql docker还是rds_容器化RDS:计算存储分离还是本地存储?
  9. OpenWares | Open Source and Free Matters » 为rm命令增加回收站功能
  10. 2017级C语言大作业 - 合金弹头
  11. python 引入同一路径的类_Python实现Wordcloud生成词云图的示例
  12. python二维向量运算_python中二维数组的Elementwise与or或运算
  13. 赛尔译文 | 基础模型的机遇与风险 (四)
  14. mysql主从延迟设置
  15. Java开发笔记(一百二十八)Swing的图标
  16. EM算法系列--原理
  17. MATLAB 符号函数变量替换为常量
  18. 南邮 | 离散数学实验一:利用真值表法求取主析取范式以及主合取范式的实现
  19. reflections歌词翻译_花木兰主题曲Reflection翻译成中文的准确歌词
  20. c++面试常见题·Part 1 基础

热门文章

  1. Java | Eclipse下载安装
  2. Dell服务器通电自启动
  3. 关于渐进式(PWA) Web 应用,你应该知道的一切
  4. python编写的七夕
  5. 2023陕西安全员(B证)模拟考试试卷
  6. OPPO R11s首销火爆 时尚设计新潮流获年轻人追捧
  7. 全志V3S嵌入式驱动开发(制作根文件系统)
  8. mysql update 无效_mysql update 语句无效
  9. 仿陌陌选项卡:文字大小变化的SlidingScaleTabLayout
  10. 【YBT2023寒假Day13 B】马可波罗(博弈论)(数学)