<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"
       xmlns:ns2="http://www.w3.org/1999/xlink"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:xlink="http://www.w3.org/1999/xlink"
       name="TDS configuration file"
       xsi:schemaLocation="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0 http://www.unidata.ucar.edu/schemas/thredds/InvCatalog.1.0.2.xsd">

<service base="/thredds/wcs/" name="wcs" serviceType="WCS"/>
<service base="/thredds/wms/" name="wms" serviceType="WMS"/>
<service base="/thredds/dodsC/" name="OpenDAPServer" serviceType="OpenDAP"/>

<property name="catalog_version" value="2"/>

<dataset ID="test.aggregation" name="test.aggregation" urlPath="test.aggregation">
  <access serviceName="OpenDAPServer" urlPath="test.aggregation"/>
  <access serviceName="wms" urlPath="test.aggregation"/>
  <access serviceName="wcs" urlPath="test.aggregation"/>
  <netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="/tmp/simple_aggregation.ncml"/>
</dataset>
</catalog>
