-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcortex-index.owl
199 lines (173 loc) · 8.71 KB
/
cortex-index.owl
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY drb "http://www.gael.fr/drb#">
<!ENTITY envisat "http://www.esa.int/envisat#">
<!ENTITY img "http://www.gael.fr/drb/image#">
<!ENTITY nc "http://www.unidata.ucar.edu/netcdf#">
]>
<rdf:RDF xmlns:rdf = "&rdf;"
xmlns:rdfs = "&rdfs;"
xmlns:owl = "&owl;"
xmlns:nc = "&nc;"
xmlns:drb = "&drb;"
xmlns:envisat = "&envisat;"
xmlns:img = "&img;">
<owl:Ontology rdf:about="&envisat;"/>
<!--
Based on
https://earth.esa.int/documents/700255/3528455/Vol14_Ra2mwr_5I_Level2.pdf
-->
<!-- ========================================= -->
<!-- -->
<!-- ENVISAT.RA2.level2 -->
<!-- -->
<!-- ========================================= -->
<owl:Class rdf:about="&envisat;productRA2_level2">
<rdfs:label xml:lang="en">Envisat RA-2 Level-2 products: ENVISAT.RA2.GDR_2P and ENVISAT.RA2.MWS_2P</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&nc;netCDF"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>ENV_RA_2_(GDR|MWS)____[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_[0-9]{8}T[0-9]{6}_[0-9]{4}_[0-9]{3}_[0-9]{4}____[A-Z]{3}_[A-Z]{1}_[A-Z0-9_]{2}_...\.nc</drb:nameMatch>
</drb:signature>
</owl:Class>
<!-- ========================================= -->
<!-- -->
<!-- ENVISAT.ASAR.level1 -->
<!-- -->
<!-- ========================================= -->
<owl:Class rdf:about="&envisat;productASAR_image">
<rdfs:label xml:lang="en">Envisat ASAR Level-1 products: ENVISAT.ASA_APM_1P, ENVISAT.ASA_IMM_1P and ENVISAT.ASA_WSM_1P</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;item"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>ASA_(APM_1P|IMM_1P|WSM_1P)(N|T|V|S|P)...[0-9]{8}_[0-9]{6}_[0-9]{8}.[0-9]{3}_[0-9]{5}_[0-9]{5}_[0-9]{4}\.N1</drb:nameMatch>
</drb:signature>
<drb:schemaLocation>
xsd/asar_image.xsd
</drb:schemaLocation>
<drb:implementationIdentifier>sdf</drb:implementationIdentifier>
</owl:Class>
<!-- ========================================= -->
<!-- -->
<!-- ENVISAT.MERIS.level2 SEN3 -->
<!-- -->
<!-- ========================================= -->
<owl:Class rdf:about="&envisat;productMERIS_level2_SEN3">
<rdfs:label xml:lang="en">Envisat MERIS Level-2 products with the SEN3 extension: ENVISAT.MER_FRS_2P, ENVISAT.MER_RRS_2P</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;item"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>ENV_ME_2_(F|R)RG.*\.SEN3</drb:nameMatch>
</drb:signature>
<img:descriptor rdf:parseType="Literal">
<img:collection xmlns:img="&img;">
<img:source>.</img:source>
<img:raster name="red">
<img:width>M08_rho_TOA.nc/root/dimensions/columns</img:width>
<img:height>M08_rho_TOA.nc/root/dimensions/rows</img:height>
<img:bandNumber>1</img:bandNumber>
<img:data sampleModel="banded">M08_rho_TOA.nc/root/dataset/M08_rho_TOA/rows/columns</img:data>
</img:raster>
<img:raster name="green">
<img:width>M05_rho_TOA.nc/root/dimensions/columns</img:width>
<img:height>M05_rho_TOA.nc/root/dimensions/rows</img:height>
<img:bandNumber>1</img:bandNumber>
<img:data sampleModel="banded">M05_rho_TOA.nc/root/dataset/M05_rho_TOA/rows/columns</img:data>
</img:raster>
<img:raster name="blue">
<img:width>M02_rho_TOA.nc/root/dimensions/columns</img:width>
<img:height>M02_rho_TOA.nc/root/dimensions/rows</img:height>
<img:bandNumber>1</img:bandNumber>
<img:data sampleModel="banded">M02_rho_TOA.nc/root/dataset/M02_rho_TOA/rows/columns</img:data>
</img:raster>
</img:collection>
</img:descriptor>
<img:rendering rdf:parseType="Literal">
<img:operator name="rgb" xmlns:img="&img;">
<img:script language="beanshell" version="1.0">
// Use Olci Operator to apply sun azimuth/elevation to pixels.
pb = new ParameterBlock();
iterator=source.getChildren().iterator();
while (iterator.hasNext())
pb.addSource(iterator.next());
pb.set(envisat.jai.operator.
QuicklookMeris.extractDetectors(source), 0);
pb.set(envisat.jai.operator.
QuicklookMeris.extractSunZenithAngle(source), 1);
pb.set(envisat.jai.operator.
QuicklookMeris.extractSolarFlux(source), 2);
pb.set(new envisat.jai.operator.
Common.PixelCorrection[]{
envisat.jai.operator.
Common.extractPixelCorrection (source, 8),
envisat.jai.operator.
Common.extractPixelCorrection (source, 5),
envisat.jai.operator.
Common.extractPixelCorrection (source, 2)},3);
pb.set(new int[]{8,5,2}, 4);
pb.set(new int[]{1,1,1}, 5);
img = JAI.create("QuicklookMeris",pb);
return img;
</img:script>
</img:operator>
</img:rendering>
</owl:Class>
<!-- ========================================= -->
<!-- -->
<!-- ENVISAT.MERIS.level2 N1 -->
<!-- -->
<!-- ========================================= -->
<owl:Class rdf:about="&envisat;productMERIS_level2">
<rdfs:label xml:lang="en">Envisat MERIS Level-2 products with the ENVISAT N1 extension: ENVISAT.MER_FRS_2P, ENVISAT.MER_RR__2P</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;item"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>MER_(FRS_2P|RR__2P)....[0-9]{8}_[0-9]{6}_[0-9]{8}[0-9]{1}[0-9]{3}_[0-9]{5}_[0-9]{5}_[0-9]{4}\.N1</drb:nameMatch>
</drb:signature>
<drb:schemaLocation>
xsd/meris.xsd
</drb:schemaLocation>
<drb:implementationIdentifier>sdf</drb:implementationIdentifier>
</owl:Class>
<!-- ========================================= -->
<!-- -->
<!-- ENVISAT.ATS_LST_2P -->
<!-- -->
<!-- ========================================= -->
<owl:Class rdf:about="&envisat;productATS_LST_2P">
<rdfs:label xml:lang="en">Envisat AATSR Level-2 product: ENVISAT.ATS_LST_2P</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&drb;item"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>ATS_LST_2P....[0-9]{8}_[0-9]{6}_[0-9]{8}[0-9]{1}[0-9]{3}_[0-9]{5}_[0-9]{5}_[0-9]{4}\.*</drb:nameMatch>
</drb:signature>
</owl:Class>
<owl:Class rdf:about="&envisat;productATS_LST_2P_tgz">
<rdfs:label xml:lang="en">Envisat AATSR Level-2 product: ENVISAT.ATS_LST_2P tarball</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&envisat;productATS_LST_2P"/>
<rdfs:subClassOf rdf:resource="&drb;tgz"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>ATS_LST_2P....[0-9]{8}_[0-9]{6}_[0-9]{8}[0-9]{1}[0-9]{3}_[0-9]{5}_[0-9]{5}_[0-9]{4}(\.tar\.gz|\.tgz|\.TGZ)</drb:nameMatch>
</drb:signature>
</owl:Class>
<owl:Class rdf:about="&envisat;productATS_LST_2P_netCDF">
<rdfs:label xml:lang="en">Envisat AATSR Level-2 product: ENVISAT.ATS_LST_2P netCDF file</rdfs:label>
<rdfs:comment xml:lang="en">
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&envisat;productATS_LST_2P"/>
<rdfs:subClassOf rdf:resource="&nc;netCDF"/>
<drb:signature rdf:parseType="Resource">
<drb:nameMatch>ATS_LST_2P....[0-9]{8}_[0-9]{6}_[0-9]{8}[0-9]{1}[0-9]{3}_[0-9]{5}_[0-9]{5}_[0-9]{4}\.nc</drb:nameMatch>
</drb:signature>
</owl:Class>
</rdf:RDF>