Hello All,
I'm having a little trouble configuring my TDS (v4.3.22) to use the
NetcdfSubsetService. I've enabled it in threddsConfig.xml and a link shows
in my catalog, but when I try it, e.g.
http://www.ngdc.noaa.gov/thredds/ncss/twc/rawdata/2015/02/9462693_20150216TO20150222.nc/dataset.html
I get a 404. An excerpt from the catalog config is:
<service name="all" base="" serviceType="compound">
<service name="odap" serviceType="OpenDAP" base="/thredds/dodsC/" />
<service name="http" serviceType="HTTPServer"
base="/thredds/fileServer/" />
<service name="ncss" serviceType="NetcdfSubset" base="/thredds/ncss/"
/>
<service name="ncml" serviceType="NCML" base="/thredds/ncml/" />
<service name="uddc" serviceType="UDDC" base="/thredds/uddc/" />
<service name="iso" serviceType="ISO" base="/thredds/iso/" />
</service>
<dataset name="Water Level">
<metadata inherited="true">
<serviceName>all</serviceName>
....
</dataset
Any ideas on what the problem might be or where I should be looking?
Thanks!
--john