forked from kmanross/NCAR_RDA_content_thredds
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcatalog_ds461.0.xml
77 lines (58 loc) · 2.81 KB
/
catalog_ds461.0.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?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">
<service name="all" serviceType="Compound" base="">
<service name="HTTPServer" serviceType="HTTPServer" base="/thredds/fileServer/"/>
<service name="opendap" serviceType="OPENDAP" base="/thredds/dodsC/"/>
<service name="ncss" serviceType="NetcdfSubset" base="/thredds/ncss/grid/"/>
<service name="cdmremote" serviceType="CdmRemote" base="/thredds/cdmremote/"/>
<service name="wcs" serviceType="WCS" base="/thredds/wcs/"/>
<service name="wms" serviceType="WMS" base="/thredds/wms/"/>
<service name="iso" serviceType="ISO" base="/thredds/iso/"/>
<service name="ncml" serviceType="NCML" base="/thredds/ncml/"/>
<service name="uddc" serviceType="UDDC" base="/thredds/uddc/"/>
</service>
<!-- Top level dataset: Needed to set metadata for Files & Aggregations -->
<dataset name="ds461.0">
<metadata inherited="true">
<serviceName>all</serviceName>
</metadata>
<!-- Files -->
<!-- Aggregations -->
<featureCollection name="ds461.0_SYNOP"
featureType="Station"
harvest="true"
path="aggregations/o/ds461.0_SYNOP/1">
<metadata inherited="true">
<serviceName>all</serviceName>
<dataType>Station</dataType>
<dataFormat>NetCDF</dataFormat>
<documentation type="summary">
Attempting the netCDF version of BUFR ADPSFC - METAR
</documentation>
</metadata>
<collection name="ds461.0_SYNOP" spec="/glade/p/rda/data/ds461.0/ADPSFC/Category-0.1/2e112ba1\.#yyyy-MM-dd#.nc$"
olderThan="0 min"/>
<pointConfig datasetTypes="cdmrFeature Files"/>
<update startup="false" trigger="allow"/>
</featureCollection>
<featureCollection name="ds461.0_METAR"
featureType="Station"
harvest="true"
path="aggregations/o/ds461.0_METAR/1">
<metadata inherited="true">
<serviceName>all</serviceName>
<dataType>Station</dataType>
<dataFormat>NetCDF</dataFormat>
<documentation type="summary">
Attempting the netCDF version of BUFR ADPSFC - METAR
</documentation>
</metadata>
<collection name="ds461.0_METAR" spec="/glade/p/rda/data/ds461.0/ADPSFC/Category-0.7/b8ac5837\.#yyyy-MM-dd#.nc$"
olderThan="0 min"/>
<pointConfig datasetTypes="cdmrFeature Files"/>
<update startup="false" trigger="allow"/>
</featureCollection>
</dataset>
</catalog>