-
Notifications
You must be signed in to change notification settings - Fork 0
/
awsl3Catalog.xml
124 lines (105 loc) · 4.58 KB
/
awsl3Catalog.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0" xmlns:xlink="http://www.w3.org/1999/xlink"
name="Unidata THREDDS-IDD NetCDF-OpenDAP Server" version="1.0.1">
<dataset name="Automatic_Weather_Stations">
<metadata inherited="true">
<authority>GEUS</authority>
<dataType>Point</dataType>
<dataFormat>CSV</dataFormat>
<documentation type="rights">Freely available</documentation>
<documentation xlink:href="https://essd.copernicus.org/articles/13/3819/2021/" xlink:title="PROMICE documentation"></documentation>
<creator>
<name vocabulary="DIF">Robert S. Fausto</name>
<contact url="https://promice.org/" email="[email protected]" />
</creator>
<publisher>
<name vocabulary="DIF">Robert S. Fausto</name>
<contact url="https://promice.org/" email="[email protected]" />
</publisher>
<timeCoverage>
<end>present</end>
<!-- <duration>14 days</duration> -->
</timeCoverage>
</metadata>
<datasetScan name="metadata" id="metadata" path="metadata" location="content/">
<filter>
<include wildcard="*.csv" />
<exclude wildcard="aws-l3" atomic="false" collection="true" />
<exclude wildcard="aws-l3-flat" atomic="false" collection="true" />
<exclude wildcard="cryoclim" atomic="false" collection="true" />
<exclude wildcard="SICE" atomic="false" collection="true" />
<exclude wildcard="testdata" atomic="false" collection="true" />
</filter>
</datasetScan>
<dataset name="NetCDF">
<metadata inherited="true">
<authority>GEUS</authority>
<dataType>Point</dataType>
<dataFormat>NetCDF</dataFormat>
<documentation type="rights">Freely available</documentation>
<documentation xlink:href="https://essd.copernicus.org/articles/13/3819/2021/" xlink:title="PROMICE documentation"></documentation>
<creator>
<name vocabulary="DIF">Robert S. Fausto</name>
<contact url="https://promice.org/" email="[email protected]" />
</creator>
<publisher>
<name vocabulary="DIF">Robert S. Fausto</name>
<contact url="https://promice.org/" email="[email protected]" />
</publisher>
<timeCoverage>
<end>present</end>
<!-- <duration>14 days</duration> -->
</timeCoverage>
</metadata>
<datasetScan name="aws_l3_station" id="aws_l3_station_netcdf" path="aws_l3_station_netcdf" location="content/aws-l3/">
<filter>
<include wildcard="*.nc" />
<exclude wildcard="*.csv" />
<exclude wildcard="raw" atomic="false" collection="true" />
</filter>
</datasetScan>
<datasetScan name="aws_l3_time" id="aws_l3_time_netcdf" path="aws_l3_time_netcdf" location="content/aws-l3-flat/">
<filter>
<include wildcard="*.nc" />
<exclude wildcard="*.csv" />
<exclude wildcard="raw" atomic="false" collection="true" />
</filter>
</datasetScan>
</dataset>
<dataset name="CSV" serviceName="http">
<metadata inherited="true">
<authority>GEUS</authority>
<dataType>Point</dataType>
<dataFormat>CSV</dataFormat>
<documentation type="rights">Freely available</documentation>
<documentation xlink:href="https://essd.copernicus.org/articles/13/3819/2021/" xlink:title="PROMICE documentation"></documentation>
<creator>
<name vocabulary="DIF">Robert S. Fausto</name>
<contact url="https://promice.org/" email="[email protected]" />
</creator>
<publisher>
<name vocabulary="DIF">Robert S. Fausto</name>
<contact url="https://promice.org/" email="[email protected]" />
</publisher>
<timeCoverage>
<end>present</end>
<!-- <duration>14 days</duration> -->
</timeCoverage>
</metadata>
<datasetScan name="aws_l3_station" id="aws_l3_station_csv" path="aws_l3_station_csv" location="content/aws-l3/">
<filter>
<include wildcard="*.csv" />
<exclude wildcard="*.nc" />
<exclude wildcard="raw" atomic="false" collection="true" />
</filter>
</datasetScan>
<datasetScan name="aws_l3_time" id="aws_l3_time_csv" path="aws_l3_time_csv" location="content/aws-l3-flat/">
<filter>
<include wildcard="*.csv" />
<exclude wildcard="*.nc" />
<exclude wildcard="raw" atomic="false" collection="true" />
</filter>
</datasetScan>
</dataset>
</dataset>
</catalog>