File size: 136,172 Bytes
a5a268c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
image_name;"	glacier_name";"	date";"	sensor";"	resolution (m)";"	orbit";"	polarization";Bounding box coordinates;"	Coordinate system"
COL_2015-12-18_S1_20_1_094_geo.tif;Columbia Glacier;18.12.2015;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2016-02-04_S1_20_1_094_geo.tif;Columbia Glacier;04.02.2016;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2016-05-10_S1_20_1_094_geo.tif;Columbia Glacier;10.05.2016;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2016-08-14_S1_20_1_094_geo.tif;Columbia Glacier;14.08.2016;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2017-01-11_S1_20_1_094_geo.tif;Columbia Glacier;11.01.2017;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2017-03-12_S1_20_1_094_geo.tif;Columbia Glacier;12.03.2017;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2017-06-16_S1_20_1_094_geo.tif;Columbia Glacier;16.06.2017;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2017-09-08_S1_20_1_094_geo.tif;Columbia Glacier;08.09.2017;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2018-01-06_S1_20_3_094_geo.tif;Columbia Glacier;06.01.2018;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2018-03-19_S1_20_1_094_geo.tif;Columbia Glacier;19.03.2018;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2018-06-11_S1_20_2_094_geo.tif;Columbia Glacier;11.06.2018;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2018-09-15_S1_20_1_094_geo.tif;Columbia Glacier;15.09.2018;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2019-01-01_S1_20_1_094_geo.tif;Columbia Glacier;01.01.2019;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2019-03-14_S1_20_1_094_geo.tif;Columbia Glacier;14.03.2019;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2019-09-10_S1_20_2_094_geo.tif;Columbia Glacier;10.09.2019;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2020-01-08_S1_20_3_094_geo.tif;Columbia Glacier;08.01.2020;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2020-03-08_S1_20_3_094_geo.tif;Columbia Glacier;08.03.2020;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2020-06-12_S1_20_3_094_geo.tif;Columbia Glacier;12.06.2020;Sentinel-1;20;94;VV;BoundingBox(left=484876.965, bottom=6776218.967, right=514716.965, top=6790258.967);EPSG:32606
COL_2011-06-18_TDX_7_1_024_geo.tif;Columbia Glacier;18.06.2011;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63170784997, bottom=6776218.96683895, right=514723.63185704994, top=6790265.63357585);EPSG:32606
COL_2011-07-21_TDX_7_1_024_geo.tif;Columbia Glacier;21.07.2011;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63170685, bottom=6776218.96683895, right=514723.63185605, top=6790265.63357585);EPSG:32606
COL_2011-08-12_TDX_7_1_024_geo.tif;Columbia Glacier;12.08.2011;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63170785, bottom=6776218.96683895, right=514723.63185705006, top=6790265.63357585);EPSG:32606
COL_2011-08-23_TDX_7_1_024_geo.tif;Columbia Glacier;23.08.2011;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63170784997, bottom=6776218.96683895, right=514723.63185704994, top=6790265.63357585);EPSG:32606
COL_2011-09-03_TDX_7_1_024_geo.tif;Columbia Glacier;03.09.2011;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63170985, bottom=6776218.96683795, right=514723.63185904996, top=6790265.63357485);EPSG:32606
COL_2011-10-11_TDX_7_1_092_geo.tif;Columbia Glacier;11.10.2011;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173985, bottom=6776218.966834949, right=514723.63188904995, top=6790265.633571849);EPSG:32606
COL_2011-11-13_TDX_7_1_092_geo.tif;Columbia Glacier;13.11.2011;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173885003, bottom=6776218.9668319505, right=514723.63188805006, top=6790265.63356885);EPSG:32606
COL_2011-12-11_TDX_7_1_024_geo.tif;Columbia Glacier;11.12.2011;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173685, bottom=6776218.966834949, right=514723.63188605, top=6790265.633571849);EPSG:32606
COL_2012-01-02_TDX_7_1_024_geo.tif;Columbia Glacier;02.01.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.966834949, right=514723.63188304997, top=6790265.633571849);EPSG:32606
COL_2012-02-04_TDX_7_1_024_geo.tif;Columbia Glacier;04.02.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.966834949, right=514723.63188304997, top=6790265.633571849);EPSG:32606
COL_2012-03-08_TDX_7_1_024_geo.tif;Columbia Glacier;08.03.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173485, bottom=6776218.96683495, right=514723.63188405, top=6790265.63357185);EPSG:32606
COL_2012-03-13_TDX_7_1_092_geo.tif;Columbia Glacier;13.03.2012;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174085005, bottom=6776218.96683095, right=514723.6318900501, top=6790265.63356785);EPSG:32606
COL_2012-03-19_TDX_7_1_024_geo.tif;Columbia Glacier;19.03.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.966834949, right=514723.63188304997, top=6790265.633571849);EPSG:32606
COL_2012-04-10_TDX_7_1_024_geo.tif;Columbia Glacier;10.04.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.966834949, right=514723.63188304997, top=6790265.633571849);EPSG:32606
COL_2012-05-13_TDX_7_1_024_geo.tif;Columbia Glacier;13.05.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173285, bottom=6776218.966834949, right=514723.63188204996, top=6790265.633571849);EPSG:32606
COL_2012-06-15_TDX_7_1_024_geo.tif;Columbia Glacier;15.06.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.966834949, right=514723.63188304997, top=6790265.633571849);EPSG:32606
COL_2012-07-18_TDX_7_1_024_geo.tif;Columbia Glacier;18.07.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173285, bottom=6776218.96683495, right=514723.63188204996, top=6790265.63357185);EPSG:32606
COL_2012-08-25_TDX_7_1_092_geo.tif;Columbia Glacier;25.08.2012;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174485, bottom=6776218.96683295, right=514723.63189405, top=6790265.63356985);EPSG:32606
COL_2012-10-14_TDX_7_1_024_geo.tif;Columbia Glacier;14.10.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173485, bottom=6776218.96683495, right=514723.63188405, top=6790265.63357185);EPSG:32606
COL_2012-11-16_TDX_7_1_024_geo.tif;Columbia Glacier;16.11.2012;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173485, bottom=6776218.96683495, right=514723.63188405, top=6790265.63357185);EPSG:32606
COL_2012-12-13_TDX_7_1_092_geo.tif;Columbia Glacier;13.12.2012;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174484996, bottom=6776218.96683195, right=514723.63189404993, top=6790265.633568849);EPSG:32606
COL_2013-02-12_TDX_7_1_024_geo.tif;Columbia Glacier;12.02.2013;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.96683395, right=514723.63188304997, top=6790265.63357085);EPSG:32606
COL_2013-03-17_TDX_7_1_024_geo.tif;Columbia Glacier;17.03.2013;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.966834949, right=514723.63188304997, top=6790265.633571849);EPSG:32606
COL_2013-04-02_TDX_7_1_092_geo.tif;Columbia Glacier;02.04.2013;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174385, bottom=6776218.96683195, right=514723.63189305, top=6790265.633568849);EPSG:32606
COL_2013-05-16_TDX_7_1_092_geo.tif;Columbia Glacier;16.05.2013;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174484996, bottom=6776218.966830949, right=514723.63189404993, top=6790265.633567849);EPSG:32606
COL_2013-06-13_TDX_7_1_024_geo.tif;Columbia Glacier;13.06.2013;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.966834949, right=514723.63188304997, top=6790265.633571849);EPSG:32606
COL_2013-07-16_TDX_7_1_024_geo.tif;Columbia Glacier;16.07.2013;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173285, bottom=6776218.96683395, right=514723.63188204996, top=6790265.63357085);EPSG:32606
COL_2013-08-23_TDX_7_1_092_geo.tif;Columbia Glacier;23.08.2013;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174485, bottom=6776218.96682895, right=514723.63189405005, top=6790265.63356585);EPSG:32606
COL_2013-09-14_TDX_7_1_092_geo.tif;Columbia Glacier;14.09.2013;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174584997, bottom=6776218.96682995, right=514723.63189504994, top=6790265.63356685);EPSG:32606
COL_2013-10-17_TDX_7_1_092_geo.tif;Columbia Glacier;17.10.2013;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174485, bottom=6776218.96682995, right=514723.63189405005, top=6790265.63356685);EPSG:32606
COL_2013-11-30_TDX_7_1_092_geo.tif;Columbia Glacier;30.11.2013;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174485, bottom=6776218.96682895, right=514723.63189405005, top=6790265.63356585);EPSG:32606
COL_2014-02-10_TDX_7_1_024_geo.tif;Columbia Glacier;10.02.2014;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173485, bottom=6776218.966838949, right=514723.63188405, top=6790265.633575849);EPSG:32606
COL_2014-03-20_TDX_7_4_092_geo.tif;Columbia Glacier;20.03.2014;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63174485, bottom=6776218.96682895, right=514723.63189405, top=6790265.63356585);EPSG:32606
COL_2014-04-17_TDX_7_1_024_geo.tif;Columbia Glacier;17.04.2014;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173485, bottom=6776218.966834949, right=514723.63188405, top=6790265.633571849);EPSG:32606
COL_2014-05-31_TDX_7_1_024_geo.tif;Columbia Glacier;31.05.2014;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173485, bottom=6776218.96683495, right=514723.63188405, top=6790265.63357185);EPSG:32606
COL_2014-06-22_TDX_7_1_024_geo.tif;Columbia Glacier;22.06.2014;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.966834949, right=514723.63188304997, top=6790265.633571849);EPSG:32606
COL_2014-07-03_TDX_7_1_024_geo.tif;Columbia Glacier;03.07.2014;TanDEM-X;6.666666667;24;HH;BoundingBox(left=484883.63173385, bottom=6776218.96683495, right=514723.63188304997, top=6790265.63357185);EPSG:32606
COL_2014-10-15_TDX_7_1_092_geo.tif;Columbia Glacier;15.10.2014;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173885, bottom=6776218.96683095, right=514723.63188804995, top=6790265.63356785);EPSG:32606
COL_2014-11-28_TDX_7_1_092_geo.tif;Columbia Glacier;28.11.2014;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173985, bottom=6776218.96683095, right=514723.63188904995, top=6790265.63356785);EPSG:32606
COL_2015-05-23_TDX_7_1_092_geo.tif;Columbia Glacier;23.05.2015;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173985004, bottom=6776218.96683195, right=514723.63188905007, top=6790265.633568849);EPSG:32606
COL_2015-08-08_TDX_7_1_092_geo.tif;Columbia Glacier;08.08.2015;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173885003, bottom=6776218.9668319505, right=514723.63188805, top=6790265.63356885);EPSG:32606
COL_2015-09-10_TDX_7_1_092_geo.tif;Columbia Glacier;10.09.2015;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173885003, bottom=6776218.966833951, right=514723.63188805, top=6790265.633570851);EPSG:32606
COL_2016-02-11_TDX_7_1_092_geo.tif;Columbia Glacier;11.02.2016;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173885003, bottom=6776218.96683295, right=514723.63188805, top=6790265.63356985);EPSG:32606
COL_2016-03-15_TDX_7_1_092_geo.tif;Columbia Glacier;15.03.2016;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173985004, bottom=6776218.96683295, right=514723.63188905, top=6790265.63356985);EPSG:32606
COL_2016-04-17_TDX_7_1_092_geo.tif;Columbia Glacier;17.04.2016;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173985004, bottom=6776218.966833949, right=514723.63188905007, top=6790265.633570849);EPSG:32606
COL_2016-05-09_TDX_7_1_092_geo.tif;Columbia Glacier;09.05.2016;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173885003, bottom=6776218.96683195, right=514723.63188805, top=6790265.633568849);EPSG:32606
COL_2016-05-20_TDX_7_1_092_geo.tif;Columbia Glacier;20.05.2016;TanDEM-X;6.666666667;92;HH;BoundingBox(left=484883.63173885003, bottom=6776218.96683195, right=514723.63188805, top=6790265.633568849);EPSG:32606
Crane_2007-03-31_ENVISAT_20_3_467_geo.tif;Crane Glacier;31.03.2007;Envisat;20;467;HH;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2007-05-05_ENVISAT_20_1_467_geo.tif;Crane Glacier;05.05.2007;Envisat;20;467;HH;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2007-06-09_ENVISAT_20_1_467_geo.tif;Crane Glacier;09.06.2007;Envisat;20;467;HH;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2007-07-14_ENVISAT_20_1_467_geo.tif;Crane Glacier;14.07.2007;Envisat;20;467;HH;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2007-09-22_ENVISAT_20_1_467_geo.tif;Crane Glacier;22.09.2007;Envisat;20;467;HH;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2007-10-27_ENVISAT_20_2_467_geo.tif;Crane Glacier;27.10.2007;Envisat;20;467;HH;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2008-01-05_ENVISAT_20_2_467_geo.tif;Crane Glacier;05.01.2008;Envisat;20;467;HH;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2010-05-29_ENVISAT_20_3_467_geo.tif;Crane Glacier;29.05.2010;Envisat;20;467;HH;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2010-07-03_ENVISAT_20_2_467_geo.tif;Crane Glacier;03.07.2010;Envisat;20;467;HH;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2002-11-09_ERS_20_2_061_geo.tif;Crane Glacier;09.11.2002;ERS-1/2;20;61;VV;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2002-11-18_ERS_20_3_195_geo.tif;Crane Glacier;18.11.2002;ERS-1/2;20;195;VV;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2003-01-18_ERS_20_1_061_geo.tif;Crane Glacier;18.01.2003;ERS-1/2;20;61;VV;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2006-11-27_ERS_20_1_195_geo.tif;Crane Glacier;27.11.2006;ERS-1/2;20;195;VV;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2007-02-05_ERS_20_1_195_geo.tif;Crane Glacier;05.02.2007;ERS-1/2;20;195;VV;BoundingBox(left=-2418274.122, bottom=1251822.273, right=-2399834.122, top=1275562.273);EPSG:3031
Crane_2007-09-24_PALSAR_17_1_137_geo.tif;Crane Glacier;24.09.2007;ALOS PALSAR;16.66666667;137;HH;BoundingBox(left=-2418285.78838535, bottom=1251827.27288755, right=-2399819.12168175, top=1275560.60626835);EPSG:3031
Crane_2007-11-21_PALSAR_17_2_135_geo.tif;Crane Glacier;21.11.2007;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2418285.78838535, bottom=1251827.2728379501, right=-2399819.12168175, top=1275560.6062187501);EPSG:3031
Crane_2008-11-23_PALSAR_17_2_135_geo.tif;Crane Glacier;23.11.2008;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2418285.78838535, bottom=1251827.27281875, right=-2399819.12168175, top=1275560.60619955);EPSG:3031
Crane_2009-09-29_PALSAR_17_1_137_geo.tif;Crane Glacier;29.09.2009;ALOS PALSAR;16.66666667;137;HH;BoundingBox(left=-2418285.78838535, bottom=1251827.27288515, right=-2399819.12168175, top=1275560.60626595);EPSG:3031
Crane_2010-09-15_PALSAR_17_4_138_geo.tif;Crane Glacier;15.09.2010;ALOS PALSAR;16.66666667;138;HH;BoundingBox(left=-2418285.78838535, bottom=1251827.27286315, right=-2399819.12168175, top=1275560.60624395);EPSG:3031
Crane_2010-10-14_PALSAR_17_2_135_geo.tif;Crane Glacier;14.10.2010;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2418285.78838535, bottom=1251827.27283375, right=-2399819.12168175, top=1275560.6062145499);EPSG:3031
Crane_2010-11-29_PALSAR_17_1_135_geo.tif;Crane Glacier;29.11.2010;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2418285.78838535, bottom=1251827.27283515, right=-2399819.12168175, top=1275560.6062159499);EPSG:3031
Crane_2008-10-13_TSX_7_3_034_geo.tif;Crane Glacier;13.10.2008;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7885738495, bottom=1251822.27281635, right=-2399827.4551482494, top=1275562.27293505);EPSG:3031
Crane_2008-10-24_TSX_7_2_034_geo.tif;Crane Glacier;24.10.2008;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78857335, bottom=1251822.27281685, right=-2399827.4551477497, top=1275562.2729355502);EPSG:3031
Crane_2008-11-04_TSX_7_1_034_geo.tif;Crane Glacier;04.11.2008;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7885738495, bottom=1251822.27281635, right=-2399827.4551482494, top=1275562.27293505);EPSG:3031
Crane_2009-11-02_TSX_7_3_034_geo.tif;Crane Glacier;02.11.2009;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7885738495, bottom=1251822.27281635, right=-2399827.4551482494, top=1275562.27293505);EPSG:3031
Crane_2009-11-13_TSX_7_1_034_geo.tif;Crane Glacier;13.11.2009;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7885738495, bottom=1251822.27281635, right=-2399827.4551482494, top=1275562.27293505);EPSG:3031
Crane_2010-11-05_TSX_7_2_110_geo.tif;Crane Glacier;05.11.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.7885528496, bottom=1251822.2727043503, right=-2399827.4551272495, top=1275562.2728230504);EPSG:3031
Crane_2010-11-16_TSX_7_2_110_geo.tif;Crane Glacier;16.11.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.7885528496, bottom=1251822.2727043503, right=-2399827.4551272495, top=1275562.2728230504);EPSG:3031
Crane_2010-11-27_TSX_7_1_110_geo.tif;Crane Glacier;27.11.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.78855285, bottom=1251822.2727048502, right=-2399827.45512725, top=1275562.2728235503);EPSG:3031
Crane_2010-12-08_TSX_7_1_110_geo.tif;Crane Glacier;08.12.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.7885533497, bottom=1251822.2727043503, right=-2399827.4551277496, top=1275562.2728230504);EPSG:3031
Crane_2010-12-14_TSX_7_1_034_geo.tif;Crane Glacier;14.12.2010;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78852935, bottom=1251822.2727513502, right=-2399827.45510375, top=1275562.2728700503);EPSG:3031
Crane_2010-12-19_TSX_7_1_110_geo.tif;Crane Glacier;19.12.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.7885533497, bottom=1251822.27270485, right=-2399827.4551277496, top=1275562.27282355);EPSG:3031
Crane_2010-12-25_TSX_7_1_034_geo.tif;Crane Glacier;25.12.2010;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78852985, bottom=1251822.27275085, right=-2399827.45510425, top=1275562.2728695502);EPSG:3031
Crane_2010-12-30_TSX_7_1_110_geo.tif;Crane Glacier;30.12.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.78855285, bottom=1251822.2727048502, right=-2399827.45512725, top=1275562.2728235503);EPSG:3031
Crane_2011-06-02_TSX_7_2_110_geo.tif;Crane Glacier;02.06.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.7885238496, bottom=1251822.27267735, right=-2399827.4550982495, top=1275562.2727960502);EPSG:3031
Crane_2011-06-24_TSX_7_1_110_geo.tif;Crane Glacier;24.06.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.7885253495, bottom=1251822.27268085, right=-2399827.4550997494, top=1275562.27279955);EPSG:3031
Crane_2011-07-16_TSX_7_1_110_geo.tif;Crane Glacier;16.07.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.7885238496, bottom=1251822.27267785, right=-2399827.4550982495, top=1275562.27279655);EPSG:3031
Crane_2011-08-13_TSX_7_1_034_geo.tif;Crane Glacier;13.08.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884798497, bottom=1251822.27276785, right=-2399827.4550542496, top=1275562.27288655);EPSG:3031
Crane_2011-09-04_TSX_7_1_034_geo.tif;Crane Glacier;04.09.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78848135, bottom=1251822.27276585, right=-2399827.45505575, top=1275562.27288455);EPSG:3031
Crane_2011-10-18_TSX_7_1_034_geo.tif;Crane Glacier;18.10.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884813496, bottom=1251822.2727638502, right=-2399827.4550557495, top=1275562.2728825503);EPSG:3031
Crane_2011-12-01_TSX_7_1_034_geo.tif;Crane Glacier;01.12.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78846935, bottom=1251822.2727618502, right=-2399827.45504375, top=1275562.27288055);EPSG:3031
Crane_2011-12-12_TSX_7_2_034_geo.tif;Crane Glacier;12.12.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78847535, bottom=1251822.27276635, right=-2399827.45504975, top=1275562.2728850502);EPSG:3031
Crane_2012-05-14_TSX_7_2_034_geo.tif;Crane Glacier;14.05.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78847435, bottom=1251822.27277485, right=-2399827.4550487497, top=1275562.27289355);EPSG:3031
Crane_2012-06-16_TSX_7_2_034_geo.tif;Crane Glacier;16.06.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78846935, bottom=1251822.27277035, right=-2399827.45504375, top=1275562.2728890502);EPSG:3031
Crane_2012-06-27_TSX_7_2_034_geo.tif;Crane Glacier;27.06.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78847435, bottom=1251822.2727753501, right=-2399827.4550487497, top=1275562.2728940502);EPSG:3031
Crane_2012-07-03_TSX_7_1_125_geo.tif;Crane Glacier;03.07.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2418280.78858385, bottom=1251822.2727123501, right=-2399827.45515825, top=1275562.2728310502);EPSG:3031
Crane_2012-07-25_TSX_7_2_125_geo.tif;Crane Glacier;25.07.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2418280.78858385, bottom=1251822.2727143501, right=-2399827.45515825, top=1275562.2728330502);EPSG:3031
Crane_2012-07-30_TSX_7_2_034_geo.tif;Crane Glacier;30.07.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78846985, bottom=1251822.27277085, right=-2399827.45504425, top=1275562.27288955);EPSG:3031
Crane_2012-08-10_TSX_7_3_034_geo.tif;Crane Glacier;10.08.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884738497, bottom=1251822.2727743501, right=-2399827.4550482496, top=1275562.2728930502);EPSG:3031
Crane_2012-08-21_TSX_7_3_034_geo.tif;Crane Glacier;21.08.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7885523494, bottom=1251822.27278735, right=-2399827.4551267494, top=1275562.27290605);EPSG:3031
Crane_2012-09-01_TSX_7_1_034_geo.tif;Crane Glacier;01.09.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78855235, bottom=1251822.27278685, right=-2399827.45512675, top=1275562.2729055502);EPSG:3031
Crane_2012-10-04_TSX_7_3_034_geo.tif;Crane Glacier;04.10.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78847385, bottom=1251822.2727743501, right=-2399827.45504825, top=1275562.2728930502);EPSG:3031
Crane_2012-11-06_TSX_7_2_034_geo.tif;Crane Glacier;06.11.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78846835, bottom=1251822.27277035, right=-2399827.45504275, top=1275562.2728890502);EPSG:3031
Crane_2013-02-24_TSX_7_2_034_geo.tif;Crane Glacier;24.02.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884718496, bottom=1251822.27276935, right=-2399827.4550462496, top=1275562.2728880502);EPSG:3031
Crane_2013-03-07_TSX_7_2_034_geo.tif;Crane Glacier;07.03.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78846935, bottom=1251822.27277085, right=-2399827.45504375, top=1275562.27288955);EPSG:3031
Crane_2013-03-29_TSX_7_2_034_geo.tif;Crane Glacier;29.03.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884718496, bottom=1251822.27277135, right=-2399827.4550462496, top=1275562.2728900502);EPSG:3031
Crane_2013-06-30_TSX_7_2_110_geo.tif;Crane Glacier;30.06.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.78852735, bottom=1251822.27268485, right=-2399827.45510175, top=1275562.2728035501);EPSG:3031
Crane_2013-07-17_TSX_7_3_034_geo.tif;Crane Glacier;17.07.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78847085, bottom=1251822.27277085, right=-2399827.45504525, top=1275562.27288955);EPSG:3031
Crane_2013-07-22_TSX_7_3_110_geo.tif;Crane Glacier;22.07.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.78852885, bottom=1251822.27268485, right=-2399827.4551032498, top=1275562.2728035501);EPSG:3031
Crane_2013-08-02_TSX_7_3_110_geo.tif;Crane Glacier;02.08.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2418280.7885283497, bottom=1251822.27268485, right=-2399827.4551027496, top=1275562.2728035501);EPSG:3031
Crane_2013-08-19_TSX_7_4_034_geo.tif;Crane Glacier;19.08.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884738497, bottom=1251822.27277385, right=-2399827.4550482496, top=1275562.27289255);EPSG:3031
Crane_2013-11-04_TSX_7_4_034_geo.tif;Crane Glacier;04.11.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884738497, bottom=1251822.2727743501, right=-2399827.4550482496, top=1275562.2728930502);EPSG:3031
Crane_2013-11-15_TSX_7_3_034_geo.tif;Crane Glacier;15.11.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78847335, bottom=1251822.27277485, right=-2399827.45504775, top=1275562.27289355);EPSG:3031
Crane_2013-11-26_TSX_7_4_034_geo.tif;Crane Glacier;26.11.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884723498, bottom=1251822.27277485, right=-2399827.4550467497, top=1275562.27289355);EPSG:3031
Crane_2013-12-07_TSX_7_5_034_geo.tif;Crane Glacier;07.12.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78847335, bottom=1251822.27277485, right=-2399827.45504775, top=1275562.27289355);EPSG:3031
Crane_2013-12-18_TSX_7_4_034_geo.tif;Crane Glacier;18.12.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884738497, bottom=1251822.27277485, right=-2399827.4550482496, top=1275562.27289355);EPSG:3031
Crane_2013-12-29_TSX_7_4_034_geo.tif;Crane Glacier;29.12.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78847335, bottom=1251822.27277385, right=-2399827.45504775, top=1275562.27289255);EPSG:3031
Crane_2014-01-20_TSX_7_2_034_geo.tif;Crane Glacier;20.01.2014;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.78847285, bottom=1251822.2727743501, right=-2399827.45504725, top=1275562.2728930502);EPSG:3031
Crane_2014-02-11_TSX_7_3_034_geo.tif;Crane Glacier;11.02.2014;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2418280.7884738497, bottom=1251822.27277485, right=-2399827.4550482496, top=1275562.27289355);EPSG:3031
DBE_2004-03-03_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.03.2004;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-04-07_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;07.04.2004;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-05-12_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;12.05.2004;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-06-16_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;16.06.2004;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-07-21_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;21.07.2004;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-08-25_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;25.08.2004;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-09-29_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;29.09.2004;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-11-03_ENVISAT_20_4_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.11.2004;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-12-08_ENVISAT_20_5_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;08.12.2004;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2005-02-16_ENVISAT_20_1_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;16.02.2005;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2005-03-23_ENVISAT_20_1_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;23.03.2005;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2005-04-27_ENVISAT_20_2_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;27.04.2005;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2005-06-01_ENVISAT_20_2_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;01.06.2005;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2005-07-06_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;06.07.2005;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2005-08-10_ENVISAT_20_2_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;10.08.2005;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2006-03-08_ENVISAT_20_1_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;08.03.2006;Envisat;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2006-04-12_ENVISAT_20_1_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;12.04.2006;Envisat;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2006-06-21_ENVISAT_20_2_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;21.06.2006;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2006-07-26_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;26.07.2006;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2006-08-30_ENVISAT_20_2_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;30.08.2006;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2006-10-04_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;04.10.2006;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2006-11-08_ENVISAT_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;08.11.2006;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2007-08-15_ENVISAT_20_5_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;15.08.2007;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2007-09-19_ENVISAT_20_6_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;19.09.2007;Envisat;20;424;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2010-03-17_ENVISAT_20_6_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;17.03.2010;Envisat;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2010-04-21_ENVISAT_20_6_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;21.04.2010;Envisat;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_1995-11-16_ERS_20_1_152_geo.tif;Dinsmoor�Bombardier�Edgeworth;16.11.1995;ERS-1/2;20;152;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_1996-01-25_ERS_20_1_152_geo.tif;Dinsmoor�Bombardier�Edgeworth;25.01.1996;ERS-1/2;20;152;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_1997-01-29_ERS_20_2_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;29.01.1997;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_1997-03-05_ERS_20_1_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;05.03.1997;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_1998-02-18_ERS_20_1_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;18.02.1998;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_1999-11-10_ERS_20_4_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;10.11.1999;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2002-02-27_ERS_20_1_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;27.02.2002;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2002-11-16_ERS_20_3_161_geo.tif;Dinsmoor�Bombardier�Edgeworth;16.11.2002;ERS-1/2;20;161;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2002-12-21_ERS_20_4_161_geo.tif;Dinsmoor�Bombardier�Edgeworth;21.12.2002;ERS-1/2;20;161;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2003-01-08_ERS_20_4_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;08.01.2003;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2003-02-12_ERS_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;12.02.2003;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2003-11-19_ERS_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;19.11.2003;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-03-03_ERS_20_3_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.03.2004;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-12-08_ERS_20_5_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;08.12.2004;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2005-01-12_ERS_20_6_424_geo.tif;Dinsmoor�Bombardier�Edgeworth;12.01.2005;ERS-1/2;20;424;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2010-01-22_ERS_20_6_152_geo.tif;Dinsmoor�Bombardier�Edgeworth;22.01.2010;ERS-1/2;20;152;VV;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2006-05-18_PALSAR_17_2_135_geo.tif;Dinsmoor�Bombardier�Edgeworth;18.05.2006;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.27282855, right=-2441519.1217651498, top=1426827.2728661501);EPSG:3031
DBE_2006-06-21_PALSAR_17_2_137_geo.tif;Dinsmoor�Bombardier�Edgeworth;21.06.2006;ALOS PALSAR;16.66666667;137;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.2728991501, right=-2441519.1217651498, top=1426827.2729367502);EPSG:3031
DBE_2006-07-03_PALSAR_17_3_135_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.07.2006;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.27282415, right=-2441519.1217651498, top=1426827.27286175);EPSG:3031
DBE_2006-08-06_PALSAR_17_2_137_geo.tif;Dinsmoor�Bombardier�Edgeworth;06.08.2006;ALOS PALSAR;16.66666667;137;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.27290255, right=-2441519.1217651498, top=1426827.27294015);EPSG:3031
DBE_2006-11-06_PALSAR_17_3_137_geo.tif;Dinsmoor�Bombardier�Edgeworth;06.11.2006;ALOS PALSAR;16.66666667;137;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.2729113502, right=-2441519.1217651498, top=1426827.2729489503);EPSG:3031
DBE_2007-11-11_PALSAR_17_4_129_geo.tif;Dinsmoor�Bombardier�Edgeworth;11.11.2007;ALOS PALSAR;16.66666667;129;HH;BoundingBox(left=-2462069.1219164496, bottom=1408027.27291835, right=-2441519.1218753494, top=1426827.2729559501);EPSG:3031
DBE_2007-12-27_PALSAR_17_5_129_geo.tif;Dinsmoor�Bombardier�Edgeworth;27.12.2007;ALOS PALSAR;16.66666667;129;HH;BoundingBox(left=-2462069.1219180496, bottom=1408027.27291955, right=-2441519.1218769494, top=1426827.2729571501);EPSG:3031
DBE_2008-09-28_PALSAR_17_5_129_geo.tif;Dinsmoor�Bombardier�Edgeworth;28.09.2008;ALOS PALSAR;16.66666667;129;HH;BoundingBox(left=-2462069.12191585, bottom=1408027.27290655, right=-2441519.1218747497, top=1426827.27294415);EPSG:3031
DBE_2008-11-13_PALSAR_17_5_129_geo.tif;Dinsmoor�Bombardier�Edgeworth;13.11.2008;ALOS PALSAR;16.66666667;129;HH;BoundingBox(left=-2462069.12191645, bottom=1408027.27290775, right=-2441519.12187535, top=1426827.27294535);EPSG:3031
DBE_2008-12-29_PALSAR_17_5_129_geo.tif;Dinsmoor�Bombardier�Edgeworth;29.12.2008;ALOS PALSAR;16.66666667;129;HH;BoundingBox(left=-2462069.1219172496, bottom=1408027.27290895, right=-2441519.1218761494, top=1426827.27294655);EPSG:3031
DBE_2009-02-13_PALSAR_17_5_129_geo.tif;Dinsmoor�Bombardier�Edgeworth;13.02.2009;ALOS PALSAR;16.66666667;129;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.27290675, right=-2441519.1217651498, top=1426827.27294435);EPSG:3031
DBE_2009-12-03_PALSAR_17_5_132_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.12.2009;ALOS PALSAR;16.66666667;132;HH;BoundingBox(left=-2462069.12188665, bottom=1408027.2729613502, right=-2441519.12184555, top=1426827.2729989502);EPSG:3031
DBE_2010-01-18_PALSAR_17_5_132_geo.tif;Dinsmoor�Bombardier�Edgeworth;18.01.2010;ALOS PALSAR;16.66666667;132;HH;BoundingBox(left=-2462069.12188665, bottom=1408027.2729627502, right=-2441519.12184555, top=1426827.2730003502);EPSG:3031
DBE_2010-10-16_PALSAR_17_4_127_geo.tif;Dinsmoor�Bombardier�Edgeworth;16.10.2010;ALOS PALSAR;16.66666667;127;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.2728349501, right=-2441519.1217651498, top=1426827.27287255);EPSG:3031
DBE_2010-10-21_PALSAR_17_4_132_geo.tif;Dinsmoor�Bombardier�Edgeworth;21.10.2010;ALOS PALSAR;16.66666667;132;HH;BoundingBox(left=-2462069.1218062495, bottom=1408027.27296295, right=-2441519.1217651493, top=1426827.2730005498);EPSG:3031
DBE_2010-11-19_PALSAR_17_4_129_geo.tif;Dinsmoor�Bombardier�Edgeworth;19.11.2010;ALOS PALSAR;16.66666667;129;HH;BoundingBox(left=-2462069.1218062495, bottom=1408027.2729215499, right=-2441519.1217651493, top=1426827.27295915);EPSG:3031
DBE_2010-12-01_PALSAR_17_4_127_geo.tif;Dinsmoor�Bombardier�Edgeworth;01.12.2010;ALOS PALSAR;16.66666667;127;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.2728359501, right=-2441519.1217651498, top=1426827.27287355);EPSG:3031
DBE_2010-12-06_PALSAR_17_3_132_geo.tif;Dinsmoor�Bombardier�Edgeworth;06.12.2010;ALOS PALSAR;16.66666667;132;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.27296455, right=-2441519.1217651498, top=1426827.2730021498);EPSG:3031
DBE_2011-01-04_PALSAR_17_4_129_geo.tif;Dinsmoor�Bombardier�Edgeworth;04.01.2011;ALOS PALSAR;16.66666667;129;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.2729225499, right=-2441519.1217651498, top=1426827.27296015);EPSG:3031
DBE_2011-01-16_PALSAR_17_4_127_geo.tif;Dinsmoor�Bombardier�Edgeworth;16.01.2011;ALOS PALSAR;16.66666667;127;HH;BoundingBox(left=-2462069.12180625, bottom=1408027.27283695, right=-2441519.1217651498, top=1426827.2728745497);EPSG:3031
DBE_2000-09-10_RSAT_20_3_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;10.09.2000;RADARSAT-1;20;282;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2000-10-04_RSAT_20_4_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;04.10.2000;RADARSAT-1;20;282;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2000-10-06_RSAT_12_3_306_geo.tif;Dinsmoor�Bombardier�Edgeworth;06.10.2000;RADARSAT-1;12;306;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2000-10-13_RSAT_20_4_063_geo.tif;Dinsmoor�Bombardier�Edgeworth;13.10.2000;RADARSAT-1;20;63;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2004-09-13_RSAT_12_3_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;13.09.2004;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2004-10-07_RSAT_12_4_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;07.10.2004;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2004-10-16_RSAT_12_3_063_geo.tif;Dinsmoor�Bombardier�Edgeworth;16.10.2004;RADARSAT-1;12;63;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2004-11-09_RSAT_12_3_063_geo.tif;Dinsmoor�Bombardier�Edgeworth;09.11.2004;RADARSAT-1;12;63;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2004-11-24_RSAT_12_3_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;24.11.2004;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2004-12-11_RSAT_12_4_182_geo.tif;Dinsmoor�Bombardier�Edgeworth;11.12.2004;RADARSAT-1;12;182;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2004-12-18_RSAT_12_3_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;18.12.2004;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2005-05-11_RSAT_12_3_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;11.05.2005;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2006-01-06_RSAT_12_4_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;06.01.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2006-02-23_RSAT_12_3_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;23.02.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2006-03-19_RSAT_12_4_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;19.03.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2006-04-12_RSAT_12_1_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;12.04.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2006-05-06_RSAT_12_3_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;06.05.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2006-08-10_RSAT_20_4_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;10.08.2006;RADARSAT-1;20;282;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2006-09-03_RSAT_20_5_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.09.2006;RADARSAT-1;20;282;HH;BoundingBox(left=-2462054.122, bottom=1408042.273, right=-2441514.122, top=1426822.273);EPSG:3031
DBE_2007-01-01_RSAT_12_5_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;01.01.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2007-01-25_RSAT_12_5_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;25.01.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2007-02-18_RSAT_12_4_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;18.02.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2007-03-14_RSAT_12_3_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;14.03.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2007-05-01_RSAT_12_4_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;01.05.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2007-12-03_RSAT_12_4_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.12.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2007-12-27_RSAT_12_5_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;27.12.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2008-01-20_RSAT_12_4_282_geo.tif;Dinsmoor�Bombardier�Edgeworth;20.01.2008;RADARSAT-1;12;282;HH;BoundingBox(left=-2462062.872, bottom=1408033.523, right=-2441525.372, top=1426833.523);EPSG:3031
DBE_2008-03-30_TSX_7_3_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;30.03.2008;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.7885857495, bottom=1408035.60610425, right=-2441520.7884830493, top=1426828.93953155);EPSG:3031
DBE_2008-10-14_TSX_7_3_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;14.10.2008;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.78858575, bottom=1408035.6061037502, right=-2441520.78848305, top=1426828.9395310502);EPSG:3031
DBE_2008-10-25_TSX_7_2_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;25.10.2008;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.7885847497, bottom=1408035.60610425, right=-2441520.7884820495, top=1426828.93953155);EPSG:3031
DBE_2008-11-05_TSX_7_2_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;05.11.2008;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.7885852503, bottom=1408035.6061037502, right=-2441520.7884825505, top=1426828.9395310502);EPSG:3031
DBE_2009-10-23_TSX_7_2_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;23.10.2009;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.78858475, bottom=1408035.60610425, right=-2441520.7884820504, top=1426828.93953155);EPSG:3031
DBE_2009-11-03_TSX_7_2_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.11.2009;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.78858575, bottom=1408035.6061047502, right=-2441520.78848305, top=1426828.9395320502);EPSG:3031
DBE_2010-10-10_TSX_7_2_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;10.10.2010;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.7885827497, bottom=1408035.60610025, right=-2441520.7884800495, top=1426828.93952755);EPSG:3031
DBE_2010-11-12_TSX_7_4_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;12.11.2010;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.7885462497, bottom=1408035.60604075, right=-2441520.7884435495, top=1426828.93946805);EPSG:3031
DBE_2010-11-23_TSX_7_5_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;23.11.2010;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.7885867497, bottom=1408035.60610475, right=-2441520.7884840495, top=1426828.93953205);EPSG:3031
DBE_2011-01-17_TSX_7_4_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;17.01.2011;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.7885857495, bottom=1408035.60610325, right=-2441520.7884830493, top=1426828.93953055);EPSG:3031
DBE_2011-01-28_TSX_7_2_049_geo.tif;Dinsmoor�Bombardier�Edgeworth;28.01.2011;TerraSAR-X;6.666666667;49;HH;BoundingBox(left=-2462060.7885847497, bottom=1408035.60610225, right=-2441520.7884820495, top=1426828.93952955);EPSG:3031
DBE_2011-07-05_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;05.07.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884812495, bottom=1408035.6060242502, right=-2441520.7883785497, top=1426828.9394515501);EPSG:3031
DBE_2011-07-27_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;27.07.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78848275, bottom=1408035.6060272502, right=-2441520.7883800496, top=1426828.9394545502);EPSG:3031
DBE_2011-09-09_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;09.09.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884812495, bottom=1408035.6060242502, right=-2441520.7883785497, top=1426828.9394515501);EPSG:3031
DBE_2011-09-20_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;20.09.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884822497, bottom=1408035.60602375, right=-2441520.7883795495, top=1426828.93945105);EPSG:3031
DBE_2011-10-23_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;23.10.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78847775, bottom=1408035.60602275, right=-2441520.78837505, top=1426828.93945005);EPSG:3031
DBE_2011-11-14_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;14.11.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78848125, bottom=1408035.6060222501, right=-2441520.7883785497, top=1426828.9394495501);EPSG:3031
DBE_2011-12-06_TSX_7_5_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;06.12.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884767503, bottom=1408035.60602125, right=-2441520.78837405, top=1426828.9394485499);EPSG:3031
DBE_2011-12-28_TSX_7_2_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;28.12.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78847825, bottom=1408035.60602375, right=-2441520.7883755504, top=1426828.93945105);EPSG:3031
DBE_2012-03-14_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;14.03.2012;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78847975, bottom=1408035.60602675, right=-2441520.78837705, top=1426828.93945405);EPSG:3031
DBE_2012-04-05_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;05.04.2012;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78847975, bottom=1408035.6060217503, right=-2441520.78837705, top=1426828.9394490502);EPSG:3031
DBE_2012-05-08_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;08.05.2012;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78848325, bottom=1408035.6060267503, right=-2441520.7883805498, top=1426828.9394540503);EPSG:3031
DBE_2012-06-10_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;10.06.2012;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884837496, bottom=1408035.6060272502, right=-2441520.7883810494, top=1426828.9394545502);EPSG:3031
DBE_2012-06-21_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;21.06.2012;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78847775, bottom=1408035.60602275, right=-2441520.78837505, top=1426828.93945005);EPSG:3031
DBE_2012-08-04_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;04.08.2012;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884837496, bottom=1408035.6060267503, right=-2441520.7883810494, top=1426828.9394540503);EPSG:3031
DBE_2012-08-15_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;15.08.2012;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78848175, bottom=1408035.60602375, right=-2441520.78837905, top=1426828.93945105);EPSG:3031
DBE_2012-10-31_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;31.10.2012;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884837496, bottom=1408035.6060257503, right=-2441520.7883810494, top=1426828.9394530503);EPSG:3031
DBE_2012-11-11_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;11.11.2012;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884747502, bottom=1408035.60602275, right=-2441520.78837205, top=1426828.93945005);EPSG:3031
DBE_2013-01-16_TSX_7_5_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;16.01.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884812495, bottom=1408035.6060222501, right=-2441520.7883785493, top=1426828.9394495501);EPSG:3031
DBE_2013-03-12_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;12.03.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884812495, bottom=1408035.6060227503, right=-2441520.7883785493, top=1426828.9394500502);EPSG:3031
DBE_2013-03-23_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;23.03.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78847975, bottom=1408035.6060222501, right=-2441520.78837705, top=1426828.9394495501);EPSG:3031
DBE_2013-04-03_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.04.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884832495, bottom=1408035.6060267503, right=-2441520.7883805493, top=1426828.9394540503);EPSG:3031
DBE_2013-05-28_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;28.05.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884812495, bottom=1408035.6060227503, right=-2441520.7883785493, top=1426828.9394500502);EPSG:3031
DBE_2013-06-19_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;19.06.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78847775, bottom=1408035.60602225, right=-2441520.78837505, top=1426828.93944955);EPSG:3031
DBE_2013-07-11_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;11.07.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78848175, bottom=1408035.6060232501, right=-2441520.78837905, top=1426828.9394505501);EPSG:3031
DBE_2013-09-04_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;04.09.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78848325, bottom=1408035.6060262502, right=-2441520.7883805498, top=1426828.9394535501);EPSG:3031
DBE_2013-10-07_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;07.10.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884837496, bottom=1408035.6060267503, right=-2441520.7883810494, top=1426828.9394540503);EPSG:3031
DBE_2013-11-09_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;09.11.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78848325, bottom=1408035.6060272502, right=-2441520.7883805498, top=1426828.9394545502);EPSG:3031
DBE_2013-12-01_TSX_7_2_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;01.12.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884842497, bottom=1408035.6060267503, right=-2441520.7883815495, top=1426828.9394540503);EPSG:3031
DBE_2013-12-12_TSX_7_3_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;12.12.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884842497, bottom=1408035.6060252502, right=-2441520.7883815495, top=1426828.9394525501);EPSG:3031
DBE_2013-12-23_TSX_7_2_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;23.12.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884827494, bottom=1408035.6060252502, right=-2441520.788380049, top=1426828.9394525501);EPSG:3031
DBE_2014-01-03_TSX_7_5_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;03.01.2014;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884842497, bottom=1408035.6060262502, right=-2441520.7883815495, top=1426828.9394535501);EPSG:3031
DBE_2014-02-05_TSX_7_1_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;05.02.2014;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.78848325, bottom=1408035.6060257503, right=-2441520.7883805498, top=1426828.9394530503);EPSG:3031
DBE_2014-03-21_TSX_7_2_110_geo.tif;Dinsmoor�Bombardier�Edgeworth;21.03.2014;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2462060.7884827494, bottom=1408035.6060252502, right=-2441520.788380049, top=1426828.9394525501);EPSG:3031
JAC_2009-04-16_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;16.04.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-04-27_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;27.04.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-05-08_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;08.05.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-05-19_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;19.05.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-05-30_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;30.05.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-06-10_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;10.06.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-06-21_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;21.06.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-07-02_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;02.07.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-07-13_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;13.07.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-07-24_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;24.07.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-08-04_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;04.08.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-08-15_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;15.08.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-08-26_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;26.08.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-09-06_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;06.09.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-09-17_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;17.09.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-09-28_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;28.09.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-10-09_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;09.10.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-10-20_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;20.10.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-10-31_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;31.10.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-11-11_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;11.11.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-11-22_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;22.11.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-12-03_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;03.12.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-12-14_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.12.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2009-12-25_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;25.12.2009;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-01-05_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;05.01.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-01-16_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;16.01.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-02-07_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;07.02.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-02-18_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;18.02.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-03-12_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;12.03.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-03-23_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;23.03.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-04-14_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.04.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-04-25_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;25.04.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-05-06_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;06.05.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-05-17_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;17.05.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-06-19_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;19.06.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-06-30_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;30.06.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-07-11_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;11.07.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-07-22_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;22.07.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-09-04_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;04.09.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-09-15_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;15.09.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-10-07_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;07.10.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-10-18_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;18.10.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-11-09_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;09.11.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-11-20_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;20.11.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-12-01_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;01.12.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2010-12-23_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;23.12.2010;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-01-03_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;03.01.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-01-25_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;25.01.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-02-16_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;16.02.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-03-10_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;10.03.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-03-21_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;21.03.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-04-12_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;12.04.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-04-23_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;23.04.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-05-15_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;15.05.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-05-26_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;26.05.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-06-17_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;17.06.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-07-20_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;20.07.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-08-23_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;23.08.2011;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-09-03_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;03.09.2011;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-09-14_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.09.2011;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-10-05_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;05.10.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-10-16_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;16.10.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-11-08_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;08.11.2011;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-11-18_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;18.11.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-12-10_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;10.12.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2011-12-21_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;21.12.2011;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-01-13_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;13.01.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-01-23_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;23.01.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-02-14_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.02.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-02-25_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;25.02.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-03-07_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;07.03.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-03-29_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;29.03.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-04-20_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;20.04.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-05-24_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;24.05.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-06-03_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;03.06.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-06-14_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.06.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-07-07_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;07.07.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-07-18_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;18.07.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-08-09_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;09.08.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-08-20_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;20.08.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-09-11_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;11.09.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-09-21_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;21.09.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-10-03_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;03.10.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-10-14_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.10.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-11-04_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;04.11.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-11-15_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;15.11.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-12-07_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;07.12.2012;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2012-12-19_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;19.12.2012;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-01-09_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;09.01.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-01-20_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;20.01.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-02-11_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;11.02.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-02-22_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;22.02.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-03-06_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;06.03.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-03-17_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;17.03.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-04-07_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;07.04.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-04-18_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;18.04.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-05-10_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;10.05.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-05-22_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;22.05.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-06-13_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;13.06.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-06-24_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;24.06.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-07-05_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;05.07.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-07-27_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;27.07.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-08-17_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;17.08.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-08-28_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;28.08.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-09-08_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;08.09.2013;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-09-20_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;20.09.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-10-12_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;12.10.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-10-23_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;23.10.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-11-14_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.11.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-11-25_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;25.11.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-12-06_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;06.12.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2013-12-17_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;17.12.2013;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-01-29_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;29.01.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-03-03_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;03.03.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-03-14_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.03.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-03-25_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;25.03.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-04-05_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;05.04.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-04-16_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;16.04.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-04-27_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;27.04.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-06-10_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;10.06.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-06-21_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;21.06.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-07-02_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;02.07.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-07-03_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;03.07.2014;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-07-14_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.07.2014;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-07-25_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;25.07.2014;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-08-04_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;04.08.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-09-18_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;18.09.2014;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-09-28_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;28.09.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-10-09_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;09.10.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-10-20_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;20.10.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-11-11_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;11.11.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-12-03_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;03.12.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-12-14_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.12.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2014-12-25_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;25.12.2014;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-01-05_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;05.01.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-01-16_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;16.01.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-01-27_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;27.01.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-02-07_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;07.02.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-02-19_TSX_6_1_027_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;19.02.2015;TerraSAR-X;6;27;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-03-12_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;12.03.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-03-23_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;23.03.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-04-14_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;14.04.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-04-25_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;25.04.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-05-06_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;06.05.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-05-17_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;17.05.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-06-08_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;08.06.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-06-19_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;19.06.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-07-11_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;11.07.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-07-22_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;22.07.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-08-02_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;02.08.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-08-13_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;13.08.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-09-04_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;04.09.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-09-26_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;26.09.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-10-18_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;18.10.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-10-29_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;29.10.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-11-09_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;09.11.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-11-20_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;20.11.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-12-12_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;12.12.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
JAC_2015-12-23_TSX_6_1_005_geo.tif;Jakobshavn Glacier / Sermeq Kujalleq;23.12.2015;TerraSAR-X;6;5;HH;BoundingBox(left=545650.2, bottom=7666470.0, right=561484.2, top=7685328.0);EPSG:32622
Jorum_2007-03-31_ENVISAT_20_2_467_geo.tif;Jorum Glacier;31.03.2007;Envisat;20;467;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2007-05-05_ENVISAT_20_2_467_geo.tif;Jorum Glacier;05.05.2007;Envisat;20;467;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2007-06-09_ENVISAT_20_2_467_geo.tif;Jorum Glacier;09.06.2007;Envisat;20;467;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2007-07-14_ENVISAT_20_2_467_geo.tif;Jorum Glacier;14.07.2007;Envisat;20;467;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2007-09-22_ENVISAT_20_3_467_geo.tif;Jorum Glacier;22.09.2007;Envisat;20;467;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2007-10-27_ENVISAT_20_3_467_geo.tif;Jorum Glacier;27.10.2007;Envisat;20;467;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2008-01-05_ENVISAT_20_2_467_geo.tif;Jorum Glacier;05.01.2008;Envisat;20;467;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2010-03-20_ENVISAT_20_2_467_geo.tif;Jorum Glacier;20.03.2010;Envisat;20;467;VV;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2010-05-29_ENVISAT_20_2_467_geo.tif;Jorum Glacier;29.05.2010;Envisat;20;467;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2010-07-03_ENVISAT_20_2_467_geo.tif;Jorum Glacier;03.07.2010;Envisat;20;467;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2003-01-27_ERS_20_1_195_geo.tif;Jorum Glacier;27.01.2003;ERS-1/2;20;195;VV;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2006-11-27_ERS_20_3_195_geo.tif;Jorum Glacier;27.11.2006;ERS-1/2;20;195;VV;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2007-02-05_ERS_20_1_195_geo.tif;Jorum Glacier;05.02.2007;ERS-1/2;20;195;VV;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2007-11-21_PALSAR_17_2_135_geo.tif;Jorum Glacier;21.11.2007;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2431035.78841085, bottom=1272293.9395455502, right=-2411069.1217042496, top=1285327.2729049502);EPSG:3031
Jorum_2008-11-23_PALSAR_17_2_135_geo.tif;Jorum Glacier;23.11.2008;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2431035.78841085, bottom=1272293.93952635, right=-2411069.1217042496, top=1285327.27288575);EPSG:3031
Jorum_2009-12-25_PALSAR_17_1_136_geo.tif;Jorum Glacier;25.12.2009;ALOS PALSAR;16.66666667;136;HH;BoundingBox(left=-2431035.78841085, bottom=1272293.93950175, right=-2411069.1217042496, top=1285327.27286115);EPSG:3031
Jorum_2010-09-15_PALSAR_17_2_138_geo.tif;Jorum Glacier;15.09.2010;ALOS PALSAR;16.66666667;138;HH;BoundingBox(left=-2431035.78841085, bottom=1272293.93957075, right=-2411069.1217042496, top=1285327.2729301502);EPSG:3031
Jorum_2010-10-14_PALSAR_17_2_135_geo.tif;Jorum Glacier;14.10.2010;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2431035.78841085, bottom=1272293.93954135, right=-2411069.1217042496, top=1285327.27290075);EPSG:3031
Jorum_2010-11-29_PALSAR_17_1_135_geo.tif;Jorum Glacier;29.11.2010;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2431035.78841085, bottom=1272293.93954275, right=-2411069.1217042496, top=1285327.27290215);EPSG:3031
Jorum_2016-07-03_S1_20_2_009_geo.tif;Jorum Glacier;03.07.2016;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2016-09-01_S1_20_2_009_geo.tif;Jorum Glacier;01.09.2016;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2016-12-30_S1_20_2_009_geo.tif;Jorum Glacier;30.12.2016;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2017-06-16_S1_20_2_009_geo.tif;Jorum Glacier;16.06.2017;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2017-09-08_S1_20_2_009_geo.tif;Jorum Glacier;08.09.2017;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2018-01-06_S1_20_3_009_geo.tif;Jorum Glacier;06.01.2018;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2018-03-07_S1_20_3_009_geo.tif;Jorum Glacier;07.03.2018;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2018-06-11_S1_20_2_009_geo.tif;Jorum Glacier;11.06.2018;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2018-09-03_S1_20_3_009_geo.tif;Jorum Glacier;03.09.2018;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2019-01-01_S1_20_3_009_geo.tif;Jorum Glacier;01.01.2019;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2019-03-02_S1_20_3_009_geo.tif;Jorum Glacier;02.03.2019;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2019-09-22_S1_20_3_009_geo.tif;Jorum Glacier;22.09.2019;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2020-01-08_S1_20_3_009_geo.tif;Jorum Glacier;08.01.2020;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2020-03-08_S1_20_3_009_geo.tif;Jorum Glacier;08.03.2020;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2020-06-12_S1_20_3_009_geo.tif;Jorum Glacier;12.06.2020;Sentinel-1;20;9;HH;BoundingBox(left=-2431034.122, bottom=1272302.273, right=-2411074.122, top=1285322.273);EPSG:3031
Jorum_2010-11-05_TSX_7_1_110_geo.tif;Jorum Glacier;05.11.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.78861665, bottom=1272295.6061400503, right=-2411067.4551834497, top=1285328.9395385503);EPSG:3031
Jorum_2010-11-16_TSX_7_2_110_geo.tif;Jorum Glacier;16.11.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.78861665, bottom=1272295.6061400503, right=-2411067.4551834497, top=1285328.9395385503);EPSG:3031
Jorum_2010-11-27_TSX_7_2_110_geo.tif;Jorum Glacier;27.11.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.78861665, bottom=1272295.6061405502, right=-2411067.4551834497, top=1285328.9395390502);EPSG:3031
Jorum_2010-12-08_TSX_7_2_110_geo.tif;Jorum Glacier;08.12.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.7886171495, bottom=1272295.6061400503, right=-2411067.4551839493, top=1285328.9395385503);EPSG:3031
Jorum_2010-12-14_TSX_7_1_034_geo.tif;Jorum Glacier;14.12.2010;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885931497, bottom=1272295.6061870502, right=-2411067.4551599496, top=1285328.9395855502);EPSG:3031
Jorum_2010-12-19_TSX_7_1_110_geo.tif;Jorum Glacier;19.12.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.7886171495, bottom=1272295.60614055, right=-2411067.4551839493, top=1285328.93953905);EPSG:3031
Jorum_2010-12-25_TSX_7_1_034_geo.tif;Jorum Glacier;25.12.2010;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78859365, bottom=1272295.60618655, right=-2411067.4551604497, top=1285328.93958505);EPSG:3031
Jorum_2010-12-30_TSX_7_1_110_geo.tif;Jorum Glacier;30.12.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.78861665, bottom=1272295.6061405502, right=-2411067.4551834497, top=1285328.9395390502);EPSG:3031
Jorum_2011-06-02_TSX_7_3_110_geo.tif;Jorum Glacier;02.06.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.78858765, bottom=1272295.6061130501, right=-2411067.4551544497, top=1285328.9395115501);EPSG:3031
Jorum_2011-06-24_TSX_7_2_110_geo.tif;Jorum Glacier;24.06.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.7885891497, bottom=1272295.60611655, right=-2411067.4551559496, top=1285328.93951505);EPSG:3031
Jorum_2011-07-16_TSX_7_3_110_geo.tif;Jorum Glacier;16.07.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.78858765, bottom=1272295.60611355, right=-2411067.4551544497, top=1285328.93951205);EPSG:3031
Jorum_2011-08-13_TSX_7_2_034_geo.tif;Jorum Glacier;13.08.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885436495, bottom=1272295.60620355, right=-2411067.4551104493, top=1285328.93960205);EPSG:3031
Jorum_2011-09-04_TSX_7_4_034_geo.tif;Jorum Glacier;04.09.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78854515, bottom=1272295.60620155, right=-2411067.4551119497, top=1285328.93960005);EPSG:3031
Jorum_2011-10-18_TSX_7_3_034_geo.tif;Jorum Glacier;18.10.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78854515, bottom=1272295.60619955, right=-2411067.4551119497, top=1285328.93959805);EPSG:3031
Jorum_2011-12-01_TSX_7_1_034_geo.tif;Jorum Glacier;01.12.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78853315, bottom=1272295.60619755, right=-2411067.45509995, top=1285328.93959605);EPSG:3031
Jorum_2011-12-12_TSX_7_3_034_geo.tif;Jorum Glacier;12.12.2011;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78853915, bottom=1272295.6062020499, right=-2411067.4551059497, top=1285328.9396005499);EPSG:3031
Jorum_2012-05-14_TSX_7_2_034_geo.tif;Jorum Glacier;14.05.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885381496, bottom=1272295.60621055, right=-2411067.4551049494, top=1285328.93960905);EPSG:3031
Jorum_2012-06-16_TSX_7_2_034_geo.tif;Jorum Glacier;16.06.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885331498, bottom=1272295.6062060501, right=-2411067.4550999496, top=1285328.9396045501);EPSG:3031
Jorum_2012-06-27_TSX_7_2_034_geo.tif;Jorum Glacier;27.06.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885381496, bottom=1272295.6062110502, right=-2411067.4551049494, top=1285328.9396095502);EPSG:3031
Jorum_2012-07-03_TSX_7_2_125_geo.tif;Jorum Glacier;03.07.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2431040.78864765, bottom=1272295.6061480502, right=-2411067.4552144497, top=1285328.9395465502);EPSG:3031
Jorum_2012-07-25_TSX_7_2_125_geo.tif;Jorum Glacier;25.07.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2431040.78864765, bottom=1272295.6061500502, right=-2411067.4552144497, top=1285328.9395485502);EPSG:3031
Jorum_2012-07-30_TSX_7_2_034_geo.tif;Jorum Glacier;30.07.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78853365, bottom=1272295.60620655, right=-2411067.4551004497, top=1285328.93960505);EPSG:3031
Jorum_2012-08-10_TSX_7_2_034_geo.tif;Jorum Glacier;10.08.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885376494, bottom=1272295.6062100502, right=-2411067.4551044493, top=1285328.9396085502);EPSG:3031
Jorum_2012-08-21_TSX_7_2_034_geo.tif;Jorum Glacier;21.08.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7886161497, bottom=1272295.60622305, right=-2411067.4551829495, top=1285328.93962155);EPSG:3031
Jorum_2012-09-01_TSX_7_2_034_geo.tif;Jorum Glacier;01.09.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7886161497, bottom=1272295.6062225502, right=-2411067.4551829495, top=1285328.9396210501);EPSG:3031
Jorum_2012-10-04_TSX_7_2_034_geo.tif;Jorum Glacier;04.10.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78853765, bottom=1272295.6062100502, right=-2411067.4551044498, top=1285328.9396085502);EPSG:3031
Jorum_2012-11-06_TSX_7_2_034_geo.tif;Jorum Glacier;06.11.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78853215, bottom=1272295.6062060501, right=-2411067.45509895, top=1285328.9396045501);EPSG:3031
Jorum_2013-02-24_TSX_7_3_034_geo.tif;Jorum Glacier;24.02.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78853565, bottom=1272295.60620505, right=-2411067.4551024497, top=1285328.93960355);EPSG:3031
Jorum_2013-03-07_TSX_7_2_034_geo.tif;Jorum Glacier;07.03.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885331498, bottom=1272295.60620655, right=-2411067.4550999496, top=1285328.93960505);EPSG:3031
Jorum_2013-03-29_TSX_7_2_034_geo.tif;Jorum Glacier;29.03.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885356494, bottom=1272295.6062070502, right=-2411067.4551024493, top=1285328.9396055501);EPSG:3031
Jorum_2013-06-30_TSX_7_2_110_geo.tif;Jorum Glacier;30.06.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.7885911497, bottom=1272295.60612055, right=-2411067.4551579496, top=1285328.93951905);EPSG:3031
Jorum_2013-07-17_TSX_7_1_034_geo.tif;Jorum Glacier;17.07.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885346496, bottom=1272295.60620655, right=-2411067.4551014495, top=1285328.93960505);EPSG:3031
Jorum_2013-07-22_TSX_7_1_110_geo.tif;Jorum Glacier;22.07.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.7885926496, bottom=1272295.60612055, right=-2411067.4551594495, top=1285328.93951905);EPSG:3031
Jorum_2013-08-02_TSX_7_2_110_geo.tif;Jorum Glacier;02.08.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2431040.7885921495, bottom=1272295.60612055, right=-2411067.4551589494, top=1285328.93951905);EPSG:3031
Jorum_2013-08-19_TSX_7_2_034_geo.tif;Jorum Glacier;19.08.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885376494, bottom=1272295.60620955, right=-2411067.4551044493, top=1285328.93960805);EPSG:3031
Jorum_2013-11-04_TSX_7_2_034_geo.tif;Jorum Glacier;04.11.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885376494, bottom=1272295.6062100502, right=-2411067.4551044493, top=1285328.9396085502);EPSG:3031
Jorum_2013-11-15_TSX_7_2_034_geo.tif;Jorum Glacier;15.11.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78853715, bottom=1272295.60621055, right=-2411067.4551039496, top=1285328.93960905);EPSG:3031
Jorum_2013-11-26_TSX_7_5_034_geo.tif;Jorum Glacier;26.11.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885361495, bottom=1272295.60621055, right=-2411067.4551029494, top=1285328.93960905);EPSG:3031
Jorum_2013-12-07_TSX_7_5_034_geo.tif;Jorum Glacier;07.12.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78853715, bottom=1272295.60621055, right=-2411067.4551039496, top=1285328.93960905);EPSG:3031
Jorum_2013-12-18_TSX_7_5_034_geo.tif;Jorum Glacier;18.12.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885376494, bottom=1272295.60621055, right=-2411067.4551044493, top=1285328.93960905);EPSG:3031
Jorum_2013-12-29_TSX_7_4_034_geo.tif;Jorum Glacier;29.12.2013;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.78853715, bottom=1272295.60620955, right=-2411067.4551039496, top=1285328.93960805);EPSG:3031
Jorum_2014-01-20_TSX_7_2_034_geo.tif;Jorum Glacier;20.01.2014;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885366497, bottom=1272295.6062100502, right=-2411067.4551034495, top=1285328.9396085502);EPSG:3031
Jorum_2014-02-11_TSX_7_2_034_geo.tif;Jorum Glacier;11.02.2014;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2431040.7885376494, bottom=1272295.60621055, right=-2411067.4551044493, top=1285328.93960905);EPSG:3031
Mapple_2007-03-31_ENVISAT_20_1_467_geo.tif;Mapple Glacier;31.03.2007;Envisat;20;467;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2007-05-05_ENVISAT_20_3_467_geo.tif;Mapple Glacier;05.05.2007;Envisat;20;467;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2007-06-09_ENVISAT_20_3_467_geo.tif;Mapple Glacier;09.06.2007;Envisat;20;467;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2007-07-14_ENVISAT_20_3_467_geo.tif;Mapple Glacier;14.07.2007;Envisat;20;467;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2007-09-22_ENVISAT_20_2_467_geo.tif;Mapple Glacier;22.09.2007;Envisat;20;467;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2007-10-27_ENVISAT_20_1_467_geo.tif;Mapple Glacier;27.10.2007;Envisat;20;467;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2008-01-05_ENVISAT_20_2_467_geo.tif;Mapple Glacier;05.01.2008;Envisat;20;467;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2010-03-20_ENVISAT_20_2_467_geo.tif;Mapple Glacier;20.03.2010;Envisat;20;467;VV;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2010-05-29_ENVISAT_20_2_467_geo.tif;Mapple Glacier;29.05.2010;Envisat;20;467;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2010-07-03_ENVISAT_20_4_467_geo.tif;Mapple Glacier;03.07.2010;Envisat;20;467;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2006-11-27_ERS_20_3_195_geo.tif;Mapple Glacier;27.11.2006;ERS-1/2;20;195;VV;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2007-02-05_ERS_20_1_195_geo.tif;Mapple Glacier;05.02.2007;ERS-1/2;20;195;VV;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2007-09-24_PALSAR_17_3_137_geo.tif;Mapple Glacier;24.09.2007;ALOS PALSAR;16.66666667;137;HH;BoundingBox(left=-2402935.7883546497, bottom=1262527.2729089502, right=-2395302.4550060495, top=1270627.27292515);EPSG:3031
Mapple_2007-11-21_PALSAR_17_3_135_geo.tif;Mapple Glacier;21.11.2007;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2402935.7883546497, bottom=1262527.27285935, right=-2395302.4550060495, top=1270627.27287555);EPSG:3031
Mapple_2008-11-23_PALSAR_17_5_135_geo.tif;Mapple Glacier;23.11.2008;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2402935.7883546497, bottom=1262527.2728401502, right=-2395302.4550060495, top=1270627.27285635);EPSG:3031
Mapple_2009-09-29_PALSAR_17_2_137_geo.tif;Mapple Glacier;29.09.2009;ALOS PALSAR;16.66666667;137;HH;BoundingBox(left=-2402935.7883546497, bottom=1262527.2729065502, right=-2395302.4550060495, top=1270627.27292275);EPSG:3031
Mapple_2009-12-25_PALSAR_17_1_136_geo.tif;Mapple Glacier;25.12.2009;ALOS PALSAR;16.66666667;136;HH;BoundingBox(left=-2402935.7883546497, bottom=1262527.27281555, right=-2395302.4550060495, top=1270627.2728317499);EPSG:3031
Mapple_2010-09-15_PALSAR_17_1_138_geo.tif;Mapple Glacier;15.09.2010;ALOS PALSAR;16.66666667;138;HH;BoundingBox(left=-2402935.7883546497, bottom=1262527.27288455, right=-2395302.4550060495, top=1270627.27290075);EPSG:3031
Mapple_2010-10-14_PALSAR_17_2_135_geo.tif;Mapple Glacier;14.10.2010;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2402935.78835465, bottom=1262527.27285515, right=-2395302.45500605, top=1270627.27287135);EPSG:3031
Mapple_2010-11-29_PALSAR_17_1_135_geo.tif;Mapple Glacier;29.11.2010;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2402935.7883546497, bottom=1262527.27285655, right=-2395302.4550060495, top=1270627.27287275);EPSG:3031
Mapple_2016-07-03_S1_20_2_009_geo.tif;Mapple Glacier;03.07.2016;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2016-09-01_S1_20_2_009_geo.tif;Mapple Glacier;01.09.2016;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2016-12-30_S1_20_2_009_geo.tif;Mapple Glacier;30.12.2016;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2017-06-16_S1_20_2_009_geo.tif;Mapple Glacier;16.06.2017;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2017-09-08_S1_20_2_009_geo.tif;Mapple Glacier;08.09.2017;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2018-01-06_S1_20_3_009_geo.tif;Mapple Glacier;06.01.2018;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2018-03-07_S1_20_3_009_geo.tif;Mapple Glacier;07.03.2018;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2018-06-11_S1_20_2_009_geo.tif;Mapple Glacier;11.06.2018;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2018-09-03_S1_20_3_009_geo.tif;Mapple Glacier;03.09.2018;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2019-01-01_S1_20_3_009_geo.tif;Mapple Glacier;01.01.2019;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2019-03-02_S1_20_3_009_geo.tif;Mapple Glacier;02.03.2019;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2019-09-22_S1_20_3_009_geo.tif;Mapple Glacier;22.09.2019;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2020-01-08_S1_20_3_009_geo.tif;Mapple Glacier;08.01.2020;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2020-03-08_S1_20_3_009_geo.tif;Mapple Glacier;08.03.2020;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2020-06-12_S1_20_3_009_geo.tif;Mapple Glacier;12.06.2020;Sentinel-1;20;9;HH;BoundingBox(left=-2402934.122, bottom=1262542.273, right=-2395294.122, top=1270642.273);EPSG:3031
Mapple_2008-10-13_TSX_7_2_034_geo.tif;Mapple Glacier;13.10.2008;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2402940.7884971495, bottom=1262535.60620325, right=-2395300.7884589494, top=1270635.6062437498);EPSG:3031
Mapple_2008-10-24_TSX_7_2_034_geo.tif;Mapple Glacier;24.10.2008;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2402940.78849665, bottom=1262535.6062037502, right=-2395300.7884584498, top=1270635.6062442502);EPSG:3031
Mapple_2008-11-04_TSX_7_1_034_geo.tif;Mapple Glacier;04.11.2008;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2402940.7884971495, bottom=1262535.6062032501, right=-2395300.7884589494, top=1270635.60624375);EPSG:3031
Mapple_2009-11-02_TSX_7_2_034_geo.tif;Mapple Glacier;02.11.2009;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2402940.7884971495, bottom=1262535.6062032501, right=-2395300.7884589494, top=1270635.60624375);EPSG:3031
Mapple_2009-11-13_TSX_7_1_034_geo.tif;Mapple Glacier;13.11.2009;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2402940.7884971495, bottom=1262535.6062032501, right=-2395300.7884589494, top=1270635.60624375);EPSG:3031
Mapple_2010-11-05_TSX_7_2_110_geo.tif;Mapple Glacier;05.11.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.7884761496, bottom=1262535.6060912502, right=-2395300.7884379495, top=1270635.6061317502);EPSG:3031
Mapple_2010-11-16_TSX_7_3_110_geo.tif;Mapple Glacier;16.11.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.7884761496, bottom=1262535.6060912502, right=-2395300.7884379495, top=1270635.6061317502);EPSG:3031
Mapple_2010-11-27_TSX_7_2_110_geo.tif;Mapple Glacier;27.11.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.78847615, bottom=1262535.60609175, right=-2395300.78843795, top=1270635.60613225);EPSG:3031
Mapple_2010-12-08_TSX_7_2_110_geo.tif;Mapple Glacier;08.12.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.7884766497, bottom=1262535.6060912502, right=-2395300.7884384496, top=1270635.6061317502);EPSG:3031
Mapple_2010-12-14_TSX_7_3_034_geo.tif;Mapple Glacier;14.12.2010;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2402940.78845265, bottom=1262535.60613825, right=-2395300.78841445, top=1270635.60617875);EPSG:3031
Mapple_2010-12-19_TSX_7_2_110_geo.tif;Mapple Glacier;19.12.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.7884766497, bottom=1262535.60609175, right=-2395300.7884384496, top=1270635.60613225);EPSG:3031
Mapple_2010-12-25_TSX_7_2_034_geo.tif;Mapple Glacier;25.12.2010;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2402940.78845315, bottom=1262535.60613775, right=-2395300.78841495, top=1270635.60617825);EPSG:3031
Mapple_2010-12-30_TSX_7_1_110_geo.tif;Mapple Glacier;30.12.2010;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.78847615, bottom=1262535.60609175, right=-2395300.78843795, top=1270635.60613225);EPSG:3031
Mapple_2011-06-02_TSX_7_1_110_geo.tif;Mapple Glacier;02.06.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.7884471496, bottom=1262535.6060642502, right=-2395300.7884089495, top=1270635.6061047502);EPSG:3031
Mapple_2011-06-24_TSX_7_1_110_geo.tif;Mapple Glacier;24.06.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.7884486495, bottom=1262535.6060677501, right=-2395300.7884104494, top=1270635.60610825);EPSG:3031
Mapple_2011-07-16_TSX_7_1_110_geo.tif;Mapple Glacier;16.07.2011;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.7884471496, bottom=1262535.60606475, right=-2395300.7884089495, top=1270635.60610525);EPSG:3031
Mapple_2012-07-03_TSX_7_2_125_geo.tif;Mapple Glacier;03.07.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2402940.78850715, bottom=1262535.60609925, right=-2395300.78846895, top=1270635.60613975);EPSG:3031
Mapple_2012-08-21_TSX_7_2_034_geo.tif;Mapple Glacier;21.08.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2402940.7884756494, bottom=1262535.6061742501, right=-2395300.7884374494, top=1270635.60621475);EPSG:3031
Mapple_2012-09-01_TSX_7_2_034_geo.tif;Mapple Glacier;01.09.2012;TerraSAR-X;6.666666667;34;HH;BoundingBox(left=-2402940.78847565, bottom=1262535.6061737502, right=-2395300.78843745, top=1270635.6062142502);EPSG:3031
Mapple_2013-06-30_TSX_7_1_110_geo.tif;Mapple Glacier;30.06.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.78845065, bottom=1262535.6060717502, right=-2395300.78841245, top=1270635.6061122501);EPSG:3031
Mapple_2013-07-22_TSX_7_1_110_geo.tif;Mapple Glacier;22.07.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.78845215, bottom=1262535.6060717502, right=-2395300.78841395, top=1270635.6061122501);EPSG:3031
Mapple_2013-08-02_TSX_7_1_110_geo.tif;Mapple Glacier;02.08.2013;TerraSAR-X;6.666666667;110;HH;BoundingBox(left=-2402940.7884516497, bottom=1262535.6060717502, right=-2395300.7884134497, top=1270635.6061122501);EPSG:3031
SI_2003-12-05_ENVISAT_20_4_152_geo.tif;Sj�gren Inlet;05.12.2003;Envisat;20;152;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2004-02-13_ENVISAT_20_4_152_geo.tif;Sj�gren Inlet;13.02.2004;Envisat;20;152;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2004-07-02_ENVISAT_20_4_152_geo.tif;Sj�gren Inlet;02.07.2004;Envisat;20;152;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2004-08-06_ENVISAT_20_4_152_geo.tif;Sj�gren Inlet;06.08.2004;Envisat;20;152;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2004-12-24_ENVISAT_20_5_152_geo.tif;Sj�gren Inlet;24.12.2004;Envisat;20;152;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2005-03-04_ENVISAT_20_3_152_geo.tif;Sj�gren Inlet;04.03.2005;Envisat;20;152;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2005-04-08_ENVISAT_20_2_152_geo.tif;Sj�gren Inlet;08.04.2005;Envisat;20;152;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2005-07-22_ENVISAT_20_2_152_geo.tif;Sj�gren Inlet;22.07.2005;Envisat;20;152;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2005-08-26_ENVISAT_20_2_152_geo.tif;Sj�gren Inlet;26.08.2005;Envisat;20;152;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2006-01-29_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;29.01.2006;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2006-03-05_ENVISAT_20_2_381_geo.tif;Sj�gren Inlet;05.03.2006;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2006-07-23_ENVISAT_20_4_381_geo.tif;Sj�gren Inlet;23.07.2006;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2006-08-27_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;27.08.2006;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2007-01-14_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;14.01.2007;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2007-03-25_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;25.03.2007;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2007-06-03_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;03.06.2007;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2007-07-08_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;08.07.2007;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2007-09-16_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;16.09.2007;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2007-10-21_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;21.10.2007;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2008-04-13_ENVISAT_20_2_381_geo.tif;Sj�gren Inlet;13.04.2008;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2008-05-18_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;18.05.2008;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2008-07-27_ENVISAT_20_4_381_geo.tif;Sj�gren Inlet;27.07.2008;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2008-08-31_ENVISAT_20_4_381_geo.tif;Sj�gren Inlet;31.08.2008;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2009-02-22_ENVISAT_20_2_381_geo.tif;Sj�gren Inlet;22.02.2009;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2009-03-29_ENVISAT_20_4_381_geo.tif;Sj�gren Inlet;29.03.2009;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2009-07-12_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;12.07.2009;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2009-08-16_ENVISAT_20_3_381_geo.tif;Sj�gren Inlet;16.08.2009;Envisat;20;381;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1995-11-13_ERS_20_3_109_geo.tif;Sj�gren Inlet;13.11.1995;ERS-1/2;20;109;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1995-11-14_ERS_20_4_118_geo.tif;Sj�gren Inlet;14.11.1995;ERS-1/2;20;118;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1995-11-15_ERS_20_3_118_geo.tif;Sj�gren Inlet;15.11.1995;ERS-1/2;20;118;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1995-11-16_ERS_20_4_152_geo.tif;Sj�gren Inlet;16.11.1995;ERS-1/2;20;152;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1996-01-22_ERS_20_3_109_geo.tif;Sj�gren Inlet;22.01.1996;ERS-1/2;20;109;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1996-01-23_ERS_20_5_109_geo.tif;Sj�gren Inlet;23.01.1996;ERS-1/2;20;109;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1996-01-24_ERS_20_4_118_geo.tif;Sj�gren Inlet;24.01.1996;ERS-1/2;20;118;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1996-02-12_ERS_20_2_390_geo.tif;Sj�gren Inlet;12.02.1996;ERS-1/2;20;390;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1996-02-29_ERS_20_2_152_geo.tif;Sj�gren Inlet;29.02.1996;ERS-1/2;20;152;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1996-03-18_ERS_20_2_390_geo.tif;Sj�gren Inlet;18.03.1996;ERS-1/2;20;390;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1997-01-27_ERS_20_4_390_geo.tif;Sj�gren Inlet;27.01.1997;ERS-1/2;20;390;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1997-03-03_ERS_20_4_390_geo.tif;Sj�gren Inlet;03.03.1997;ERS-1/2;20;390;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_1999-11-07_ERS_20_2_381_geo.tif;Sj�gren Inlet;07.11.1999;ERS-1/2;20;381;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2000-02-20_ERS_20_3_381_geo.tif;Sj�gren Inlet;20.02.2000;ERS-1/2;20;381;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2002-01-21_ERS_20_2_390_geo.tif;Sj�gren Inlet;21.01.2002;ERS-1/2;20;390;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2002-02-25_ERS_20_3_390_geo.tif;Sj�gren Inlet;25.02.2002;ERS-1/2;20;390;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2002-11-12_ERS_20_4_109_geo.tif;Sj�gren Inlet;12.11.2002;ERS-1/2;20;109;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2002-12-21_ERS_20_3_161_geo.tif;Sj�gren Inlet;21.12.2002;ERS-1/2;20;161;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2003-01-25_ERS_20_3_161_geo.tif;Sj�gren Inlet;25.01.2003;ERS-1/2;20;161;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2004-10-15_ERS_20_5_152_geo.tif;Sj�gren Inlet;15.10.2004;ERS-1/2;20;152;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2004-11-19_ERS_20_4_152_geo.tif;Sj�gren Inlet;19.11.2004;ERS-1/2;20;152;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2004-12-24_ERS_20_5_152_geo.tif;Sj�gren Inlet;24.12.2004;ERS-1/2;20;152;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2005-01-28_ERS_20_5_152_geo.tif;Sj�gren Inlet;28.01.2005;ERS-1/2;20;152;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2006-10-18_ERS_20_4_118_geo.tif;Sj�gren Inlet;18.10.2006;ERS-1/2;20;118;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2006-11-21_ERS_20_3_109_geo.tif;Sj�gren Inlet;21.11.2006;ERS-1/2;20;109;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2010-01-22_ERS_20_3_152_geo.tif;Sj�gren Inlet;22.01.2010;ERS-1/2;20;152;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2010-02-26_ERS_20_2_152_geo.tif;Sj�gren Inlet;26.02.2010;ERS-1/2;20;152;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2010-04-02_ERS_20_2_152_geo.tif;Sj�gren Inlet;02.04.2010;ERS-1/2;20;152;VV;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2006-05-18_PALSAR_17_2_135_geo.tif;Sj�gren Inlet;18.05.2006;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2451752.4551189495, bottom=1455360.6062565502, right=-2428852.4550731494, top=1474210.60629425);EPSG:3031
SI_2006-07-03_PALSAR_17_3_135_geo.tif;Sj�gren Inlet;03.07.2006;ALOS PALSAR;16.66666667;135;HH;BoundingBox(left=-2451752.45511895, bottom=1455360.6062521501, right=-2428852.45507315, top=1474210.60628985);EPSG:3031
SI_2010-01-13_PALSAR_17_2_127_geo.tif;Sj�gren Inlet;13.01.2010;ALOS PALSAR;16.66666667;127;HH;BoundingBox(left=-2451752.4551667497, bottom=1455360.60625735, right=-2428852.4551209495, top=1474210.60629505);EPSG:3031
SI_2010-10-16_PALSAR_17_3_127_geo.tif;Sj�gren Inlet;16.10.2010;ALOS PALSAR;16.66666667;127;HH;BoundingBox(left=-2451752.45511895, bottom=1455360.60626295, right=-2428852.45507315, top=1474210.60630065);EPSG:3031
SI_2010-12-01_PALSAR_17_3_127_geo.tif;Sj�gren Inlet;01.12.2010;ALOS PALSAR;16.66666667;127;HH;BoundingBox(left=-2451752.45511895, bottom=1455360.60626395, right=-2428852.45507315, top=1474210.60630165);EPSG:3031
SI_2011-01-16_PALSAR_17_2_127_geo.tif;Sj�gren Inlet;16.01.2011;ALOS PALSAR;16.66666667;127;HH;BoundingBox(left=-2451752.45511895, bottom=1455360.60626495, right=-2428852.45507315, top=1474210.60630265);EPSG:3031
SI_2011-03-03_PALSAR_17_2_127_geo.tif;Sj�gren Inlet;03.03.2011;ALOS PALSAR;16.66666667;127;HH;BoundingBox(left=-2451752.45511895, bottom=1455360.60626675, right=-2428852.45507315, top=1474210.60630445);EPSG:3031
SI_2000-09-10_RSAT_20_5_282_geo.tif;Sj�gren Inlet;10.09.2000;RADARSAT-1;20;282;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2000-09-19_RSAT_20_5_063_geo.tif;Sj�gren Inlet;19.09.2000;RADARSAT-1;20;63;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2000-10-04_RSAT_20_5_282_geo.tif;Sj�gren Inlet;04.10.2000;RADARSAT-1;20;282;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2000-10-13_RSAT_20_5_063_geo.tif;Sj�gren Inlet;13.10.2000;RADARSAT-1;20;63;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2004-09-13_RSAT_12_5_282_geo.tif;Sj�gren Inlet;13.09.2004;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2004-11-09_RSAT_12_5_063_geo.tif;Sj�gren Inlet;09.11.2004;RADARSAT-1;12;63;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2004-11-24_RSAT_12_4_282_geo.tif;Sj�gren Inlet;24.11.2004;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2004-12-03_RSAT_12_5_063_geo.tif;Sj�gren Inlet;03.12.2004;RADARSAT-1;12;63;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2004-12-18_RSAT_12_4_282_geo.tif;Sj�gren Inlet;18.12.2004;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2005-02-28_RSAT_12_5_282_geo.tif;Sj�gren Inlet;28.02.2005;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2005-04-17_RSAT_12_3_282_geo.tif;Sj�gren Inlet;17.04.2005;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2005-05-11_RSAT_12_2_282_geo.tif;Sj�gren Inlet;11.05.2005;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2006-01-06_RSAT_12_2_282_geo.tif;Sj�gren Inlet;06.01.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2006-02-23_RSAT_12_1_282_geo.tif;Sj�gren Inlet;23.02.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2006-03-19_RSAT_12_2_282_geo.tif;Sj�gren Inlet;19.03.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2006-04-12_RSAT_12_1_282_geo.tif;Sj�gren Inlet;12.04.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2006-05-06_RSAT_12_3_282_geo.tif;Sj�gren Inlet;06.05.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2006-08-10_RSAT_20_3_282_geo.tif;Sj�gren Inlet;10.08.2006;RADARSAT-1;20;282;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2006-09-03_RSAT_12_2_282_geo.tif;Sj�gren Inlet;03.09.2006;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2006-09-03_RSAT_20_2_282_geo.tif;Sj�gren Inlet;03.09.2006;RADARSAT-1;20;282;HH;BoundingBox(left=-2451754.122, bottom=1455362.273, right=-2428854.122, top=1474222.273);EPSG:3031
SI_2007-01-01_RSAT_12_3_282_geo.tif;Sj�gren Inlet;01.01.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2007-01-25_RSAT_12_1_282_geo.tif;Sj�gren Inlet;25.01.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2007-03-14_RSAT_12_2_282_geo.tif;Sj�gren Inlet;14.03.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2007-05-01_RSAT_12_2_282_geo.tif;Sj�gren Inlet;01.05.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2007-12-03_RSAT_12_4_282_geo.tif;Sj�gren Inlet;03.12.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2007-12-27_RSAT_12_2_282_geo.tif;Sj�gren Inlet;27.12.2007;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2008-01-20_RSAT_12_2_282_geo.tif;Sj�gren Inlet;20.01.2008;RADARSAT-1;12;282;HH;BoundingBox(left=-2451762.872, bottom=1455371.023, right=-2428850.372, top=1474208.523);EPSG:3031
SI_2011-06-14_TSX_7_1_125_geo.tif;Sj�gren Inlet;14.06.2011;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.1218035496, bottom=1455362.27270255, right=-2428854.1216890495, top=1474215.6061301501);EPSG:3031
SI_2011-07-06_TSX_7_1_125_geo.tif;Sj�gren Inlet;06.07.2011;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180055, bottom=1455362.2727000501, right=-2428854.1216860497, top=1474215.6061276502);EPSG:3031
SI_2011-07-28_TSX_7_1_125_geo.tif;Sj�gren Inlet;28.07.2011;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180255, bottom=1455362.27270255, right=-2428854.1216880498, top=1474215.6061301501);EPSG:3031
SI_2011-08-19_TSX_7_1_125_geo.tif;Sj�gren Inlet;19.08.2011;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180105, bottom=1455362.2726990501, right=-2428854.12168655, top=1474215.6061266502);EPSG:3031
SI_2011-09-10_TSX_7_1_125_geo.tif;Sj�gren Inlet;10.09.2011;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180455, bottom=1455362.2727020502, right=-2428854.12169005, top=1474215.6061296503);EPSG:3031
SI_2011-09-21_TSX_7_1_125_geo.tif;Sj�gren Inlet;21.09.2011;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180255, bottom=1455362.27269955, right=-2428854.1216880498, top=1474215.6061271501);EPSG:3031
SI_2011-11-26_TSX_7_2_125_geo.tif;Sj�gren Inlet;26.11.2011;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12179905, bottom=1455362.27269655, right=-2428854.12168455, top=1474215.6061241499);EPSG:3031
SI_2011-12-29_TSX_7_1_125_geo.tif;Sj�gren Inlet;29.12.2011;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180305, bottom=1455362.27270255, right=-2428854.12168855, top=1474215.60613015);EPSG:3031
SI_2012-01-09_TSX_7_1_125_geo.tif;Sj�gren Inlet;09.01.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12179855, bottom=1455362.2726970501, right=-2428854.1216840497, top=1474215.60612465);EPSG:3031
SI_2012-03-04_TSX_7_1_125_geo.tif;Sj�gren Inlet;04.03.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12179755, bottom=1455362.27269755, right=-2428854.12168305, top=1474215.60612515);EPSG:3031
SI_2012-03-15_TSX_7_1_125_geo.tif;Sj�gren Inlet;15.03.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.1218000497, bottom=1455362.27270155, right=-2428854.1216855496, top=1474215.6061291501);EPSG:3031
SI_2012-03-26_TSX_7_1_125_geo.tif;Sj�gren Inlet;26.03.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12179755, bottom=1455362.2726970501, right=-2428854.12168305, top=1474215.6061246502);EPSG:3031
SI_2012-04-28_TSX_7_1_125_geo.tif;Sj�gren Inlet;28.04.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.1218000497, bottom=1455362.27270655, right=-2428854.1216855496, top=1474215.6061341502);EPSG:3031
SI_2012-05-20_TSX_7_1_125_geo.tif;Sj�gren Inlet;20.05.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180105, bottom=1455362.27270705, right=-2428854.12168655, top=1474215.60613465);EPSG:3031
SI_2012-06-22_TSX_7_1_125_geo.tif;Sj�gren Inlet;22.06.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12179855, bottom=1455362.27270305, right=-2428854.1216840497, top=1474215.60613065);EPSG:3031
SI_2012-07-03_TSX_7_1_125_geo.tif;Sj�gren Inlet;03.07.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180105, bottom=1455362.27270605, right=-2428854.12168655, top=1474215.60613365);EPSG:3031
SI_2012-08-05_TSX_7_1_125_geo.tif;Sj�gren Inlet;05.08.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12179905, bottom=1455362.27270405, right=-2428854.12168455, top=1474215.60613165);EPSG:3031
SI_2012-08-16_TSX_7_1_125_geo.tif;Sj�gren Inlet;16.08.2012;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180105, bottom=1455362.27270555, right=-2428854.12168655, top=1474215.6061331502);EPSG:3031
SI_2013-07-12_TSX_7_1_125_geo.tif;Sj�gren Inlet;12.07.2013;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180055, bottom=1455362.27270405, right=-2428854.1216860497, top=1474215.60613165);EPSG:3031
SI_2013-08-14_TSX_7_1_125_geo.tif;Sj�gren Inlet;14.08.2013;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.1218030495, bottom=1455362.2727075499, right=-2428854.1216885494, top=1474215.60613515);EPSG:3031
SI_2013-09-16_TSX_7_1_125_geo.tif;Sj�gren Inlet;16.09.2013;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180255, bottom=1455362.27270705, right=-2428854.1216880498, top=1474215.60613465);EPSG:3031
SI_2013-10-19_TSX_7_1_125_geo.tif;Sj�gren Inlet;19.10.2013;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180305, bottom=1455362.2727065498, right=-2428854.12168855, top=1474215.60613415);EPSG:3031
SI_2013-10-28_TSX_7_1_104_geo.tif;Sj�gren Inlet;28.10.2013;TerraSAR-X;6.666666667;104;HH;BoundingBox(left=-2451754.1218965496, bottom=1455362.27286505, right=-2428854.1217820495, top=1474215.60629265);EPSG:3031
SI_2013-11-08_TSX_7_2_104_geo.tif;Sj�gren Inlet;08.11.2013;TerraSAR-X;6.666666667;104;HH;BoundingBox(left=-2451754.1218970497, bottom=1455362.27286405, right=-2428854.1217825497, top=1474215.60629165);EPSG:3031
SI_2013-11-21_TSX_7_1_125_geo.tif;Sj�gren Inlet;21.11.2013;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180255, bottom=1455362.27270705, right=-2428854.1216880498, top=1474215.60613465);EPSG:3031
SI_2013-12-02_TSX_7_1_125_geo.tif;Sj�gren Inlet;02.12.2013;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180355, bottom=1455362.27270705, right=-2428854.12168905, top=1474215.60613465);EPSG:3031
SI_2013-12-13_TSX_7_2_125_geo.tif;Sj�gren Inlet;13.12.2013;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.1218030495, bottom=1455362.27270705, right=-2428854.1216885494, top=1474215.60613465);EPSG:3031
SI_2014-01-04_TSX_7_2_125_geo.tif;Sj�gren Inlet;04.01.2014;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180305, bottom=1455362.2727075499, right=-2428854.12168855, top=1474215.60613515);EPSG:3031
SI_2014-03-22_TSX_7_1_125_geo.tif;Sj�gren Inlet;22.03.2014;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.1218020497, bottom=1455362.27270705, right=-2428854.1216875496, top=1474215.60613465);EPSG:3031
SI_2014-04-02_TSX_7_1_125_geo.tif;Sj�gren Inlet;02.04.2014;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180205, bottom=1455362.27270655, right=-2428854.12168755, top=1474215.6061341502);EPSG:3031
SI_2014-12-11_TSX_7_4_125_geo.tif;Sj�gren Inlet;11.12.2014;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.1218005493, bottom=1455362.27270855, right=-2428854.1216860493, top=1474215.6061361502);EPSG:3031
SI_2014-12-22_TSX_7_2_125_geo.tif;Sj�gren Inlet;22.12.2014;TerraSAR-X;6.666666667;125;HH;BoundingBox(left=-2451754.12180055, bottom=1455362.27270705, right=-2428854.1216860497, top=1474215.60613465);EPSG:3031