[thredds] Aggregation and enhancing

Hello,

 

I have some KNMI HDF5 files with satellite products I would like to
serve with THREDDS (4.0.17).

I have built a coordSysBuilder which adds time,x,y dimensions to the
files (and a coordTransBuilder for the special stereographical
non-spherical earth projection we use).

The coordSysBuilder does it's work enhancing the individual
(non-aggregated) HDF5 files when serving them through OpenDap (as I can
verify from log files, the THREDDS web pages and from IDV).

 

However I would like to aggregate these files on the time parameter
(which comes from the enhancing by the coordSysBuilder).

Aggregation does not work, THREDDS complains that the dimension time
does not exist.

The message is:

 

Code 403;

Message = "AggregationExisting: no coordinate variable for agg
dimension= time";

 

 

Here is a excerpt from my aggregation code:

 

<dataset name="KNMI Sats">

    <metadata inherited="true">

      <serviceName>satServices</serviceName>

      <dataType>Image</dataType>

      <dataFormat>HDF5</dataFormat>

    </metadata>

 

  <dataset name="SAT IR Aggregation" ID="KNMI/sats/agg"
urlPath="KNMI/sats/agg">

    <serviceName>satServices</serviceName>

    <netcdf
xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2";
enhance="true">

    <attribute name="Conventions" value="KNMIHDF5Image" />

      <aggregation dimName="time" type="joinExisting">

        <scan location="/home/vreedede/data/sats2" suffix=".h5" />

      </aggregation>

    </netcdf>

  </dataset>

....

 

What am I doing wrong here?

 

Regards

 

Ernst de Vreede

KNMI

The Netherlands

  • 2009 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: