Project

General

Profile

1
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
2
<!--==========================================================================
3
Filename      : HMI_Locations.xsl
4
Project       : CEONet
5
Module        : stylesheet
6
Document Type : XML
7
Purpose       : Locations and corresponding wens.
8

    
9
(c) COPYRIGHT MacDonald Dettwiler, 2003 All Rights Reserved
10

    
11
Author        Date          Issue       Changes
12
C.Therriault  09-Mar-2002   207         Initial Release
13
M.Robson      21-Feb-2003   844         Put 'order' attributes for the provinces
14
M.Adair       30-May-2003   250         adjusted wens for Nfld; removed nfld query 
15
                                        fragment from new Bruinswick entry
16
M.Adair       19-Sep-2003   1018        adjusted wens for NWT to -102
17
J.Barney      20-Jan-2004   1114        adjusted wens for NovaScotia to -59.5
18

    
19
===========================================================================-->
20
<searchConfig entryType="productCollection">
21
   <locations>
22
      <location id="world">
23
         <title lang="en">World</title>
24
         <title lang="fr">Monde</title>
25
         <wens>-180 180 90 -90</wens>
26
         <queryFragment>BBOX-INTERSECT( -180, 180, 90, -90 )</queryFragment>
27
         <location id="africa">
28
            <title lang="en">Africa</title>
29
            <title lang="fr">Afrique</title>
30
            <wens>-18 52 38 -35</wens>
31
            <queryFragment>
32
	      OR
33
                (placekey:africa
34
	         placekey:afrique
35
                 title:africa
36
                 title:afrique)
37
            </queryFragment>
38
         </location>
39
         <location id="asia">
40
            <title lang="en">Asia</title>
41
            <title lang="fr">Asie</title>
42
            <wens>23 179 82 -13</wens>
43
            <queryFragment/>
44
         </location>
45
         <location id="australia">
46
            <title lang="en">Australia</title>
47
            <title lang="fr">Australie</title>
48
            <wens>112 154 -10 -45</wens>
49
            <queryFragment/>
50
         </location>
51
         <location id="europe">
52
            <title lang="en">Europe</title>
53
            <title lang="fr">Europe</title>
54
            <wens>-11 32 72 35</wens>
55
            <queryFragment/>
56
         </location>
57
         <location id="northAmerica">
58
            <title lang="en">North America</title>
59
            <title lang="fr">Am?rique du Nord</title>
60
            <wens>-160 54 75 29</wens>
61
            <queryFragment>
62
              OR
63
                ( placekey:northAmerica 
64
                  title:PHRASE( north america )
65
                  title:PHRASE( am*rique du nord )
66
                )
67
            </queryFragment>
68
            <location id="canada">
69
               <title lang="en">Canada</title>
70
               <title lang="fr">Canada</title>
71
               <wens>-141 -43 84 41.5</wens>
72
               <queryFragment>
73
                  OR
74
                    ( placekey:northAmerica/canada 
75
                      title:canada
76
                    )
77
               </queryFragment>
78
               <location id="alberta">
79
                  <title lang="en" order="1">Alberta</title>
80
                  <title lang="fr" order="1">Alberta</title>
81
                  <wens>-120 -110 60 49</wens>
82
                  <queryFragment/>
83
               </location>
84
               <location id="britishColumbia">
85
                  <title lang="en" order="2">British Columbia</title>
86
                  <title lang="fr" order="2">Colombie-Britannique</title>
87
                  <wens>-139 -114 60 48</wens>
88
                  <queryFragment/>
89
               </location>
90
               <location id="manitoba">
91
                  <title lang="en" order="3">Manitoba</title>
92
                  <title lang="fr" order="4">Manitoba</title>
93
                  <wens>-102 -89 60 49</wens>
94
                  <queryFragment/>
95
               </location>
96
               <location id="newBrunswick">
97
                  <title lang="en" order="4">New Brunswick</title>
98
                  <title lang="fr" order="5">Nouveau-Brunswick</title>
99
                  <wens>-69 -64 48 45</wens>
100
                  <queryFragment/>
101
               </location>
102
               <location id="newfoundlandAndLabrador">
103
                  <title lang="en" order="5">Newfoundland and Labrador</title>
104
                  <title lang="fr" order="b">Terre-Neuve-et-Labrador</title>
105
                  <wens>-67.7 -52 60.3 46.6</wens>
106
                  <queryFragment>
107
                    OR
108
                      ( placekey:northAmerica/canada/newfoundland
109
                        placekey:northAmerica/canada/labrador 
110
                        title:newfoundland
111
		        title:labrador
112
		        title:PHRASE( newfoundland and labrador )
113
                        title:PHRASE( terre-neuve et labrador )
114
                      )
115
                  </queryFragment>
116
               </location>
117
               <location id="northwestTerritories">
118
                  <title lang="en" order="6">Northwest Territories</title>
119
                  <title lang="fr" order="d">Territoires du Nord-Ouest</title>
120
                  <wens>-136.5 -102 79 60</wens>
121
                  <queryFragment/>
122
               </location>
123
               <location id="novaScotia">
124
                  <title lang="en" order="7">Nova Scotia</title>
125
                  <title lang="fr" order="6">Nouvelle-?cosse</title>
126
                  <wens>-66.3 -59.5 47 43</wens>
127
                  <queryFragment>
128
                    OR
129
                      ( placekey:northAmerica/canada/nova_scotia 
130
                        title:nova_scotia
131
		        title:PHRASE( nova scotia )
132
                        title:PHRASE( nouvelle-*cosse )
133
                      )
134
                  </queryFragment>
135
               </location>
136
               <location id="nunavut">
137
                  <title lang="en" order="8">Nunavut</title>
138
                  <title lang="fr" order="7">Nunavut</title>
139
                  <wens>-121 -61 84 52</wens>
140
                  <queryFragment/>
141
               </location>
142
               <location id="ontario">
143
                  <title lang="en" order="9">Ontario</title>
144
                  <title lang="fr" order="8">Ontario</title>
145
                  <wens>-95 -74 57 41.5</wens>
146
                  <queryFragment>
147
                    OR
148
                      ( placekey:northAmerica/canada/ontario 
149
                        title:ontario
150
                      )
151
                  </queryFragment>
152
               </location>
153
               <location id="princeEdwardIsland">
154
                  <title lang="en" order="a">Prince Edward Island</title>
155
                  <title lang="fr" order="3">?le-du-Prince-?douard</title>
156
                  <wens>-64.5 -62 47 45.9</wens>
157
                  <queryFragment/>
158
               </location>
159
               <location id="quebec">
160
                  <title lang="en" order="b">Quebec</title>
161
                  <title lang="fr" order="9">Qu?bec</title>
162
                  <wens>-79.5 -57 63 45</wens>
163
                  <queryFragment/>
164
               </location>
165
               <location id="saskatchewan">
166
                  <title lang="en" order="c">Saskatchewan</title>
167
                  <title lang="fr" order="a">Saskatchewan</title>
168
                  <wens>-110 -101.5 60 49</wens>
169
                  <queryFragment/>
170
               </location>
171
               <location id="yukonTerritory">
172
                  <title lang="en" order="d">Yukon Territory</title>
173
                  <title lang="fr" order="c">Territoire du Yukon</title>
174
                  <wens>-141 -123.8 69.6 60</wens>
175
                  <queryFragment/>
176
               </location>
177
            </location>
178
            <location id="unitedStatesOfAmerica">
179
               <title lang="en" >United States of America</title>
180
               <title lang="fr" >?tats-Unis d'Am?rique</title>
181
               <wens>-130 -64 50 24</wens>
182
               <queryFragment/>
183
            </location>
184
            <location id="southAmerica">
185
               <title lang="en" >South America</title>
186
               <title lang="fr" >Am?rique du Sud</title>
187
               <wens>-94 -34 25 -57</wens>
188
               <queryFragment/>
189
            </location>
190
         </location>
191
      </location>
192
   </locations>
193
   <subjects>
194
      <subject id="allSubjects">
195
         <title lang="en">All subjects</title>
196
         <title lang="fr">Tous les sujets</title>
197
         <queryFragment/>
198
      </subject>
199
      <subject id="atmosphereWeather">
200
         <title lang="en">Atmosphere / Weather</title>
201
         <title lang="fr">Atmosph?re et conditions m?t?orologiques</title>
202
         <queryFragment/>
203
         <subject id="currentWeather">
204
            <title lang="en">Current weather and forecasts</title>
205
            <title lang="fr">Conditions et pr?visions m?t?orologiques</title>
206
            <queryFragment/>
207
         </subject>
208
         <subject id="generalClimat">
209
            <title lang="en">General climate data</title>
210
            <title lang="fr">Donn?es climatiques g?n?rales</title>
211
            <queryFragment/>
212
         </subject>
213
         <subject id="weatherDisasters">
214
            <title lang="en">Weather disasters</title>
215
            <title lang="fr">D?sastres climatiques</title>
216
            <queryFragment/>
217
         </subject>
218
         <subject id="winds">
219
            <title lang="en">Winds</title>
220
            <title lang="fr">Vents</title>
221
            <queryFragment/>
222
         </subject>
223
      </subject>
224
      <subject id="geology">
225
         <title lang="en">Geology</title>
226
         <title lang="fr">G?ologie</title>
227
         <queryFragment/>
228
         <subject id="earthquakes">
229
            <title lang="en">Earthquakes</title>
230
            <title lang="fr">S?ismes</title>
231
            <queryFragment/>
232
         </subject>
233
      </subject>
234
      <subject id="landSurface">
235
         <title lang="en">Land Surface</title>
236
         <title lang="fr">Surface de la Terre</title>
237
         <queryFragment>
238
        OR
239
          ( themekey:landUse
240
            themekey:PHRASE( land use )
241
            themekey:forest*
242
            themekey:agric*
243
            themekey:vegetation
244
            themekey:topography
245
            themekey:soil
246
            title:elevation
247
            themekey:ice
248
          )
249
      </queryFragment>
250
         <subject id="agriculture">
251
            <title lang="en">Agriculture</title>
252
            <title lang="fr">Agriculture</title>
253
            <queryFragment/>
254
         </subject>
255
         <subject id="forestry">
256
            <title lang="en">Forestry</title>
257
            <title lang="fr">Foresterie</title>
258
            <queryFragment/>
259
         </subject>
260
         <subject id="landUse">
261
            <title lang="en">Land use</title>
262
            <title lang="fr">Utilisation du sol</title>
263
            <queryFragment/>
264
         </subject>
265
         <subject id="snow">
266
            <title lang="en">Snow</title>
267
            <title lang="fr">Neige</title>
268
            <queryFragment/>
269
         </subject>
270
         <subject id="soil">
271
            <title lang="en">Soil</title>
272
            <title lang="fr">Sol</title>
273
            <queryFragment/>
274
         </subject>
275
         <subject id="topography">
276
            <title lang="en">Topography</title>
277
            <title lang="fr">Topographie</title>
278
            <queryFragment/>
279
         </subject>
280
         <subject id="vegetation">
281
            <title lang="en">Vegetation</title>
282
            <title lang="fr">V?g?tation</title>
283
            <queryFragment/>
284
         </subject>
285
      </subject>
286
      <subject id="socialHumanTopics">
287
         <title lang="en">Social and human topics</title>
288
         <title lang="fr">Aspects sociaux et humains</title>
289
         <queryFragment/>
290
         <subject id="educationalResources">
291
            <title lang="en">Educational Resources</title>
292
            <title lang="fr">Ressources ?ducatives</title>
293
            <queryFragment/>
294
         </subject>
295
         <subject id="humanEnvironmentalEffects">
296
            <title lang="en">Human environmental effects</title>
297
            <title lang="fr">Incidences anthropiques sur l'environnement</title>
298
            <queryFragment/>
299
         </subject>
300
      </subject>
301
      <subject id="water">
302
         <title lang="en">Water</title>
303
         <title lang="fr">Eau</title>
304
         <queryFragment/>
305
         <subject id="freshwater">
306
            <title lang="en">Freshwater</title>
307
            <title lang="fr">Eau douce</title>
308
            <queryFragment/>
309
         </subject>
310
         <subject id="lakeIce">
311
            <title lang="en">Lake ice</title>
312
            <title lang="fr">Glaces de lacs</title>
313
            <queryFragment/>
314
         </subject>
315
         <subject id="oceans">
316
            <title lang="en">Oceans</title>
317
            <title lang="fr">Oc?ans</title>
318
            <queryFragment/>
319
         </subject>
320
         <subject id="seaIce">
321
            <title lang="en">Sea ice</title>
322
            <title lang="fr">Glaces de mer</title>
323
            <queryFragment/>
324
         </subject>
325
      </subject>
326
   </subjects>
327
   <productTypes>
328
      <productType id="allProductTypes">
329
         <title lang="en">All product types</title>
330
         <title lang="fr">Tous les types de produits</title>
331
         <queryFragment/>
332
      </productType>
333
      <productType id="airborneProducts">
334
         <title lang="en">Airborne products</title>
335
         <title lang="fr">Produits a?riens</title>
336
         <queryFragment/>
337
         <productType id="airborneImagery">
338
            <title lang="en">Airborne imagery</title>
339
            <title lang="fr">Imagerie a?rienne</title>
340
            <queryFragment/>
341
         </productType>
342
         <productType id="airPhotos">
343
            <title lang="en">Air photos</title>
344
            <title lang="fr">Photos a?riennes</title>
345
            <queryFragment/>
346
         </productType>
347
      </productType>
348
      <productType id="mapsCharts">
349
         <title lang="en">Maps and Charts</title>
350
         <title lang="fr">Cartes terrestres et marines</title>
351
         <queryFragment/>
352
         <productType id="aeronautical">
353
            <title lang="en">Aeronautical</title>
354
            <title lang="fr">A?ronautique</title>
355
            <queryFragment/>
356
         </productType>
357
         <productType id="digitalElevationModel">
358
            <title lang="en">Digital elevation model</title>
359
            <title lang="fr">Mod?le altim?trique num?rique</title>
360
            <queryFragment/>
361
         </productType>
362
         <productType id="geopolitical">
363
            <title lang="en">Geopolitical</title>
364
            <title lang="fr">G?opolitique</title>
365
            <queryFragment/>
366
         </productType>
367
         <productType id="nautical">
368
            <title lang="en">Nautical</title>
369
            <title lang="fr">Nautique</title>
370
            <queryFragment/>
371
         </productType>
372
         <productType id="thematic">
373
            <title lang="en">Thematical</title>
374
            <title lang="fr">Th?matique</title>
375
            <queryFragment/>
376
         </productType>
377
         <productType id="topographic">
378
            <title lang="en">Topographic</title>
379
            <title lang="fr">Topographique</title>
380
            <queryFragment/>
381
         </productType>
382
      </productType>
383
      <productType id="satelliteProducts">
384
         <title lang="en">Satellite products</title>
385
         <title lang="fr">Produits satellitaires</title>
386
         <queryFragment/>
387
         <productType id="satelliteImagery">
388
            <title lang="en">Satellite imagery</title>
389
            <title lang="fr">Images-satellites</title>
390
            <queryFragment/>
391
         </productType>
392
      </productType>
393
      <productType id="onsiteMeasurements">
394
         <title lang="en">On-site measurements</title>
395
         <title lang="fr">Mesures sur place</title>
396
         <queryFragment/>
397
      </productType>
398
      <productType id="studies">
399
         <title lang="en">Studies</title>
400
         <title lang="fr">?tudes</title>
401
         <queryFragment/>
402
      </productType>
403
   </productTypes>
404
</searchConfig>
(14-14/14)