File size: 315,611 Bytes
aac496d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
index,annotator_name,roi_id,s2_id_gee,s2_id,s2_date,s2_sen2cor_version,s2_fmask_version,s2_cloudless_version,s2_reflectance_conversion_correction,s2_aot_retrieval_accuracy,s2_water_vapour_retrieval_accuracy,s2_view_off_nadir,s2_view_sun_azimuth,s2_view_sun_elevation,s1_id,s1_date,s1_grd_post_processing_software_name,s1_grd_post_processing_software_version,s1_slc_processing_facility_name,s1_slc_processing_software_version,s1_radar_coverage,land_cover,label_type,cloud_coverage,test,difficulty,proj_epsg,proj_geometry,proj_shape,proj_centroid,proj_transform,test_sr
10010,ANGIE,ROI_10011,20191017T034741_20191017T034945_T47QMB,S2A_MSIL1C_20191017T034741_N0208_R104_T47QMB_20191017T065525,2019-10-17T04:03:03Z,N02.13,4.3.0,1.5.0,1.00511048152,0,0,0,148.022330646,56.9067877874,S1A_IW_GRDH_1SDV_20191015T113023_20191015T113048_029469_035A3C_0737,2019-10-15T11:30:23Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloudy,0,,32647,"POLYGON ((467700 2126730, 472790 2126730, 472790 2131820, 467700 2131820, 467700 2126730))",509,POINT (98.71686 19.25688),"10, 0, 467700, 0, -10, 2131820",1.0
10011,ANGIE,ROI_10011,20191106T034941_20191106T034935_T47QMB,S2A_MSIL1C_20191106T034941_N0208_R104_T47QMB_20191106T064141,2019-11-06T04:03:03Z,N02.13,4.3.0,1.5.0,1.01613936712,0,0,0,154.07907918,51.1461202809,S1A_IW_GRDH_1SDV_20191108T113023_20191108T113048_029819_036672_A2BD,2019-11-08T11:30:23Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,low-cloudy,0,,32647,"POLYGON ((467700 2126730, 472790 2126730, 472790 2131820, 467700 2131820, 467700 2126730))",509,POINT (98.71686 19.25688),"10, 0, 467700, 0, -10, 2131820",1.0
10012,ANGIE,ROI_10011,20190604T034539_20190604T035820_T47QMB,S2B_MSIL1C_20190604T034539_N0207_R104_T47QMB_20190604T072452,2019-06-04T04:03:08Z,N02.12,4.3.0,1.5.0,0.972918426412,0,0,0,77.4487971386,70.9000450084,S1A_IW_GRDH_1SDV_20190602T231601_20190602T231626_027507_031A99_8104,2019-06-02T23:16:01Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32647,"POLYGON ((467700 2126730, 472790 2126730, 472790 2131820, 467700 2131820, 467700 2126730))",509,POINT (98.71686 19.25688),"10, 0, 467700, 0, -10, 2131820",1.0
10013,ANGIE,ROI_10011,20190719T034541_20190719T035532_T47QMB,S2A_MSIL1C_20190719T034541_N0208_R104_T47QMB_20190719T072542,2019-07-19T04:03:05Z,N02.13,4.3.0,1.5.0,0.967850621885,0,0,0,82.0635013143,69.092310763,S1A_IW_GRDH_1SDV_20190720T231603_20190720T231628_028207_032FB8_4455,2019-07-20T23:16:03Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,almost-clear,0,,32647,"POLYGON ((467700 2126730, 472790 2126730, 472790 2131820, 467700 2131820, 467700 2126730))",509,POINT (98.71686 19.25688),"10, 0, 467700, 0, -10, 2131820",1.0
10014,ANGIE,ROI_10011,20181221T035141_20181221T035144_T47QMB,S2A_MSIL1C_20181221T035141_N0207_R104_T47QMB_20181221T082246,2018-12-21T04:02:52Z,N02.11,4.3.0,1.5.0,1.03280189076,0,0,0,154.41187535,42.8566720459,S1A_IW_GRDH_1SDV_20181219T113015_20181219T113040_025094_02C50F_ABD2,2018-12-19T11:30:15Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloud-free,0,,32647,"POLYGON ((467700 2126730, 472790 2126730, 472790 2131820, 467700 2131820, 467700 2126730))",509,POINT (98.71686 19.25688),"10, 0, 467700, 0, -10, 2131820",1.0
10075,ANGIE,ROI_10067,20181222T032131_20181222T032743_T48PYB,S2A_MSIL1C_20181222T032131_N0207_R118_T48PYB_20181222T061236,2018-12-22T03:33:47Z,N02.11,4.3.0,1.5.0,1.03296898091,0,0,0,154.076948557,47.5246419957,S1A_IW_GRDH_1SDV_20181220T224421_20181220T224446_025115_02C5D5_58F0,2018-12-20T22:44:21Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloud-free,0,,32648,"POLYGON ((747300 1617830, 752390 1617830, 752390 1622920, 747300 1622920, 747300 1617830))",509,POINT (107.3196 14.64531),"10, 0, 747300, 0, -10, 1622920",1.0
10076,ANGIE,ROI_10067,20200415T031541_20200415T033030_T48PYB,S2A_MSIL1C_20200415T031541_N0209_R118_T48PYB_20200415T065343,2020-04-15T03:33:55Z,N02.14,4.3.0,1.5.0,0.995875400251561,0,0,0,102.636930604136,70.6608256776129,S1A_IW_GRDH_1SDV_20200413T224426_20200413T224451_032115_03B64A_972F,2020-04-13T22:44:26Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32648,"POLYGON ((747300 1617830, 752390 1617830, 752390 1622920, 747300 1622920, 747300 1617830))",509,POINT (107.3196 14.64531),"10, 0, 747300, 0, -10, 1622920",1.0
10077,ANGIE,ROI_10067,20200530T031539_20200530T032937_T48PYB,S2B_MSIL1C_20200530T031539_N0209_R118_T48PYB_20200530T065315,2020-05-30T03:33:57Z,N02.14,4.3.0,1.5.0,0.974336927567805,0,0,0,65.6473357176885,71.101504981919,S1A_IW_GRDH_1SDV_20200531T224429_20200531T224454_032815_03CD12_09D9,2020-05-31T22:44:29Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32648,"POLYGON ((747300 1617830, 752390 1617830, 752390 1622920, 747300 1622920, 747300 1617830))",509,POINT (107.3196 14.64531),"10, 0, 747300, 0, -10, 1622920",1.0
10078,ANGIE,ROI_10067,20190516T031549_20190516T033249_T48PYB,S2B_MSIL1C_20190516T031549_N0207_R118_T48PYB_20190516T065226,2019-05-16T03:34:04Z,N02.12,4.3.0,1.5.0,0.980179315877,0,0,0,74.0294651049,72.1109270995,S1A_IW_GRDH_1SDV_20190513T224421_20190513T224446_027215_031175_2368,2019-05-13T22:44:21Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,mid-cloudy,0,,32648,"POLYGON ((747300 1617830, 752390 1617830, 752390 1622920, 747300 1622920, 747300 1617830))",509,POINT (107.3196 14.64531),"10, 0, 747300, 0, -10, 1622920",1.0
10079,ANGIE,ROI_10067,20191003T031549_20191003T032936_T48PYB,S2B_MSIL1C_20191003T031549_N0208_R118_T48PYB_20191003T073551,2019-10-03T03:33:56Z,N02.13,4.3.0,1.5.0,0.997051315838,0,0,0,137.66595518,65.207025973,S1A_IW_GRDH_1SDV_20191004T224429_20191004T224454_029315_0354E9_AC14,2019-10-04T22:44:29Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,low-cloudy,0,,32648,"POLYGON ((747300 1617830, 752390 1617830, 752390 1622920, 747300 1622920, 747300 1617830))",509,POINT (107.3196 14.64531),"10, 0, 747300, 0, -10, 1622920",1.0
10130,ANGIE,ROI_10109,20200125T013709_20200125T013705_T52LEL,S2B_MSIL1C_20200125T013709_N0208_R031_T52LEL_20200125T030352,2020-01-25T01:40:58Z,N02.13,4.3.0,1.5.0,1.03274453195,0,0,0,106.148041866,62.2275263112,S1A_IW_GRDH_1SDV_20200122T205648_20200122T205713_030918_038C8A_6467,2020-01-22T20:56:48Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,mid-cloudy,0,,32752,"POLYGON ((547020 8518170, 552110 8518170, 552110 8523260, 547020 8523260, 547020 8518170))",509,POINT (129.4578 -13.38072),"10, 0, 547020, 0, -10, 8523260",1.0
10131,ANGIE,ROI_10109,20191017T013319_20191017T014000_T52LEL,S2B_MSIL1C_20191017T013319_N0208_R031_T52LEL_20191017T044703,2019-10-17T01:41:06Z,N02.13,4.3.0,1.5.0,1.00505699379,0,0,0,81.3471853764,68.4391311753,S1A_IW_GRDH_1SDV_20191018T205650_20191018T205715_029518_035BF0_A74F,2019-10-18T20:56:50Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,low-cloudy,0,,32752,"POLYGON ((547020 8518170, 552110 8518170, 552110 8523260, 547020 8523260, 547020 8518170))",509,POINT (129.4578 -13.38072),"10, 0, 547020, 0, -10, 8523260",1.0
10132,ANGIE,ROI_10109,20190530T013719_20190530T013739_T52LEL,S2B_MSIL1C_20190530T013719_N0207_R031_T52LEL_20190530T030423,2019-05-30T01:41:13Z,N02.12,4.3.0,1.5.0,0.974603670031,0,0,0,34.9439593613,47.6201533278,S1A_IW_GRDH_1SDV_20190527T205643_20190527T205708_027418_0317CC_B8DC,2019-05-27T20:56:43Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,80,scribble,cloudy,0,,32752,"POLYGON ((547020 8518170, 552110 8518170, 552110 8523260, 547020 8523260, 547020 8518170))",509,POINT (129.4578 -13.38072),"10, 0, 547020, 0, -10, 8523260",1.0
10133,ANGIE,ROI_10109,20190729T013719_20190729T013938_T52LEL,S2B_MSIL1C_20190729T013719_N0208_R031_T52LEL_20190729T040638,2019-07-29T01:41:13Z,N02.13,4.3.0,1.5.0,0.969250579955,0,0,0,40.1078238386,48.4925390658,S1A_IW_GRDH_1SDV_20190726T205647_20190726T205712_028293_03324C_0CD3,2019-07-26T20:56:47Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,80,scribble,almost-clear,0,,32752,"POLYGON ((547020 8518170, 552110 8518170, 552110 8523260, 547020 8523260, 547020 8518170))",509,POINT (129.4578 -13.38072),"10, 0, 547020, 0, -10, 8523260",1.0
10134,ANGIE,ROI_10109,20200524T013719_20200524T013934_T52LEL,S2B_MSIL1C_20200524T013719_N0209_R031_T52LEL_20200524T041336,2020-05-24T01:41:05Z,N02.14,4.3.0,1.5.0,0.976567114177546,0,0,0,35.603728860619,48.3851501204389,S1A_IW_GRDH_1SDV_20200521T205650_20200521T205715_032668_03C89F_A191,2020-05-21T20:56:50Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,cloud-free,0,,32752,"POLYGON ((547020 8518170, 552110 8518170, 552110 8523260, 547020 8523260, 547020 8518170))",509,POINT (129.4578 -13.38072),"10, 0, 547020, 0, -10, 8523260",1.0
10200,ANGIE,ROI_10154,20190814T221609_20190814T221606_T60GUV,S2B_MSIL1C_20190814T221609_N0208_R129_T60GUV_20190814T231944,2019-08-14T22:17:37Z,N02.13,4.3.0,1.5.0,0.973615631226,0,0,0,34.7836984106,27.446741653,S1B_IW_GRDH_1SDV_20190816T070609_20190816T070638_017607_0211FF_007C,2019-08-16T07:06:09Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,almost-clear,0,,32760,"POLYGON ((362010 5445690, 367100 5445690, 367100 5450780, 362010 5450780, 362010 5445690))",509,POINT (175.387 -41.10588),"10, 0, 362010, 0, -10, 5450780",1.0
10201,ANGIE,ROI_10154,20190829T221601_20190829T221644_T60GUV,S2A_MSIL1C_20190829T221601_N0208_R129_T60GUV_20190830T011357,2019-08-29T22:17:31Z,N02.13,4.3.0,1.5.0,0.979368339646,0,0,0,36.4502326542,32.3400712196,S1A_IW_GRDH_1SDV_20190828T172233_20190828T172258_028772_03423A_648B,2019-08-28T17:22:33Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,mid-cloudy,0,,32760,"POLYGON ((362010 5445690, 367100 5445690, 367100 5450780, 362010 5450780, 362010 5445690))",509,POINT (175.387 -41.10588),"10, 0, 362010, 0, -10, 5450780",1.0
10202,ANGIE,ROI_10154,20191227T221601_20191227T221558_T60GUV,S2A_MSIL1C_20191227T221601_N0208_R129_T60GUV_20191227T231410,2019-12-27T22:17:25Z,N02.13,4.3.0,1.5.0,1.0337274105,0,0,0,64.6547789149,58.7968317885,S1A_IW_GRDH_1SDV_20191226T172233_20191226T172258_030522_037EBC_3156,2019-12-26T17:22:33Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,low-cloudy,0,,32760,"POLYGON ((362010 5445690, 367100 5445690, 367100 5450780, 362010 5450780, 362010 5445690))",509,POINT (175.387 -41.10588),"10, 0, 362010, 0, -10, 5450780",1.0
10203,ANGIE,ROI_10154,20200116T221601_20200116T221558_T60GUV,S2A_MSIL1C_20200116T221601_N0208_R129_T60GUV_20200116T231555,2020-01-16T22:17:24Z,N02.13,4.3.0,1.5.0,1.03386722369,0,0,0,63.9065307477,55.696214975,S1B_IW_GRDH_1SDV_20200119T070609_20200119T070638_019882_0259B8_F784,2020-01-19T07:06:09Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,cloudy,0,,32760,"POLYGON ((362010 5445690, 367100 5445690, 367100 5450780, 362010 5450780, 362010 5445690))",509,POINT (175.387 -41.10588),"10, 0, 362010, 0, -10, 5450780",1.0
10204,ANGIE,ROI_10154,20200520T221609_20200520T221604_T60GUV,S2B_MSIL1C_20200520T221609_N0209_R129_T60GUV_20200520T231921,2020-05-20T22:17:30Z,N02.14,4.3.0,1.5.0,0.977824191627426,0,0,0,30.0839287534114,22.8138915066139,S1A_IW_GRDH_1SDV_20200518T172233_20200518T172259_032622_03C743_00B5,2020-05-18T17:22:33Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32760,"POLYGON ((362010 5445690, 367100 5445690, 367100 5450780, 362010 5450780, 362010 5445690))",509,POINT (175.387 -41.10588),"10, 0, 362010, 0, -10, 5450780",1.0
10205,ANGIE,ROI_10157,20200425T221611_20200425T221606_T60HUC,S2A_MSIL1C_20200425T221611_N0209_R129_T60HUC_20200425T233148,2020-04-25T22:16:49Z,N02.14,4.3.0,1.5.0,0.989883151189527,0,0,0,34.4174220104678,30.9370222845568,S1B_IW_GRDH_1SDV_20200424T070638_20200424T070703_021282_028656_FB5B,2020-04-24T07:06:38Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32760,"POLYGON ((352160 5739280, 357250 5739280, 357250 5744370, 352160 5744370, 352160 5739280))",509,POINT (175.3347 -38.46006),"10, 0, 352160, 0, -10, 5744370",1.0
10206,ANGIE,ROI_10157,20190320T222539_20190320T222537_T60HUC,S2B_MSIL1C_20190320T222539_N0207_R029_T60HUC_20190320T233442,2019-03-20T22:26:42Z,N02.11,4.3.0,1.5.0,1.0106577696,0,0,0,42.6907540271,42.7950724146,S1A_IW_GRDH_1SDV_20190318T172956_20190318T173021_026395_02F41A_53FF,2019-03-18T17:29:56Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,almost-clear,0,,32760,"POLYGON ((352160 5739280, 357250 5739280, 357250 5744370, 352160 5744370, 352160 5739280))",509,POINT (175.3347 -38.46006),"10, 0, 352160, 0, -10, 5744370",1.0
10207,ANGIE,ROI_10157,20200126T221601_20200126T221557_T60HUC,S2A_MSIL1C_20200126T221601_N0208_R129_T60HUC_20200126T231555,2020-01-26T22:16:40Z,N02.13,4.3.0,1.5.0,1.03239502706,0,0,0,65.4470189749,54.7740570282,S1A_IW_GRDH_1SDV_20200124T173003_20200124T173028_030945_038D82_85DC,2020-01-24T17:30:03Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,cloudy,0,,32760,"POLYGON ((352160 5739280, 357250 5739280, 357250 5744370, 352160 5744370, 352160 5739280))",509,POINT (175.3347 -38.46006),"10, 0, 352160, 0, -10, 5744370",1.0
10208,ANGIE,ROI_10157,20190119T222539_20190119T222537_T60HUC,S2B_MSIL1C_20190119T222539_N0207_R029_T60HUC_20190119T233342,2019-01-19T22:26:42Z,N02.11,4.3.0,1.5.0,1.03349167745,0,0,0,64.2724017055,57.9067592453,S1A_IW_GRDH_1SDV_20190117T172957_20190117T173022_025520_02D477_FB8D,2019-01-17T17:29:57Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,low-cloudy,0,,32760,"POLYGON ((352160 5739280, 357250 5739280, 357250 5744370, 352160 5744370, 352160 5739280))",509,POINT (175.3347 -38.46006),"10, 0, 352160, 0, -10, 5744370",1.0
10209,ANGIE,ROI_10157,20191021T222551_20191021T222547_T60HUC,S2A_MSIL1C_20191021T222551_N0208_R029_T60HUC_20191021T232713,2019-10-21T22:26:46Z,N02.13,4.3.0,1.5.0,1.00783340396,0,0,0,44.3803955923,55.0028392674,S1A_IW_GRDH_1SDV_20191020T173005_20191020T173030_029545_035CE5_6748,2019-10-20T17:30:05Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,mid-cloudy,0,,32760,"POLYGON ((352160 5739280, 357250 5739280, 357250 5744370, 352160 5744370, 352160 5739280))",509,POINT (175.3347 -38.46006),"10, 0, 352160, 0, -10, 5744370",1.0
10210,ANGIE,ROI_10158,20190829T221601_20190829T221601_T60HVC,S2A_MSIL1C_20190829T221601_N0208_R129_T60HVC_20190829T233006,2019-08-29T22:16:43Z,N02.13,4.3.0,1.5.0,0.979368339646,0,0,0,36.446292411,34.9685767131,S1A_IW_GRDH_1SDV_20190828T172139_20190828T172208_028772_03423A_C4CE,2019-08-28T17:21:39Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,almost-clear,0,,32760,"POLYGON ((447100 5739610, 452190 5739610, 452190 5744700, 447100 5744700, 447100 5739610))",509,POINT (176.4228 -38.4675),"10, 0, 447100, 0, -10, 5744700",1.0
10211,ANGIE,ROI_10158,20190720T221611_20190720T221605_T60HVC,S2A_MSIL1C_20190720T221611_N0208_R129_T60HVC_20190721T011130,2019-07-20T22:16:48Z,N02.13,4.3.0,1.5.0,0.968034656793,0,0,0,31.8317248914,24.2425352927,S1B_IW_GRDH_1SDV_20190723T070637_20190723T070702_017257_02075A_2EDA,2019-07-23T07:06:37Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,mid-cloudy,0,,32760,"POLYGON ((447100 5739610, 452190 5739610, 452190 5744700, 447100 5744700, 447100 5739610))",509,POINT (176.4228 -38.4675),"10, 0, 447100, 0, -10, 5744700",1.0
10212,ANGIE,ROI_10158,20200425T221611_20200425T221606_T60HVC,S2A_MSIL1C_20200425T221611_N0209_R129_T60HVC_20200425T233148,2020-04-25T22:16:45Z,N02.14,4.3.0,1.5.0,0.989883151189527,0,0,0,33.2633275900292,31.4224428938224,S1A_IW_GRDH_1SDV_20200424T172138_20200424T172207_032272_03BBCF_195D,2020-04-24T17:21:38Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32760,"POLYGON ((447100 5739610, 452190 5739610, 452190 5744700, 447100 5744700, 447100 5739610))",509,POINT (176.4228 -38.4675),"10, 0, 447100, 0, -10, 5744700",1.0
10213,ANGIE,ROI_10158,20181222T221551_20181222T221552_T60HVC,S2A_MSIL1C_20181222T221551_N0207_R129_T60HVC_20181222T231000,2018-12-22T22:16:35Z,N02.11,4.3.0,1.5.0,1.03309649572,0,0,0,67.2117656076,61.0938351979,S1A_IW_GRDH_1SDV_20181224T172958_20181224T173023_025170_02C7D9_12B0,2018-12-24T17:29:58Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,low-cloudy,0,,32760,"POLYGON ((447100 5739610, 452190 5739610, 452190 5744700, 447100 5744700, 447100 5739610))",509,POINT (176.4228 -38.4675),"10, 0, 447100, 0, -10, 5744700",1.0
10214,ANGIE,ROI_10158,20191018T221601_20191018T221603_T60HVC,S2A_MSIL1C_20191018T221601_N0208_R129_T60HVC_20191018T231824,2019-10-18T22:16:46Z,N02.13,4.3.0,1.5.0,1.0061230512,0,0,0,45.4044658791,53.2798838291,S1A_IW_GRDH_1SDV_20191020T173005_20191020T173030_029545_035CE5_6748,2019-10-20T17:30:05Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,cloudy,0,,32760,"POLYGON ((447100 5739610, 452190 5739610, 452190 5744700, 447100 5744700, 447100 5739610))",509,POINT (176.4228 -38.4675),"10, 0, 447100, 0, -10, 5744700",1.0
10385,ANGIE,ROI_10440,20190813T025551_20190813T025548_T50SNC,S2A_MSIL1C_20190813T025551_N0208_R032_T50SNC_20190813T055331,2019-08-13T03:08:29Z,N02.13,4.3.0,1.5.0,0.973035452522,0,0,0,137.910183447,65.7755726339,S1A_IW_GRDH_1SDV_20190814T101207_20190814T101232_028564_033B00_90A4,2019-08-14T10:12:07Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,low-cloudy,0,,32650,"POLYGON ((532270 3745720, 537360 3745720, 537360 3750810, 532270 3750810, 532270 3745720))",509,POINT (117.3764 33.87414),"10, 0, 532270, 0, -10, 3750810",1.0
10386,ANGIE,ROI_10440,20190626T024559_20190626T025133_T50SNC,S2B_MSIL1C_20190626T024559_N0207_R132_T50SNC_20190626T053311,2019-06-26T02:58:38Z,N02.12,4.3.0,1.5.0,0.968134649486,0,0,0,118.19821276,70.7693245416,S1A_IW_GRDH_1SDV_20190627T101204_20190627T101229_027864_032551_2AF6,2019-06-27T10:12:04Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,40,scribble,mid-cloudy,0,,32650,"POLYGON ((532270 3745720, 537360 3745720, 537360 3750810, 532270 3750810, 532270 3745720))",509,POINT (117.3764 33.87414),"10, 0, 532270, 0, -10, 3750810",1.0
10387,ANGIE,ROI_10440,20190301T025639_20190301T025758_T50SNC,S2B_MSIL1C_20190301T025639_N0207_R032_T50SNC_20190301T055300,2019-03-01T03:08:22Z,N02.11,4.3.0,1.5.0,1.02089681373,0,0,0,153.773642206,44.9077879817,S1A_IW_GRDH_1SDV_20190227T101159_20190227T101224_026114_02E9D2_F6CA,2019-02-27T10:11:59Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,cloudy,0,,32650,"POLYGON ((532270 3745720, 537360 3745720, 537360 3750810, 532270 3750810, 532270 3745720))",509,POINT (117.3764 33.87414),"10, 0, 532270, 0, -10, 3750810",1.0
10388,ANGIE,ROI_10440,20200526T024551_20200526T025743_T50SNC,S2A_MSIL1C_20200526T024551_N0209_R132_T50SNC_20200526T062152,2020-05-26T02:58:35Z,N02.14,4.3.0,1.5.0,0.975784494231493,0,0,0,125.719129750587,70.348732161459,S1A_IW_GRDH_1SDV_20200528T101209_20200528T101234_032764_03CB94_B035,2020-05-28T10:12:09Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,almost-clear,0,,32650,"POLYGON ((532270 3745720, 537360 3745720, 537360 3750810, 532270 3750810, 532270 3745720))",509,POINT (117.3764 33.87414),"10, 0, 532270, 0, -10, 3750810",1.0
10389,ANGIE,ROI_10440,20190929T024551_20190929T025647_T50SNC,S2A_MSIL1C_20190929T024551_N0208_R132_T50SNC_20190929T062221,2019-09-29T02:58:31Z,N02.13,4.3.0,1.5.0,0.994769308502,0,0,0,155.002978527,51.0881558018,S1A_IW_GRDH_1SDV_20191001T101209_20191001T101234_029264_035336_82D4,2019-10-01T10:12:09Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,cloud-free,0,,32650,"POLYGON ((532270 3745720, 537360 3745720, 537360 3750810, 532270 3750810, 532270 3745720))",509,POINT (117.3764 33.87414),"10, 0, 532270, 0, -10, 3750810",1.0
10505,ANGIE,ROI_10566,20191027T094029_20191027T094607_T34UDA,S2B_MSIL1C_20191027T094029_N0208_R036_T34UDA_20191027T114656,2019-10-27T09:46:44Z,N02.13,4.3.0,1.5.0,1.01089777162,0,0,0,170.258857841,26.7135033385,S1A_IW_GRDH_1SDV_20191026T044445_20191026T044510_029625_035F96_C03A,2019-10-26T04:44:45Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,cloud-free,0,,32634,"POLYGON ((470440 5557140, 475530 5557140, 475530 5562230, 470440 5562230, 470440 5557140))",509,POINT (20.62156 50.18874),"10, 0, 470440, 0, -10, 5562230",1.0
10506,ANGIE,ROI_10566,20180405T094029_20180405T094617_T34UDA,S2B_MSIL1C_20180405T094029_N0206_R036_T34UDA_20180405T114347,2018-04-05T09:46:17Z,N02.06,4.3.0,1.5.0,1.00168323593,0,0,0,160.774403505,44.599673007,S1B_IW_GRDH_1SDV_20180404T044350_20180404T044415_010329_012CCD_B9A2,2018-04-04T04:43:50Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - DPA,2.9,1.0,40,scribble,low-cloudy,0,,32634,"POLYGON ((470440 5557140, 475530 5557140, 475530 5562230, 470440 5562230, 470440 5557140))",509,POINT (20.62156 50.18874),"10, 0, 470440, 0, -10, 5562230",1.0
10507,ANGIE,ROI_10566,20180604T094029_20180604T094028_T34UDA,S2B_MSIL1C_20180604T094029_N0206_R036_T34UDA_20180604T132412,2018-06-04T09:40:28Z,N02.08,4.3.0,1.5.0,0.972749151685,0,0,0,155.81742513,60.6873905245,S1B_IW_GRDH_1SDV_20180603T044401_20180603T044426_011204_0148FF_3AD2,2018-06-03T04:44:01Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - DPA,2.9,1.0,40,scribble,almost-clear,0,,32634,"POLYGON ((470440 5557140, 475530 5557140, 475530 5562230, 470440 5562230, 470440 5557140))",509,POINT (20.62156 50.18874),"10, 0, 470440, 0, -10, 5562230",1.0
10508,ANGIE,ROI_10566,20180629T094031_20180629T094523_T34UDA,S2A_MSIL1C_20180629T094031_N0206_R036_T34UDA_20180629T114506,2018-06-29T09:45:23Z,N02.08,4.3.0,1.5.0,0.967763325016,0,0,0,153.037895488,61.0689584442,S1B_IW_GRDH_1SDV_20180627T044352_20180627T044417_011554_0153CA_C5A6,2018-06-27T04:43:52Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,40,scribble,cloudy,0,,32634,"POLYGON ((470440 5557140, 475530 5557140, 475530 5562230, 470440 5562230, 470440 5557140))",509,POINT (20.62156 50.18874),"10, 0, 470440, 0, -10, 5562230",1.0
10509,ANGIE,ROI_10566,20180523T095031_20180523T095527_T34UDA,S2A_MSIL1C_20180523T095031_N0206_R079_T34UDA_20180523T151748,2018-05-23T09:55:27Z,N02.08,4.3.0,1.5.0,0.976981756609,0,0,0,161.984043202,59.5744792177,S1B_IW_GRDH_1SDV_20180522T044352_20180522T044417_011029_014353_C5B5,2018-05-22T04:43:52Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,40,scribble,mid-cloudy,0,,32634,"POLYGON ((470440 5557140, 475530 5557140, 475530 5562230, 470440 5562230, 470440 5557140))",509,POINT (20.62156 50.18874),"10, 0, 470440, 0, -10, 5562230",1.0
10585,ANGIE,ROI_10616,20200619T063629_20200619T064225_T40RGR,S2B_MSIL1C_20200619T063629_N0209_R120_T40RGR_20200619T092628,2020-06-19T06:51:51Z,N02.14,4.3.0,1.5.0,0.969044631669705,0,0,0,100.259273877513,73.4267336274275,S1A_IW_GRDH_1SDV_20200617T140051_20200617T140116_033058_03D454_44C0,2020-06-17T14:00:51Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,60,scribble,cloudy,0,,32640,"POLYGON ((749570 3043720, 754660 3043720, 754660 3048810, 749570 3048810, 749570 3043720))",509,POINT (59.55238 27.51673),"10, 0, 749570, 0, -10, 3048810",1.0
10586,ANGIE,ROI_10616,20190516T063639_20190516T065140_T40RGR,S2B_MSIL1C_20190516T063639_N0207_R120_T40RGR_20190516T101642,2019-05-16T06:51:57Z,N02.12,4.3.0,1.5.0,0.980117139903,0,0,0,115.639467973,72.6496862461,S1B_IW_GRDH_1SDV_20190517T140810_20190517T140835_016285_01EA5D_ED81,2019-05-17T14:08:10Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,low-cloudy,0,,32640,"POLYGON ((749570 3043720, 754660 3043720, 754660 3048810, 749570 3048810, 749570 3043720))",509,POINT (59.55238 27.51673),"10, 0, 749570, 0, -10, 3048810",1.0
10587,ANGIE,ROI_10616,20190215T063949_20190215T064934_T40RGR,S2B_MSIL1C_20190215T063949_N0207_R120_T40RGR_20190215T093242,2019-02-15T06:51:48Z,N02.11,4.3.0,1.5.0,1.02674330197,0,0,0,150.440713905,44.8860039972,S1A_IW_GRDH_1SDV_20190216T140850_20190216T140915_025956_02E42F_4351,2019-02-16T14:08:50Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,almost-clear,0,,32640,"POLYGON ((749570 3043720, 754660 3043720, 754660 3048810, 749570 3048810, 749570 3043720))",509,POINT (59.55238 27.51673),"10, 0, 749570, 0, -10, 3048810",1.0
10588,ANGIE,ROI_10616,20181227T064259_20181227T065036_T40RGR,S2B_MSIL1C_20181227T064259_N0207_R120_T40RGR_20181227T084435,2018-12-27T06:51:45Z,N02.11,4.3.0,1.5.0,1.03368853402,0,0,0,159.704458137,36.3729992923,S1A_IW_GRDH_1SDV_20181225T140042_20181225T140107_025183_02C84A_B5CD,2018-12-25T14:00:42Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,60,scribble,mid-cloudy,0,,32640,"POLYGON ((749570 3043720, 754660 3043720, 754660 3048810, 749570 3048810, 749570 3043720))",509,POINT (59.55238 27.51673),"10, 0, 749570, 0, -10, 3048810",1.0
10589,ANGIE,ROI_10616,20200614T063631_20200614T063719_T40RGR,S2A_MSIL1C_20200614T063631_N0209_R120_T40RGR_20200614T094645,2020-06-14T06:51:54Z,N02.14,4.3.0,1.5.0,0.970036247599727,0,0,0,101.024960511874,73.6318968035785,S1A_IW_GRDH_1SDV_20200613T015834_20200613T015859_032992_03D250_C94B,2020-06-13T01:58:34Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,60,scribble,cloud-free,0,,32640,"POLYGON ((749570 3043720, 754660 3043720, 754660 3048810, 749570 3048810, 749570 3043720))",509,POINT (59.55238 27.51673),"10, 0, 749570, 0, -10, 3048810",1.0
10760,ANGIE,ROI_10811,20200724T022549_20200724T022551_T52VFK,S2B_MSIL1C_20200724T022549_N0209_R046_T52VFK_20200724T041011,2020-07-24T02:31:28Z,N02.14,4.3.0,1.5.0,0.968537757838615,0,0,0,161.820300770133,50.6488382825795,S1B_IW_GRDH_1SDV_20200725T213405_20200725T213430_022633_02AF49_4C2F,2020-07-25T21:34:05Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,10,scribble,almost-clear,0,,32652,"POLYGON ((625160 6436020, 630250 6436020, 630250 6441110, 625160 6441110, 625160 6436020))",509,POINT (131.165 58.07012),"10, 0, 625160, 0, -10, 6441110",1.0
10761,ANGIE,ROI_10811,20200622T023551_20200622T023554_T52VFK,S2A_MSIL1C_20200622T023551_N0209_R089_T52VFK_20200622T040857,2020-06-22T02:41:29Z,N02.14,4.3.0,1.5.0,0.968582167229993,0,0,0,166.392496484811,54.7768331490552,S1B_IW_GRDH_1SDV_20200619T213403_20200619T213428_022108_029F49_BBC8,2020-06-19T21:34:03Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,low-cloudy,0,,32652,"POLYGON ((625160 6436020, 630250 6436020, 630250 6441110, 625160 6441110, 625160 6436020))",509,POINT (131.165 58.07012),"10, 0, 625160, 0, -10, 6441110",1.0
10762,ANGIE,ROI_10811,20190615T022551_20190615T022552_T52VFK,S2A_MSIL1C_20190615T022551_N0207_R046_T52VFK_20190615T041849,2019-06-15T02:31:29Z,N02.12,4.3.0,1.5.0,0.97000824081,0,0,0,163.166136684,54.3460302341,S1B_IW_GRDH_1SDV_20190613T213356_20190613T213421_016683_01F65C_D9C9,2019-06-13T21:33:56Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloud-free,0,,32652,"POLYGON ((625160 6436020, 630250 6436020, 630250 6441110, 625160 6441110, 625160 6436020))",509,POINT (131.165 58.07012),"10, 0, 625160, 0, -10, 6441110",1.0
10763,ANGIE,ROI_10811,20190603T023559_20190603T023556_T52VFK,S2B_MSIL1C_20190603T023559_N0207_R089_T52VFK_20190603T042546,2019-06-03T02:41:31Z,N02.12,4.3.0,1.5.0,0.973249015651,0,0,0,168.216571866,53.7328742387,S1B_IW_GRDH_1SDV_20190601T213355_20190601T213420_016508_01F128_D13B,2019-06-01T21:33:55Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32652,"POLYGON ((625160 6436020, 630250 6436020, 630250 6441110, 625160 6441110, 625160 6436020))",509,POINT (131.165 58.07012),"10, 0, 625160, 0, -10, 6441110",1.0
10764,ANGIE,ROI_10811,20190814T022551_20190814T022553_T52VFK,S2A_MSIL1C_20190814T022551_N0208_R046_T52VFK_20190814T041831,2019-08-14T02:31:29Z,N02.13,4.3.0,1.5.0,0.973346858392,0,0,0,163.739849194,45.4819959598,S1B_IW_GRDH_1SDV_20190812T213400_20190812T213425_017558_02105F_6251,2019-08-12T21:34:00Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloudy,0,,32652,"POLYGON ((625160 6436020, 630250 6436020, 630250 6441110, 625160 6441110, 625160 6436020))",509,POINT (131.165 58.07012),"10, 0, 625160, 0, -10, 6441110",1.0
10825,ANDREA,ROI_10890,20200122T034041_20200122T034646_T47QRA,S2A_MSIL1C_20200122T034041_N0208_R061_T47QRA_20200122T063836,2020-01-22T03:53:00Z,N02.13,4.3.0,1.5.0,1.03322318178,0,0,0,149.219121324,45.9540172931,S1B_IW_GRDH_1SDV_20200120T112119_20200120T112141_019900_025A45_E0F5,2020-01-20T11:21:19Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32647,"POLYGON ((821520 2043480, 826610 2043480, 826610 2048570, 821520 2048570, 821520 2043480))",509,POINT (102.0684 18.47982),"10, 0, 821520, 0, -10, 2048570",1.0
10826,ANDREA,ROI_10890,20191024T033821_20191024T034152_T47QRA,S2A_MSIL1C_20191024T033821_N0208_R061_T47QRA_20191024T064409,2019-10-24T03:53:10Z,N02.13,4.3.0,1.5.0,1.00908402167,0,0,0,152.041505942,56.2858219065,S1A_IW_GRDH_1SDV_20191022T112157_20191022T112222_029571_035DC2_0713,2019-10-22T11:21:57Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32647,"POLYGON ((821520 2043480, 826610 2043480, 826610 2048570, 821520 2048570, 821520 2043480))",509,POINT (102.0684 18.47982),"10, 0, 821520, 0, -10, 2048570",1.0
10827,ANDREA,ROI_10890,20190328T033701_20190328T034902_T47QRA,S2A_MSIL1C_20190328T033701_N0207_R061_T47QRA_20190328T085819,2019-03-28T03:53:06Z,N02.11,4.3.0,1.5.0,1.00659431124,0,0,0,125.202288154,64.4332783778,S1B_IW_GRDH_1SDV_20190326T112112_20190326T112135_015525_01D18E_418A,2019-03-26T11:21:12Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,low-cloudy,0,,32647,"POLYGON ((821520 2043480, 826610 2043480, 826610 2048570, 821520 2048570, 821520 2043480))",509,POINT (102.0684 18.47982),"10, 0, 821520, 0, -10, 2048570",1.0
10828,ANDREA,ROI_10890,20200521T033541_20200521T033838_T47QRA,S2A_MSIL1C_20200521T033541_N0209_R061_T47QRA_20200521T064635,2020-05-21T03:53:12Z,N02.14,4.3.0,1.5.0,0.977733136398076,0,0,0,81.061379712718,72.4708772717782,S1B_IW_GRDH_1SDV_20200519T112121_20200519T112143_021650_02919C_FD91,2020-05-19T11:21:21Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32647,"POLYGON ((821520 2043480, 826610 2043480, 826610 2048570, 821520 2048570, 821520 2043480))",509,POINT (102.0684 18.47982),"10, 0, 821520, 0, -10, 2048570",1.0
10829,ANDREA,ROI_10890,20190626T033541_20190626T034541_T47QRA,S2A_MSIL1C_20190626T033541_N0207_R061_T47QRA_20190626T071425,2019-06-26T03:53:11Z,N02.12,4.3.0,1.5.0,0.96813051108,0,0,0,71.857533059,70.6794881911,S1A_IW_GRDH_1SDV_20190624T112152_20190624T112217_027821_032404_16B9,2019-06-24T11:21:52Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloudy,0,,32647,"POLYGON ((821520 2043480, 826610 2043480, 826610 2048570, 821520 2048570, 821520 2043480))",509,POINT (102.0684 18.47982),"10, 0, 821520, 0, -10, 2048570",1.0
11075,ANDREA,ROI_11139,20200712T050659_20200712T050915_T45TUH,S2B_MSIL1C_20200712T050659_N0209_R019_T45TUH_20200712T084658,2020-07-12T05:16:56Z,N02.14,4.3.0,1.5.0,0.967435133437191,0,0,0,140.64944602749,64.7319346983335,S1A_IW_GRDH_1SDV_20200713T120951_20200713T121016_033436_03DFD8_7778,2020-07-13T12:09:51Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,60,scribble,low-cloudy,0,,32645,"POLYGON ((367050 4712540, 372140 4712540, 372140 4717630, 367050 4717630, 367050 4712540))",509,POINT (85.41097 42.57716),"10, 0, 367050, 0, -10, 4717630",1.0
11076,ANDREA,ROI_11139,20200513T050649_20200513T050913_T45TUH,S2B_MSIL1C_20200513T050649_N0209_R019_T45TUH_20200513T084755,2020-05-13T05:16:53Z,N02.14,4.3.0,1.5.0,0.981186735534453,0,0,0,148.514351764654,62.6849856500374,S1A_IW_GRDH_1SDV_20200514T120948_20200514T121013_032561_03C571_F55D,2020-05-14T12:09:48Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,60,scribble,cloudy,0,,32645,"POLYGON ((367050 4712540, 372140 4712540, 372140 4717630, 367050 4717630, 367050 4712540))",509,POINT (85.41097 42.57716),"10, 0, 367050, 0, -10, 4717630",1.0
11077,ANDREA,ROI_11139,20190429T050659_20190429T051605_T45TUH,S2B_MSIL1C_20190429T050659_N0207_R019_T45TUH_20190429T084811,2019-04-29T05:17:02Z,N02.11,4.3.0,1.5.0,0.988498535705,0,0,0,151.322844799,58.7880704626,S1A_IW_GRDH_1SDV_20190501T121748_20190501T121813_027034_030B64_CCC5,2019-05-01T12:17:48Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,mid-cloudy,0,,32645,"POLYGON ((367050 4712540, 372140 4712540, 372140 4717630, 367050 4717630, 367050 4712540))",509,POINT (85.41097 42.57716),"10, 0, 367050, 0, -10, 4717630",1.0
11078,ANDREA,ROI_11139,20190827T050659_20190827T051015_T45TUH,S2B_MSIL1C_20190827T050659_N0208_R019_T45TUH_20190827T084834,2019-08-27T05:16:59Z,N02.13,4.3.0,1.5.0,0.978211513155,0,0,0,152.262788997,54.475447207,S1A_IW_GRDH_1SDV_20190829T121754_20190829T121819_028784_03429E_31D9,2019-08-29T12:17:54Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,60,scribble,cloud-free,0,,32645,"POLYGON ((367050 4712540, 372140 4712540, 372140 4717630, 367050 4717630, 367050 4712540))",509,POINT (85.41097 42.57716),"10, 0, 367050, 0, -10, 4717630",1.0
11079,ANDREA,ROI_11139,20200602T050659_20200602T051544_T45TUH,S2B_MSIL1C_20200602T050659_N0209_R019_T45TUH_20200602T085742,2020-06-02T05:16:56Z,N02.14,4.3.0,1.5.0,0.973311984632297,0,0,0,143.952152621141,65.8918716872924,S1A_IW_GRDH_1SDV_20200531T121756_20200531T121821_032809_03CCE0_CF10,2020-05-31T12:17:56Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,60,scribble,almost-clear,0,,32645,"POLYGON ((367050 4712540, 372140 4712540, 372140 4717630, 367050 4717630, 367050 4712540))",509,POINT (85.41097 42.57716),"10, 0, 367050, 0, -10, 4717630",1.0
11150,ANDREA,ROI_11229,20190628T023551_20190628T023553_T52VEJ,S2A_MSIL1C_20190628T023551_N0207_R089_T52VEJ_20190628T040808,2019-06-28T02:41:46Z,N02.12,4.3.0,1.5.0,0.967913719718,0,0,0,163.052727478,55.2115371496,S1B_IW_GRDH_1SDV_20190625T213422_20190625T213447_016858_01FB87_83CE,2019-06-25T21:34:22Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloud-free,0,,32652,"POLYGON ((528610 6355060, 533700 6355060, 533700 6360150, 528610 6360150, 528610 6355060))",509,POINT (129.5179 57.36023),"10, 0, 528610, 0, -10, 6360150",1.0
11151,ANDREA,ROI_11229,20190603T023559_20190603T024139_T52VEJ,S2B_MSIL1C_20190603T023559_N0207_R089_T52VEJ_20190603T061117,2019-06-03T02:41:51Z,N02.12,4.3.0,1.5.0,0.973249015651,0,0,0,165.369866395,54.3834383224,S1B_IW_GRDH_1SDV_20190601T213420_20190601T213445_016508_01F128_B9A5,2019-06-01T21:34:20Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,low-cloudy,0,,32652,"POLYGON ((528610 6355060, 533700 6355060, 533700 6360150, 528610 6360150, 528610 6355060))",509,POINT (129.5179 57.36023),"10, 0, 528610, 0, -10, 6360150",1.0
11152,ANDREA,ROI_11229,20190616T024559_20190616T024553_T52VEJ,S2B_MSIL1C_20190616T024559_N0207_R132_T52VEJ_20190616T041519,2019-06-16T02:51:46Z,N02.12,4.3.0,1.5.0,0.96979039974,0,0,0,168.081846651,55.6733192846,S1B_IW_GRDH_1SDV_20190613T213421_20190613T213446_016683_01F65C_E46E,2019-06-13T21:34:21Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32652,"POLYGON ((528610 6355060, 533700 6355060, 533700 6360150, 528610 6360150, 528610 6355060))",509,POINT (129.5179 57.36023),"10, 0, 528610, 0, -10, 6360150",1.0
11153,ANDREA,ROI_11229,20200727T023549_20200727T023558_T52VEJ,S2B_MSIL1C_20200727T023549_N0209_R089_T52VEJ_20200727T043031,2020-07-27T02:41:42Z,N02.14,4.3.0,1.5.0,0.969022885919275,0,0,0,162.922180845268,50.9675112873527,S1B_IW_GRDH_1SDV_20200725T213430_20200725T213455_022633_02AF49_CCDB,2020-07-25T21:34:30Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,10,scribble,almost-clear,0,,32652,"POLYGON ((528610 6355060, 533700 6355060, 533700 6360150, 528610 6360150, 528610 6355060))",509,POINT (129.5179 57.36023),"10, 0, 528610, 0, -10, 6360150",1.0
11154,ANDREA,ROI_11229,20200610T024549_20200610T024548_T52VEJ,S2B_MSIL1C_20200610T024549_N0209_R132_T52VEJ_20200610T041349,2020-06-10T02:51:41Z,N02.14,4.3.0,1.5.0,0.971028060274373,0,0,0,168.554219859971,55.4100120011292,S1B_IW_GRDH_1SDV_20200607T213427_20200607T213452_021933_0299FC_7C7F,2020-06-07T21:34:27Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32652,"POLYGON ((528610 6355060, 533700 6355060, 533700 6360150, 528610 6360150, 528610 6355060))",509,POINT (129.5179 57.36023),"10, 0, 528610, 0, -10, 6360150",1.0
11225,ANDREA,ROI_11320,20200414T034531_20200414T034910_T50VMK,S2A_MSIL1C_20200414T034531_N0209_R104_T50VMK_20200414T065344,2020-04-14T03:51:45Z,N02.14,4.3.0,1.5.0,0.99643199748576,0,0,0,172.278274717442,41.2004857873925,S1B_IW_GRDH_1SDV_20200412T223944_20200412T224009_021117_028121_D28D,2020-04-12T22:39:44Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloud-free,0,,32650,"POLYGON ((428660 6433530, 433750 6433530, 433750 6438620, 428660 6438620, 428660 6433530))",509,POINT (115.8341 58.06082),"10, 0, 428660, 0, -10, 6438620",1.0
11226,ANDREA,ROI_11320,20190803T034539_20190803T034546_T50VMK,S2B_MSIL1C_20190803T034539_N0208_R104_T50VMK_20190803T064330,2019-08-03T03:51:53Z,N02.13,4.3.0,1.5.0,0.970313019058,0,0,0,169.274072283,49.0776218127,S1B_IW_GRDH_1SDV_20190804T223944_20190804T224009_017442_020CE5_FF3D,2019-08-04T22:39:44Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32650,"POLYGON ((428660 6433530, 433750 6433530, 433750 6438620, 428660 6438620, 428660 6433530))",509,POINT (115.8341 58.06082),"10, 0, 428660, 0, -10, 6438620",1.0
11227,ANDREA,ROI_11320,20191002T034549_20191002T034549_T50VMK,S2B_MSIL1C_20191002T034549_N0208_R104_T50VMK_20191002T064108,2019-10-02T03:51:46Z,N02.13,4.3.0,1.5.0,0.996493154908,0,0,0,176.375171789,28.3610246702,S1B_IW_GRDH_1SDV_20191003T223946_20191003T224011_018317_022817_6E25,2019-10-03T22:39:46Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloudy,0,,32650,"POLYGON ((428660 6433530, 433750 6433530, 433750 6438620, 428660 6438620, 428660 6433530))",509,POINT (115.8341 58.06082),"10, 0, 428660, 0, -10, 6438620",1.0
11228,ANDREA,ROI_11320,20200509T034529_20200509T034532_T50VMK,S2B_MSIL1C_20200509T034529_N0209_R104_T50VMK_20200509T063109,2020-05-09T03:51:44Z,N02.14,4.3.0,1.5.0,0.983096926395384,0,0,0,172.787850792165,49.1565543456329,S1B_IW_GRDH_1SDV_20200506T223945_20200506T224010_021467_028C2F_68C0,2020-05-06T22:39:45Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,low-cloudy,0,,32650,"POLYGON ((428660 6433530, 433750 6433530, 433750 6438620, 428660 6438620, 428660 6433530))",509,POINT (115.8341 58.06082),"10, 0, 428660, 0, -10, 6438620",1.0
11229,ANDREA,ROI_11320,20191111T034959_20191111T034959_T50VMK,S2B_MSIL1C_20191111T034959_N0208_R104_T50VMK_20191111T062714,2019-11-11T03:51:45Z,N02.13,4.3.0,1.5.0,1.01867186479,0,0,0,178.221860452,14.520236186,S1B_IW_GRDH_1SDV_20191108T223946_20191108T224011_018842_023890_1446,2019-11-08T22:39:46Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,almost-clear,0,,32650,"POLYGON ((428660 6433530, 433750 6433530, 433750 6438620, 428660 6438620, 428660 6433530))",509,POINT (115.8341 58.06082),"10, 0, 428660, 0, -10, 6438620",1.0
11335,ANDREA,ROI_11446,20190216T170401_20190216T171752_T14QPH,S2A_MSIL1C_20190216T170401_N0207_R069_T14QPH_20190216T203147,2019-02-16T17:18:04Z,N02.11,4.3.0,1.5.0,1.02620202853,0,0,0,145.146927466,51.1750656196,S1A_IW_GRDH_1SDV_20190215T122518_20190215T122543_025940_02E3A8_D1D9,2019-02-15T12:25:18Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,50,scribble,cloud-free,0,,32614,"POLYGON ((660190 2269850, 665280 2269850, 665280 2274940, 660190 2274940, 660190 2269850))",509,POINT (-97.43901 20.54341),"10, 0, 660190, 0, -10, 2274940",1.0
11336,ANDREA,ROI_11446,20190524T164901_20190524T170014_T14QPH,S2A_MSIL1C_20190524T164901_N0207_R026_T14QPH_20190524T202951,2019-05-24T17:08:15Z,N02.12,4.3.0,1.5.0,0.976592603729,0,0,0,84.9558359278,71.5905300633,S1A_IW_GRDH_1SDV_20190522T122520_20190522T122545_027340_03156D_2A4C,2019-05-22T12:25:20Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,50,scribble,low-cloudy,0,,32614,"POLYGON ((660190 2269850, 665280 2269850, 665280 2274940, 660190 2274940, 660190 2269850))",509,POINT (-97.43901 20.54341),"10, 0, 660190, 0, -10, 2274940",1.0
11337,ANDREA,ROI_11446,20190601T165859_20190601T171124_T14QPH,S2B_MSIL1C_20190601T165859_N0207_R069_T14QPH_20190601T203146,2019-06-01T17:18:16Z,N02.12,4.3.0,1.5.0,0.973704254759,0,0,0,80.6066741004,73.6811068976,S1B_IW_GRDH_1SDV_20190531T003939_20190531T004004_016481_01F05A_2E83,2019-05-31T00:39:39Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,50,scribble,cloudy,0,,32614,"POLYGON ((660190 2269850, 665280 2269850, 665280 2274940, 660190 2274940, 660190 2269850))",509,POINT (-97.43901 20.54341),"10, 0, 660190, 0, -10, 2274940",1.0
11338,ANDREA,ROI_11446,20190414T164901_20190414T170226_T14QPH,S2A_MSIL1C_20190414T164901_N0207_R026_T14QPH_20190414T220523,2019-04-14T17:08:14Z,N02.11,4.3.0,1.5.0,0.996519910885,0,0,0,115.61411516,67.4357585357,S1B_IW_GRDH_1SDV_20190413T003937_20190413T004002_015781_01D9F1_4D53,2019-04-13T00:39:37Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,50,scribble,almost-clear,0,,32614,"POLYGON ((660190 2269850, 665280 2269850, 665280 2274940, 660190 2274940, 660190 2269850))",509,POINT (-97.43901 20.54341),"10, 0, 660190, 0, -10, 2274940",1.0
11339,ANDREA,ROI_11446,20190911T164851_20190911T165904_T14QPH,S2A_MSIL1C_20190911T164851_N0208_R026_T14QPH_20190911T221044,2019-09-11T17:08:10Z,N02.13,4.3.0,1.5.0,0.985393735119,0,0,0,127.012590988,65.1960577253,S1A_IW_GRDH_1SDV_20190910T004044_20190910T004109_028952_034874_DB70,2019-09-10T00:40:44Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,50,scribble,mid-cloudy,0,,32614,"POLYGON ((660190 2269850, 665280 2269850, 665280 2274940, 660190 2274940, 660190 2269850))",509,POINT (-97.43901 20.54341),"10, 0, 660190, 0, -10, 2274940",1.0
11340,ANDREA,ROI_11449,20190201T170529_20190201T170648_T14QPH,S2B_MSIL1C_20190201T170529_N0207_R069_T14QPH_20190201T202822,2019-02-01T17:18:08Z,N02.11,4.3.0,1.5.0,1.03101815806,0,0,0,149.17080491,47.1781909117,S1B_IW_GRDH_1SDV_20190131T004002_20190131T004019_014731_01B77B_462B,2019-01-31T00:40:02Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,0.714483115319147,10,scribble,cloudy,0,,32614,"POLYGON ((616660 2270720, 621750 2270720, 621750 2275810, 616660 2275810, 616660 2270720))",509,POINT (-97.85643 20.55453),"10, 0, 616660, 0, -10, 2275810",1.0
11341,ANDREA,ROI_11449,20190914T165921_20190914T171717_T14QPH,S2A_MSIL1C_20190914T165921_N0208_R069_T14QPH_20190914T220900,2019-09-14T17:18:06Z,N02.13,4.3.0,1.5.0,0.986933308634,0,0,0,133.70412907,66.3672604806,S1B_IW_GRDH_1SDV_20190913T122454_20190913T122523_018019_021EC5_8AA5,2019-09-13T12:24:54Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,low-cloudy,0,,32614,"POLYGON ((616660 2270720, 621750 2270720, 621750 2275810, 616660 2275810, 616660 2270720))",509,POINT (-97.85643 20.55453),"10, 0, 616660, 0, -10, 2275810",1.0
11342,ANDREA,ROI_11449,20191213T170711_20191213T171111_T14QPH,S2A_MSIL1C_20191213T170711_N0208_R069_T14QPH_20191213T202702,2019-12-13T17:18:03Z,N02.13,4.3.0,1.5.0,1.03114974886,0,0,0,158.810027055,43.6519287103,S1A_IW_GRDH_1SDV_20191212T122552_20191212T122617_030315_0377A6_9089,2019-12-12T12:25:52Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,0.854466363801282,10,scribble,cloud-free,0,,32614,"POLYGON ((616660 2270720, 621750 2270720, 621750 2275810, 616660 2275810, 616660 2270720))",509,POINT (-97.85643 20.55453),"10, 0, 616660, 0, -10, 2275810",1.0
11343,ANDREA,ROI_11449,20200511T165901_20200511T170809_T14QPH,S2A_MSIL1C_20200511T165901_N0209_R069_T14QPH_20200511T203824,2020-05-11T17:18:12Z,N02.14,4.3.0,1.5.0,0.981884927069933,0,0,0,94.7915879293094,73.7592124163835,S1B_IW_GRDH_1SDV_20200510T122454_20200510T122523_021519_028DBC_67CA,2020-05-10T12:24:54Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,mid-cloudy,0,,32614,"POLYGON ((616660 2270720, 621750 2270720, 621750 2275810, 616660 2275810, 616660 2270720))",509,POINT (-97.85643 20.55453),"10, 0, 616660, 0, -10, 2275810",1.0
11344,ANDREA,ROI_11449,20190815T165901_20190815T171629_T14QPH,S2A_MSIL1C_20190815T165901_N0208_R069_T14QPH_20190815T234115,2019-08-15T17:18:10Z,N02.13,4.3.0,1.5.0,0.973874073684,0,0,0,106.093475273,70.7122826586,S1A_IW_GRDH_1SDV_20190814T122550_20190814T122615_028565_033B0D_E3C3,2019-08-14T12:25:50Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,0.853223509250003,10,scribble,almost-clear,0,,32614,"POLYGON ((616660 2270720, 621750 2270720, 621750 2275810, 616660 2275810, 616660 2270720))",509,POINT (-97.85643 20.55453),"10, 0, 616660, 0, -10, 2275810",1.0
11345,ANDREA,ROI_11451,20181218T170711_20181218T171140_T14QPJ,S2A_MSIL1C_20181218T170711_N0207_R069_T14QPJ_20181218T203015,2018-12-18T17:17:44Z,N02.11,4.3.0,1.5.0,1.03234280092,0,0,0,158.410918023,42.3480526623,S1A_IW_GRDH_1SDV_20181217T122520_20181217T122545_025065_02C40D_F45B,2018-12-17T12:25:20Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloud-free,0,,32614,"POLYGON ((620660 2335100, 625750 2335100, 625750 2340190, 620660 2340190, 620660 2335100))",509,POINT (-97.81351 21.13587),"10, 0, 620660, 0, -10, 2340190",1.0
11346,ANDREA,ROI_11451,20191029T170419_20191029T170918_T14QPJ,S2B_MSIL1C_20191029T170419_N0208_R069_T14QPJ_20191029T203017,2019-10-29T17:17:53Z,N02.13,4.3.0,1.5.0,1.01216775731,0,0,0,157.254512241,52.6758372711,S1A_IW_GRDH_1SDV_20191028T004045_20191028T004110_029652_03607E_C0A9,2019-10-28T00:40:45Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32614,"POLYGON ((620660 2335100, 625750 2335100, 625750 2340190, 620660 2340190, 620660 2335100))",509,POINT (-97.81351 21.13587),"10, 0, 620660, 0, -10, 2340190",1.0
11347,ANDREA,ROI_11451,20200725T165849_20200725T171158_T14QPJ,S2B_MSIL1C_20200725T165849_N0209_R069_T14QPJ_20200725T202810,2020-07-25T17:17:55Z,N02.14,4.3.0,1.5.0,0.968786711751922,0,0,0,91.9695968249051,71.4904398076294,S1B_IW_GRDH_1SDV_20200724T004014_20200724T004031_022606_02AE79_CAAC,2020-07-24T00:40:14Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,10,scribble,cloudy,0,,32614,"POLYGON ((620660 2335100, 625750 2335100, 625750 2340190, 620660 2340190, 620660 2335100))",509,POINT (-97.81351 21.13587),"10, 0, 620660, 0, -10, 2340190",1.0
11348,ANDREA,ROI_11451,20190716T165901_20190716T170821_T14QPJ,S2A_MSIL1C_20190716T165901_N0208_R069_T14QPJ_20190716T204246,2019-07-16T17:17:58Z,N02.13,4.3.0,1.5.0,0.967644207278,0,0,0,86.0474034614,71.8077993672,S1B_IW_GRDH_1SDV_20190715T122451_20190715T122520_017144_02040A_E346,2019-07-15T12:24:51Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,almost-clear,0,,32614,"POLYGON ((620660 2335100, 625750 2335100, 625750 2340190, 620660 2340190, 620660 2335100))",509,POINT (-97.81351 21.13587),"10, 0, 620660, 0, -10, 2340190",1.0
11349,ANDREA,ROI_11451,20190616T165901_20190616T171622_T14QPJ,S2A_MSIL1C_20190616T165901_N0207_R069_T14QPJ_20190616T221235,2019-06-16T17:17:56Z,N02.12,4.3.0,1.5.0,0.969667317828,0,0,0,79.3019520579,73.0364959337,S1A_IW_GRDH_1SDV_20190615T122521_20190615T122546_027690_032025_4F02,2019-06-15T12:25:21Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,low-cloudy,0,,32614,"POLYGON ((620660 2335100, 625750 2335100, 625750 2340190, 620660 2340190, 620660 2335100))",509,POINT (-97.81351 21.13587),"10, 0, 620660, 0, -10, 2340190",1.0
11350,ANDREA,ROI_11453,20200312T170101_20200312T171158_T14QML,S2A_MSIL1C_20200312T170101_N0209_R069_T14QML_20200312T203800,2020-03-12T17:17:27Z,N02.14,4.3.0,1.5.0,1.01474430375844,0,0,0,136.90794037682,56.0358072221122,S1A_IW_GRDH_1SDV_20200310T123326_20200310T123351_031613_03A4A7_DC4A,2020-03-10T12:33:26Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,mid-cloudy,0,,32614,"POLYGON ((485360 2509330, 490450 2509330, 490450 2514420, 485360 2514420, 485360 2509330))",509,POINT (-99.11777 22.71409),"10, 0, 485360, 0, -10, 2514420",1.0
11351,ANDREA,ROI_11453,20190815T165901_20190815T171629_T14QML,S2A_MSIL1C_20190815T165901_N0208_R069_T14QML_20190815T234115,2019-08-15T17:17:34Z,N02.13,4.3.0,1.5.0,0.973874073684,0,0,0,110.555232633,68.0155423693,S1A_IW_GRDH_1SDV_20190817T004108_20190817T004133_028602_033C39_9E56,2019-08-17T00:41:08Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,low-cloudy,0,,32614,"POLYGON ((485360 2509330, 490450 2509330, 490450 2514420, 485360 2514420, 485360 2509330))",509,POINT (-99.11777 22.71409),"10, 0, 485360, 0, -10, 2514420",1.0
11352,ANDREA,ROI_11453,20190621T165859_20190621T171322_T14QML,S2B_MSIL1C_20190621T165859_N0207_R069_T14QML_20190621T203412,2019-06-21T17:17:38Z,N02.12,4.3.0,1.5.0,0.968752968419,0,0,0,84.6529564803,71.1906275251,S1A_IW_GRDH_1SDV_20190620T123323_20190620T123348_027763_03223F_FC48,2019-06-20T12:33:23Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,cloudy,0,,32614,"POLYGON ((485360 2509330, 490450 2509330, 490450 2514420, 485360 2514420, 485360 2509330))",509,POINT (-99.11777 22.71409),"10, 0, 485360, 0, -10, 2514420",1.0
11353,ANDREA,ROI_11453,20181223T170719_20181223T170731_T14QML,S2B_MSIL1C_20181223T170719_N0207_R069_T14QML_20181223T203244,2018-12-23T17:17:26Z,N02.11,4.3.0,1.5.0,1.03321750869,0,0,0,156.086381878,39.7072224958,S1A_IW_GRDH_1SDV_20181222T123321_20181222T123346_025138_02C6AE_A4D6,2018-12-22T12:33:21Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloud-free,0,,32614,"POLYGON ((485360 2509330, 490450 2509330, 490450 2514420, 485360 2514420, 485360 2509330))",509,POINT (-99.11777 22.71409),"10, 0, 485360, 0, -10, 2514420",1.0
11354,ANDREA,ROI_11453,20200610T165901_20200610T170724_T14QML,S2A_MSIL1C_20200610T165901_N0209_R069_T14QML_20200610T203704,2020-06-10T17:17:37Z,N02.14,4.3.0,1.5.0,0.970877730985627,0,0,0,85.8561991229841,71.6663302667425,S1A_IW_GRDH_1SDV_20200612T004111_20200612T004136_032977_03D1D8_CCB1,2020-06-12T00:41:11Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,almost-clear,0,,32614,"POLYGON ((485360 2509330, 490450 2509330, 490450 2514420, 485360 2514420, 485360 2509330))",509,POINT (-99.11777 22.71409),"10, 0, 485360, 0, -10, 2514420",1.0
11495,ANDREA,ROI_11627,20200711T001111_20200711T001113_T56KLB,S2A_MSIL1C_20200711T001111_N0209_R073_T56KLB_20200711T013919,2020-07-11T00:12:44Z,N02.14,4.3.0,1.5.0,0.967397043591099,0,0,0,32.5084520383555,39.4739691437749,S1A_IW_GRDH_1SDV_20200708T192027_20200708T192052_033367_03DDB0_26FE,2020-07-08T19:20:27Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,80,scribble,almost-clear,0,,32756,"POLYGON ((346940 7640530, 352030 7640530, 352030 7645620, 346940 7645620, 346940 7640530))",509,POINT (151.5489 -21.30797),"10, 0, 346940, 0, -10, 7645620",1.0
11496,ANDREA,ROI_11627,20190423T001119_20190423T001115_T56KLB,S2B_MSIL1C_20190423T001119_N0207_R073_T56KLB_20190423T013739,2019-04-23T00:12:46Z,N02.11,4.3.0,1.5.0,0.991857780485,0,0,0,38.1766665832,48.4420042968,S1A_IW_GRDH_1SDV_20190421T192016_20190421T192041_026892_03063B_16C6,2019-04-21T19:20:16Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,80,scribble,mid-cloudy,0,,32756,"POLYGON ((346940 7640530, 352030 7640530, 352030 7645620, 346940 7645620, 346940 7640530))",509,POINT (151.5489 -21.30797),"10, 0, 346940, 0, -10, 7645620",1.0
11497,ANDREA,ROI_11627,20190717T001111_20190717T001114_T56KLB,S2A_MSIL1C_20190717T001111_N0208_R073_T56KLB_20190717T013459,2019-07-17T00:12:45Z,N02.13,4.3.0,1.5.0,0.967666493665,0,0,0,33.2141120029,40.0652222147,S1A_IW_GRDH_1SDV_20190714T192021_20190714T192046_028117_032CF3_10D7,2019-07-14T19:20:21Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,80,scribble,cloudy,0,,32756,"POLYGON ((346940 7640530, 352030 7640530, 352030 7645620, 346940 7645620, 346940 7640530))",509,POINT (151.5489 -21.30797),"10, 0, 346940, 0, -10, 7645620",1.0
11498,ANDREA,ROI_11627,20200616T001109_20200616T001111_T56KLB,S2B_MSIL1C_20200616T001109_N0209_R073_T56KLB_20200616T013316,2020-06-16T00:12:42Z,N02.14,4.3.0,1.5.0,0.969667600702209,0,0,0,30.4215552879091,38.9606571823476,S1A_IW_GRDH_1SDV_20200614T192026_20200614T192051_033017_03D30C_FF84,2020-06-14T19:20:26Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,low-cloudy,0,,32756,"POLYGON ((346940 7640530, 352030 7640530, 352030 7645620, 346940 7645620, 346940 7640530))",509,POINT (151.5489 -21.30797),"10, 0, 346940, 0, -10, 7645620",1.0
11499,ANDREA,ROI_11627,20200601T001121_20200601T001115_T56KLB,S2A_MSIL1C_20200601T001121_N0209_R073_T56KLB_20200601T014219,2020-06-01T00:12:46Z,N02.14,4.3.0,1.5.0,0.973704656884469,0,0,0,30.5134300319584,40.3921511870699,S1A_IW_GRDH_1SDV_20200602T192025_20200602T192050_032842_03CDDA_2E1C,2020-06-02T19:20:25Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,cloud-free,0,,32756,"POLYGON ((346940 7640530, 352030 7640530, 352030 7645620, 346940 7645620, 346940 7640530))",509,POINT (151.5489 -21.30797),"10, 0, 346940, 0, -10, 7645620",1.0
11665,ANDREA,ROI_11874,20200116T173649_20200116T173647_T14UPC,S2B_MSIL1C_20200116T173649_N0208_R055_T14UPC_20200116T193034,2020-01-16T17:39:23Z,N02.13,4.3.0,1.5.0,1.03388576388,0,0,0,166.088072165,16.1549903481,S1B_IW_GRDH_1SDV_20200118T001548_20200118T001613_019864_025914_3996,2020-01-18T00:15:48Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,cloud-free,0,,32614,"POLYGON ((630210 5740470, 635300 5740470, 635300 5745560, 630210 5745560, 630210 5740470))",509,POINT (-97.07376 51.82218),"10, 0, 630210, 0, -10, 5745560",1.0
11666,ANDREA,ROI_11874,20200619T172911_20200619T173705_T14UPC,S2A_MSIL1C_20200619T172911_N0209_R055_T14UPC_20200619T210804,2020-06-19T17:39:35Z,N02.14,4.3.0,1.5.0,0.968965762335645,0,0,0,157.055335976715,60.0806198513502,S1B_IW_GRDH_1SDV_20200622T001551_20200622T001616_022139_02A04F_1724,2020-06-22T00:15:51Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,mid-cloudy,0,,32614,"POLYGON ((630210 5740470, 635300 5740470, 635300 5745560, 630210 5745560, 630210 5740470))",509,POINT (-97.07376 51.82218),"10, 0, 630210, 0, -10, 5745560",1.0
11667,ANDREA,ROI_11874,20200530T172911_20200530T173636_T14UPC,S2A_MSIL1C_20200530T172911_N0209_R055_T14UPC_20200530T210711,2020-05-30T17:39:35Z,N02.14,4.3.0,1.5.0,0.974133813165619,0,0,0,159.49450658618,58.8294207342888,S1B_IW_GRDH_1SDV_20200529T001550_20200529T001615_021789_0295BC_523C,2020-05-29T00:15:50Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,low-cloudy,0,,32614,"POLYGON ((630210 5740470, 635300 5740470, 635300 5745560, 630210 5745560, 630210 5740470))",509,POINT (-97.07376 51.82218),"10, 0, 630210, 0, -10, 5745560",1.0
11668,ANDREA,ROI_11874,20200729T172901_20200729T173353_T14UPC,S2A_MSIL1C_20200729T172901_N0209_R055_T14UPC_20200729T212017,2020-07-29T17:39:34Z,N02.14,4.3.0,1.5.0,0.969511995936735,0,0,0,157.330689252772,55.024322969549,S1B_IW_GRDH_1SDV_20200728T001553_20200728T001618_022664_02B04A_5727,2020-07-28T00:15:53Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,80,scribble,almost-clear,0,,32614,"POLYGON ((630210 5740470, 635300 5740470, 635300 5745560, 630210 5745560, 630210 5740470))",509,POINT (-97.07376 51.82218),"10, 0, 630210, 0, -10, 5745560",1.0
11669,ANDREA,ROI_11874,20200518T173909_20200518T174525_T14UPC,S2B_MSIL1C_20200518T173909_N0209_R098_T14UPC_20200518T211131,2020-05-18T17:49:25Z,N02.14,4.3.0,1.5.0,0.978741386945663,0,0,0,165.090336338591,57.245077677437,S1B_IW_GRDH_1SDV_20200517T001549_20200517T001614_021614_02908B_CC81,2020-05-17T00:15:49Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,cloudy,0,,32614,"POLYGON ((630210 5740470, 635300 5740470, 635300 5745560, 630210 5745560, 630210 5740470))",509,POINT (-97.07376 51.82218),"10, 0, 630210, 0, -10, 5745560",1.0
11670,ANDREA,ROI_11875,20200518T173909_20200518T174525_T14UPD,S2B_MSIL1C_20200518T173909_N0209_R098_T14UPD_20200518T211131,2020-05-18T17:49:10Z,N02.14,4.3.0,1.5.0,0.978741386945663,0,0,0,165.415710354924,56.373884019342,S1B_IW_GRDH_1SDV_20200517T001549_20200517T001614_021614_02908B_CC81,2020-05-17T00:15:49Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32614,"POLYGON ((627870 5828330, 632960 5828330, 632960 5833420, 627870 5833420, 627870 5828330))",509,POINT (-97.07383 52.61221),"10, 0, 627870, 0, -10, 5833420",1.0
11671,ANDREA,ROI_11875,20190906T173901_20190906T174836_T14UPD,S2A_MSIL1C_20190906T173901_N0208_R098_T14UPD_20190906T212136,2019-09-06T17:49:10Z,N02.13,4.3.0,1.5.0,0.98294585665,0,0,0,167.725924096,43.0311036296,S1B_IW_GRDH_1SDV_20190908T001549_20190908T001614_017939_021C4A_A791,2019-09-08T00:15:49Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,cloudy,0,,32614,"POLYGON ((627870 5828330, 632960 5828330, 632960 5833420, 627870 5833420, 627870 5828330))",509,POINT (-97.07383 52.61221),"10, 0, 627870, 0, -10, 5833420",1.0
11672,ANDREA,ROI_11875,20200530T172911_20200530T173636_T14UPD,S2A_MSIL1C_20200530T172911_N0209_R055_T14UPD_20200530T210711,2020-05-30T17:39:20Z,N02.14,4.3.0,1.5.0,0.974133813165619,0,0,0,159.974785287561,57.9833219165937,S1B_IW_GRDH_1SDV_20200529T001550_20200529T001615_021789_0295BC_523C,2020-05-29T00:15:50Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloud-free,0,,32614,"POLYGON ((627870 5828330, 632960 5828330, 632960 5833420, 627870 5833420, 627870 5828330))",509,POINT (-97.07383 52.61221),"10, 0, 627870, 0, -10, 5833420",1.0
11673,ANDREA,ROI_11875,20190921T174019_20190921T174817_T14UPD,S2B_MSIL1C_20190921T174019_N0208_R098_T14UPD_20190921T211317,2019-09-21T17:49:10Z,N02.13,4.3.0,1.5.0,0.990673940605,0,0,0,170.318918929,37.486168159,S1B_IW_GRDH_1SDV_20190920T001550_20190920T001615_018114_0221BD_2DAA,2019-09-20T00:15:50Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,low-cloudy,0,,32614,"POLYGON ((627870 5828330, 632960 5828330, 632960 5833420, 627870 5833420, 627870 5828330))",509,POINT (-97.07383 52.61221),"10, 0, 627870, 0, -10, 5833420",1.0
11674,ANDREA,ROI_11875,20200602T173911_20200602T174636_T14UPD,S2A_MSIL1C_20200602T173911_N0209_R098_T14UPD_20200602T211935,2020-06-02T17:49:17Z,N02.14,4.3.0,1.5.0,0.97314535983038,0,0,0,163.934885309481,58.8191734596114,S1B_IW_GRDH_1SDV_20200605T000746_20200605T000811_021891_0298BF_4D87,2020-06-05T00:07:46Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,mid-cloudy,0,,32614,"POLYGON ((627870 5828330, 632960 5828330, 632960 5833420, 627870 5833420, 627870 5828330))",509,POINT (-97.07383 52.61221),"10, 0, 627870, 0, -10, 5833420",1.0
11880,VALERIA,ROI_1551,20190618T032549_20190618T032938_T50UMG,S2B_MSIL1C_20190618T032549_N0207_R018_T50UMG_20190618T070340,2019-06-18T03:32:42Z,N02.12,4.3.0,1.5.0,0.969381979647,0,0,0,161.62867242,56.9614435282,S1B_IW_GRDH_1SDV_20190619T222409_20190619T222434_016771_01F909_57AF,2019-06-19T22:24:09Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,almost-clear,0,,32650,"POLYGON ((451870 6142880, 456960 6142880, 456960 6147970, 451870 6147970, 451870 6142880))",509,POINT (116.2792 55.45288),"10, 0, 451870, 0, -10, 6147970",1.0
11881,VALERIA,ROI_1551,20200615T033539_20200615T033537_T50UMG,S2B_MSIL1C_20200615T033539_N0209_R061_T50UMG_20200615T061910,2020-06-15T03:42:33Z,N02.14,4.3.0,1.5.0,0.969846881724875,0,0,0,165.972192827036,57.3021153714636,S1B_IW_GRDH_1SDV_20200613T222415_20200613T222439_022021_029CAF_ED6E,2020-06-13T22:24:15Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,mid-cloudy,0,,32650,"POLYGON ((451870 6142880, 456960 6142880, 456960 6147970, 451870 6147970, 451870 6142880))",509,POINT (116.2792 55.45288),"10, 0, 451870, 0, -10, 6147970",1.0
11882,VALERIA,ROI_1551,20200715T033539_20200715T033536_T50UMG,S2B_MSIL1C_20200715T033539_N0209_R061_T50UMG_20200715T061909,2020-07-15T03:42:32Z,N02.14,4.3.0,1.5.0,0.967585049750046,0,0,0,164.24284222474,55.2571930113308,S1B_IW_GRDH_1SDV_20200712T223218_20200712T223247_022444_02A98C_AB41,2020-07-12T22:32:18Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,10,scribble,low-cloudy,0,,32650,"POLYGON ((451870 6142880, 456960 6142880, 456960 6147970, 451870 6147970, 451870 6142880))",509,POINT (116.2792 55.45288),"10, 0, 451870, 0, -10, 6147970",1.0
11883,VALERIA,ROI_1551,20200605T033539_20200605T033848_T50UMG,S2B_MSIL1C_20200605T033539_N0209_R061_T50UMG_20200605T071505,2020-06-05T03:42:32Z,N02.14,4.3.0,1.5.0,0.972403586339317,0,0,0,166.992047035613,56.6404901680751,S1B_IW_GRDH_1SDV_20200606T223216_20200606T223245_021919_029990_309F,2020-06-06T22:32:16Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32650,"POLYGON ((451870 6142880, 456960 6142880, 456960 6147970, 451870 6147970, 451870 6142880))",509,POINT (116.2792 55.45288),"10, 0, 451870, 0, -10, 6147970",1.0
11884,VALERIA,ROI_1551,20190221T033749_20190221T034222_T50UMG,S2B_MSIL1C_20190221T033749_N0207_R061_T50UMG_20190221T075759,2019-02-21T03:42:32Z,N02.11,4.3.0,1.5.0,1.0244268816,0,0,0,167.700586793,23.1657858959,S1B_IW_GRDH_1SDV_20190219T222405_20190219T222430_015021_01C117_23F8,2019-02-19T22:24:05Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloud-free,0,,32650,"POLYGON ((451870 6142880, 456960 6142880, 456960 6147970, 451870 6147970, 451870 6142880))",509,POINT (116.2792 55.45288),"10, 0, 451870, 0, -10, 6147970",1.0
12015,VALERIA,ROI_1692,20200528T050701_20200528T051513_T43PGS,S2A_MSIL1C_20200528T050701_N0209_R019_T43PGS_20200528T082127,2020-05-28T05:24:56Z,N02.14,4.3.0,1.5.0,0.975014125316877,0,0,0,68.2153305728357,69.2328023467802,S1A_IW_GRDH_1SDV_20200530T003941_20200530T004006_032787_03CC42_BBF1,2020-05-30T00:39:41Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,mid-cloudy,0,,32643,"POLYGON ((761480 1641600, 766570 1641600, 766570 1646690, 761480 1646690, 761480 1641600))",509,POINT (77.45362 14.85867),"10, 0, 761480, 0, -10, 1646690",1.0
12016,VALERIA,ROI_1692,20190102T052219_20190102T052400_T43PGS,S2B_MSIL1C_20190102T052219_N0207_R062_T43PGS_20190102T081100,2019-01-02T05:34:43Z,N02.11,4.3.0,1.5.0,1.03418467179,0,0,0,152.384211791,47.4766847605,S1A_IW_GRDH_1SDV_20181231T003929_20181231T003954_025262_02CB2F_AA3B,2018-12-31T00:39:29Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,20,scribble,cloud-free,0,,32643,"POLYGON ((761480 1641600, 766570 1641600, 766570 1646690, 761480 1646690, 761480 1641600))",509,POINT (77.45362 14.85867),"10, 0, 761480, 0, -10, 1646690",1.0
12017,VALERIA,ROI_1692,20200309T050651_20200309T052223_T43PGS,S2A_MSIL1C_20200309T050651_N0209_R019_T43PGS_20200309T084700,2020-03-09T05:24:46Z,N02.14,4.3.0,1.5.0,1.01656971489131,0,0,0,126.994687924048,59.4035234777799,S1A_IW_GRDH_1SDV_20200307T003933_20200307T003958_031562_03A2EE_3CC9,2020-03-07T00:39:33Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,low-cloudy,0,,32643,"POLYGON ((761480 1641600, 766570 1641600, 766570 1646690, 761480 1646690, 761480 1641600))",509,POINT (77.45362 14.85867),"10, 0, 761480, 0, -10, 1646690",1.0
12018,VALERIA,ROI_1692,20200727T050701_20200727T051233_T43PGS,S2A_MSIL1C_20200727T050701_N0209_R019_T43PGS_20200727T081954,2020-07-27T05:24:56Z,N02.14,4.3.0,1.5.0,0.969041302941825,0,0,0,75.8674680655177,67.5851802364307,S1A_IW_GRDH_1SDV_20200729T003945_20200729T004010_033662_03E6C5_A614,2020-07-29T00:39:45Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,20,scribble,almost-clear,0,,32643,"POLYGON ((761480 1641600, 766570 1641600, 766570 1646690, 761480 1646690, 761480 1641600))",509,POINT (77.45362 14.85867),"10, 0, 761480, 0, -10, 1646690",1.0
12019,VALERIA,ROI_1692,20191115T051049_20191115T051852_T43PGS,S2B_MSIL1C_20191115T051049_N0208_R019_T43PGS_20191115T084736,2019-11-15T05:24:49Z,N02.13,4.3.0,1.5.0,1.02063089383,0,0,0,151.9716241,52.5035981552,S1B_IW_GRDH_1SDV_20191114T003900_20191114T003925_018916_023AD7_F42E,2019-11-14T00:39:00Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,cloudy,0,,32643,"POLYGON ((761480 1641600, 766570 1641600, 766570 1646690, 761480 1646690, 761480 1641600))",509,POINT (77.45362 14.85867),"10, 0, 761480, 0, -10, 1646690",1.0
12255,VALERIA,ROI_1920,20200114T160621_20200114T161418_T17RMH,S2A_MSIL1C_20200114T160621_N0208_R097_T17RMH_20200114T193733,2020-01-14T16:16:20Z,N02.13,4.3.0,1.5.0,1.03405907957,0,0,0,155.908255402,40.0937609649,S1A_IW_GRDH_1SDV_20200115T233555_20200115T233620_030818_038916_9815,2020-01-15T23:35:55Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,mid-cloudy,0,,32617,"POLYGON ((446240 2754280, 451330 2754280, 451330 2759370, 446240 2759370, 446240 2754280))",509,POINT (-81.50722 24.92578),"10, 0, 446240, 0, -10, 2759370",1.0
12256,VALERIA,ROI_1920,20200525T160509_20200525T160602_T17RMH,S2B_MSIL1C_20200525T160509_N0209_R054_T17RMH_20200525T192636,2020-05-25T16:06:31Z,N02.14,4.3.0,1.5.0,0.975951998111568,0,0,0,98.0617652918445,72.0686685119661,S1A_IW_GRDH_1SDV_20200526T233558_20200526T233623_032743_03CAFB_C35C,2020-05-26T23:35:58Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,cloudy,0,,32617,"POLYGON ((446240 2754280, 451330 2754280, 451330 2759370, 446240 2759370, 446240 2754280))",509,POINT (-81.50722 24.92578),"10, 0, 446240, 0, -10, 2759370",1.0
12257,VALERIA,ROI_1920,20191212T160511_20191212T160507_T17RMH,S2A_MSIL1C_20191212T160511_N0208_R054_T17RMH_20191212T192654,2019-12-12T16:06:26Z,N02.13,4.3.0,1.5.0,1.03088374272,0,0,0,158.272026114,38.9313393662,S1A_IW_GRDH_1SDV_20191210T233557_20191210T233622_030293_0376E4_608A,2019-12-10T23:35:57Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,almost-clear,0,,32617,"POLYGON ((446240 2754280, 451330 2754280, 451330 2759370, 446240 2759370, 446240 2754280))",509,POINT (-81.50722 24.92578),"10, 0, 446240, 0, -10, 2759370",1.0
12258,VALERIA,ROI_1920,20200205T160509_20200205T160505_T17RMH,S2B_MSIL1C_20200205T160509_N0209_R054_T17RMH_20200205T190836,2020-02-05T16:06:24Z,N02.14,4.3.0,1.5.0,1.03002421427,0,0,0,148.435514569,43.3146193644,S1A_IW_GRDH_1SDV_20200203T232800_20200203T232825_031095_0392BD_22E8,2020-02-03T23:28:00Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,low-cloudy,0,,32617,"POLYGON ((446240 2754280, 451330 2754280, 451330 2759370, 446240 2759370, 446240 2754280))",509,POINT (-81.50722 24.92578),"10, 0, 446240, 0, -10, 2759370",1.0
12259,VALERIA,ROI_1920,20190210T160509_20190210T160511_T17RMH,S2B_MSIL1C_20190210T160509_N0207_R054_T17RMH_20190210T205425,2019-02-10T16:06:31Z,N02.11,4.3.0,1.5.0,1.02837178839,0,0,0,147.2433187,44.7261033473,S1A_IW_GRDH_1SDV_20190208T232753_20190208T232818_025845_02E03A_5C20,2019-02-08T23:27:53Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,80,scribble,cloud-free,0,,32617,"POLYGON ((446240 2754280, 451330 2754280, 451330 2759370, 446240 2759370, 446240 2754280))",509,POINT (-81.50722 24.92578),"10, 0, 446240, 0, -10, 2759370",1.0
12270,VALERIA,ROI_1941,20190603T023559_20190603T024139_T52VEH,S2B_MSIL1C_20190603T023559_N0207_R089_T52VEH_20190603T061117,2019-06-03T02:42:04Z,N02.12,4.3.0,1.5.0,0.973249015651,0,0,0,165.106696491,55.2576677013,S1B_IW_GRDH_1SDV_20190601T213420_20190601T213445_016508_01F128_B9A5,2019-06-01T21:34:20Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,almost-clear,0,,32652,"POLYGON ((539010 6258220, 544100 6258220, 544100 6263310, 539010 6263310, 539010 6258220))",509,POINT (129.6748 56.48949),"10, 0, 539010, 0, -10, 6263310",1.0
12271,VALERIA,ROI_1941,20190924T024549_20190924T024806_T52VEH,S2B_MSIL1C_20190924T024549_N0208_R132_T52VEH_20190924T053202,2019-09-24T02:51:52Z,N02.13,4.3.0,1.5.0,0.99197828021,0,0,0,173.796018766,33.1845151471,S1B_IW_GRDH_1SDV_20190922T214251_20190922T214320_018156_02230B_9A7F,2019-09-22T21:42:51Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,cloudy,0,,32652,"POLYGON ((539010 6258220, 544100 6258220, 544100 6263310, 539010 6263310, 539010 6258220))",509,POINT (129.6748 56.48949),"10, 0, 539010, 0, -10, 6263310",1.0
12272,VALERIA,ROI_1941,20200403T023541_20200403T023935_T52VEH,S2A_MSIL1C_20200403T023541_N0209_R089_T52VEH_20200403T053909,2020-04-03T02:41:52Z,N02.14,4.3.0,1.5.0,1.00277670303521,0,0,0,166.66424332597,38.4288414573838,S1B_IW_GRDH_1SDV_20200401T214249_20200401T214318_020956_027C06_08BD,2020-04-01T21:42:49Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,mid-cloudy,0,,32652,"POLYGON ((539010 6258220, 544100 6258220, 544100 6263310, 539010 6263310, 539010 6258220))",509,POINT (129.6748 56.48949),"10, 0, 539010, 0, -10, 6263310",1.0
12273,VALERIA,ROI_1941,20200518T023549_20200518T023548_T52VEH,S2B_MSIL1C_20200518T023549_N0209_R089_T52VEH_20200518T042126,2020-05-18T02:41:56Z,N02.14,4.3.0,1.5.0,0.979009600595985,0,0,0,166.344200810855,52.7046157682434,S1B_IW_GRDH_1SDV_20200519T214251_20200519T214320_021656_0291CB_9EBB,2020-05-19T21:42:51Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,low-cloudy,0,,32652,"POLYGON ((539010 6258220, 544100 6258220, 544100 6263310, 539010 6263310, 539010 6258220))",509,POINT (129.6748 56.48949),"10, 0, 539010, 0, -10, 6263310",1.0
12274,VALERIA,ROI_1941,20190107T025109_20190107T025108_T52VEH,S2B_MSIL1C_20190107T025109_N0207_R132_T52VEH_20190107T040644,2019-01-07T02:51:51Z,N02.11,4.3.0,1.5.0,1.03431863513,0,0,0,171.870836762,10.8954823555,S1B_IW_GRDH_1SDV_20190108T213419_20190108T213444_014408_01AD1F_2023,2019-01-08T21:34:19Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloud-free,0,,32652,"POLYGON ((539010 6258220, 544100 6258220, 544100 6263310, 539010 6263310, 539010 6258220))",509,POINT (129.6748 56.48949),"10, 0, 539010, 0, -10, 6263310",1.0
12415,VALERIA,ROI_2042,20190828T052651_20190828T054022_T43QFE,S2A_MSIL1C_20190828T052651_N0208_R105_T43QFE_20190828T101457,2019-08-28T05:42:49Z,N02.13,4.3.0,1.5.0,0.978637965535,0,0,0,122.404970508,68.701033814,S1B_IW_GRDH_1SDV_20190827T004518_20190827T004543_017764_0216DF_7F8A,2019-08-27T00:45:18Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,40,scribble,cloudy,0,,32643,"POLYGON ((649910 2442100, 655000 2442100, 655000 2447190, 649910 2447190, 649910 2442100))",509,POINT (76.4779 22.10009),"10, 0, 649910, 0, -10, 2447190",1.0
12416,VALERIA,ROI_2042,20190724T052659_20190724T053718_T43QFE,S2B_MSIL1C_20190724T052659_N0208_R105_T43QFE_20190724T090641,2019-07-24T05:42:56Z,N02.13,4.3.0,1.5.0,0.968454674541,0,0,0,93.3201120837,71.7827782381,S1B_IW_GRDH_1SDV_20190722T004506_20190722T004531_017239_0206CA_F43F,2019-07-22T00:45:06Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,low-cloudy,0,,32643,"POLYGON ((649910 2442100, 655000 2442100, 655000 2447190, 649910 2447190, 649910 2442100))",509,POINT (76.4779 22.10009),"10, 0, 649910, 0, -10, 2447190",1.0
12417,VALERIA,ROI_2042,20190614T052659_20190614T053710_T43QFE,S2B_MSIL1C_20190614T052659_N0207_R105_T43QFE_20190614T090756,2019-06-14T05:42:55Z,N02.12,4.3.0,1.5.0,0.970203275272,0,0,0,82.5937095849,73.5363009469,S1B_IW_GRDH_1SDV_20190616T004504_20190616T004529_016714_01F759_546A,2019-06-16T00:45:04Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,almost-clear,0,,32643,"POLYGON ((649910 2442100, 655000 2442100, 655000 2447190, 649910 2447190, 649910 2442100))",509,POINT (76.4779 22.10009),"10, 0, 649910, 0, -10, 2447190",1.0
12418,VALERIA,ROI_2042,20190714T052659_20190714T053714_T43QFE,S2B_MSIL1C_20190714T052659_N0208_R105_T43QFE_20190714T090842,2019-07-14T05:42:56Z,N02.13,4.3.0,1.5.0,0.967492279474,0,0,0,87.6271101131,72.1779213727,S1A_IW_GRDH_1SDV_20190716T004547_20190716T004612_028135_032D81_F7D1,2019-07-16T00:45:47Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,mid-cloudy,0,,32643,"POLYGON ((649910 2442100, 655000 2442100, 655000 2447190, 649910 2447190, 649910 2442100))",509,POINT (76.4779 22.10009),"10, 0, 649910, 0, -10, 2447190",1.0
12419,VALERIA,ROI_2042,20181226T053229_20181226T053653_T43QFE,S2B_MSIL1C_20181226T053229_N0207_R105_T43QFE_20181226T082912,2018-12-26T05:42:44Z,N02.11,4.3.0,1.5.0,1.03356337589,0,0,0,157.929498981,41.308220551,S1A_IW_GRDH_1SDV_20181224T004544_20181224T004609_025160_02C77C_D2F8,2018-12-24T00:45:44Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,cloud-free,0,,32643,"POLYGON ((649910 2442100, 655000 2442100, 655000 2447190, 649910 2447190, 649910 2442100))",509,POINT (76.4779 22.10009),"10, 0, 649910, 0, -10, 2447190",1.0
12540,VALERIA,ROI_2214,20190818T103031_20190818T103539_T32TLQ,S2A_MSIL1C_20190818T103031_N0208_R108_T32TLQ_20190818T124651,2019-08-18T10:38:35Z,N02.13,4.3.0,1.5.0,0.974815813918,0,0,0,154.62542508,56.2322034954,S1B_IW_GRDH_1SDV_20190816T172214_20190816T172239_017614_021234_9BA2,2019-08-16T17:22:14Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,almost-clear,0,,32632,"POLYGON ((344620 4918780, 349710 4918780, 349710 4923870, 344620 4923870, 344620 4918780))",509,POINT (7.079827 44.42908),"10, 0, 344620, 0, -10, 4923870",1.0
12541,VALERIA,ROI_2214,20191029T102039_20191029T102520_T32TLQ,S2B_MSIL1C_20191029T102039_N0208_R065_T32TLQ_20191029T123851,2019-10-29T10:28:36Z,N02.13,4.3.0,1.5.0,1.01201438727,0,0,0,166.805529372,30.9809053684,S1B_IW_GRDH_1SDV_20191027T172216_20191027T172241_018664_0232C7_2D19,2019-10-27T17:22:16Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32632,"POLYGON ((344620 4918780, 349710 4918780, 349710 4923870, 344620 4923870, 344620 4918780))",509,POINT (7.079827 44.42908),"10, 0, 344620, 0, -10, 4923870",1.0
12542,VALERIA,ROI_2214,20181004T102019_20181004T102018_T32TLQ,S2B_MSIL1C_20181004T102019_N0206_R065_T32TLQ_20181004T141056,2018-10-04T10:20:18Z,N02.08,4.3.0,1.5.0,0.997963970309,0,0,0,163.233077002,39.6009696614,S1A_IW_GRDH_1SDV_20181002T172258_20181002T172323_023960_029DDE_9714,2018-10-02T17:22:58Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,low-cloudy,0,,32632,"POLYGON ((344620 4918780, 349710 4918780, 349710 4923870, 344620 4923870, 344620 4918780))",509,POINT (7.079827 44.42908),"10, 0, 344620, 0, -10, 4923870",1.0
12543,VALERIA,ROI_2214,20200625T101559_20200625T101903_T32TLQ,S2B_MSIL1C_20200625T101559_N0209_R065_T32TLQ_20200625T123149,2020-06-25T10:28:38Z,N02.14,4.3.0,1.5.0,0.968133325895351,0,0,0,142.485495830129,64.8729221930231,S1B_IW_GRDH_1SDV_20200627T054325_20200627T054350_022215_02A297_F127,2020-06-27T05:43:25Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,10,scribble,cloudy,0,,32632,"POLYGON ((344620 4918780, 349710 4918780, 349710 4923870, 344620 4923870, 344620 4918780))",509,POINT (7.079827 44.42908),"10, 0, 344620, 0, -10, 4923870",1.0
12544,VALERIA,ROI_2214,20180724T103021_20180724T103551_T32TLQ,S2A_MSIL1C_20180724T103021_N0206_R108_T32TLQ_20180724T142006,2018-07-24T10:35:51Z,N02.08,4.3.0,1.5.0,0.968528828606,0,0,0,148.842563323,62.294296698,S1A_IW_GRDH_1SDV_20180722T172255_20180722T172320_022910_027C34_2C66,2018-07-22T17:22:55Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32632,"POLYGON ((344620 4918780, 349710 4918780, 349710 4923870, 344620 4923870, 344620 4918780))",509,POINT (7.079827 44.42908),"10, 0, 344620, 0, -10, 4923870",1.0
12640,VALERIA,ROI_2313,20190821T180919_20190821T182332_T12SUH,S2B_MSIL1C_20190821T180919_N0208_R084_T12SUH_20190821T213135,2019-08-21T18:23:45Z,N02.13,4.3.0,1.5.0,0.976035624693,0,0,0,144.681703877,59.4056487802,S1A_IW_GRDH_1SDV_20190823T133454_20190823T133519_028697_033F95_07CB,2019-08-23T13:34:54Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,cloud-free,0,,32612,"POLYGON ((366600 4225600, 371690 4225600, 371690 4230690, 366600 4230690, 366600 4225600))",509,POINT (-112.4943 38.19174),"10, 0, 366600, 0, -10, 4230690",1.0
12641,VALERIA,ROI_2313,20190801T180929_20190801T182013_T12SUH,S2B_MSIL1C_20190801T180929_N0208_R084_T12SUH_20190801T213834,2019-08-01T18:23:47Z,N02.13,4.3.0,1.5.0,0.969998021647,0,0,0,136.853463053,64.098444572,S1B_IW_GRDH_1SDV_20190731T012610_20190731T012635_017371_020A9A_6B3D,2019-07-31T01:26:10Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,almost-clear,0,,32612,"POLYGON ((366600 4225600, 371690 4225600, 371690 4230690, 366600 4230690, 366600 4225600))",509,POINT (-112.4943 38.19174),"10, 0, 366600, 0, -10, 4230690",1.0
12642,VALERIA,ROI_2313,20200328T180909_20200328T181454_T12SUH,S2B_MSIL1C_20200328T180909_N0209_R084_T12SUH_20200328T214329,2020-03-28T18:23:37Z,N02.14,4.3.0,1.5.0,1.00584983291265,0,0,0,150.427229859068,51.3866422326935,S1B_IW_GRDH_1SDV_20200327T012610_20200327T012635_020871_027932_E6A7,2020-03-27T01:26:10Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32612,"POLYGON ((366600 4225600, 371690 4225600, 371690 4230690, 366600 4230690, 366600 4225600))",509,POINT (-112.4943 38.19174),"10, 0, 366600, 0, -10, 4230690",1.0
12643,VALERIA,ROI_2313,20190222T181349_20190222T181610_T12SUH,S2B_MSIL1C_20190222T181349_N0207_R084_T12SUH_20190222T213738,2019-02-22T18:23:38Z,N02.11,4.3.0,1.5.0,1.0237487066,0,0,0,154.53480812,38.0433769238,S1A_IW_GRDH_1SDV_20190224T133446_20190224T133511_026072_02E855_54C4,2019-02-24T13:34:46Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,low-cloudy,0,,32612,"POLYGON ((366600 4225600, 371690 4225600, 371690 4230690, 366600 4230690, 366600 4225600))",509,POINT (-112.4943 38.19174),"10, 0, 366600, 0, -10, 4230690",1.0
12644,VALERIA,ROI_2313,20190809T181921_20190809T183133_T12SUH,S2A_MSIL1C_20190809T181921_N0208_R127_T12SUH_20190809T215422,2019-08-09T18:33:39Z,N02.13,4.3.0,1.5.0,0.972025784379,0,0,0,144.39044832,63.5735050502,S1A_IW_GRDH_1SDV_20190811T133454_20190811T133519_028522_03398E_A95A,2019-08-11T13:34:54Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32612,"POLYGON ((366600 4225600, 371690 4225600, 371690 4230690, 366600 4230690, 366600 4225600))",509,POINT (-112.4943 38.19174),"10, 0, 366600, 0, -10, 4230690",1.0
12655,VALERIA,ROI_2344,20190228T165229_20190228T165642_T14QPG,S2B_MSIL1C_20190228T165229_N0207_R026_T14QPG_20190228T215704,2019-02-28T17:08:25Z,N02.11,4.3.0,1.5.0,1.02109270342,0,0,0,137.434531216,54.1877585847,S1A_IW_GRDH_1SDV_20190227T122543_20190227T122608_026115_02E9DF_4048,2019-02-27T12:25:43Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloud-free,0,,32614,"POLYGON ((676240 2181750, 681330 2181750, 681330 2186840, 676240 2186840, 676240 2181750))",509,POINT (-97.29377 19.74619),"10, 0, 676240, 0, -10, 2186840",1.0
12656,VALERIA,ROI_2344,20190728T164849_20190728T170235_T14QPG,S2B_MSIL1C_20190728T164849_N0208_R026_T14QPG_20190728T202715,2019-07-28T17:08:35Z,N02.13,4.3.0,1.5.0,0.96918283108,0,0,0,87.6131050826,69.2185183336,S1B_IW_GRDH_1SDV_20190727T122452_20190727T122521_017319_020920_B747,2019-07-27T12:24:52Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,cloudy,0,,32614,"POLYGON ((676240 2181750, 681330 2181750, 681330 2186840, 676240 2186840, 676240 2181750))",509,POINT (-97.29377 19.74619),"10, 0, 676240, 0, -10, 2186840",1.0
12657,VALERIA,ROI_2344,20190926T165039_20190926T170211_T14QPG,S2B_MSIL1C_20190926T165039_N0208_R026_T14QPG_20190926T215816,2019-09-26T17:08:27Z,N02.13,4.3.0,1.5.0,0.993414630061,0,0,0,137.120864754,62.614700247,S1B_IW_GRDH_1SDV_20190925T122455_20190925T122524_018194_022429_340E,2019-09-25T12:24:55Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,low-cloudy,0,,32614,"POLYGON ((676240 2181750, 681330 2181750, 681330 2186840, 676240 2186840, 676240 2181750))",509,POINT (-97.29377 19.74619),"10, 0, 676240, 0, -10, 2186840",1.0
12658,VALERIA,ROI_2344,20200309T165121_20200309T170417_T14QPG,S2A_MSIL1C_20200309T165121_N0209_R026_T14QPG_20200309T202647,2020-03-09T17:08:23Z,N02.14,4.3.0,1.5.0,1.01631746259306,0,0,0,133.690848788719,57.3583097418642,S1A_IW_GRDH_1SDV_20200308T004017_20200308T004042_031577_03A35B_1C88,2020-03-08T00:40:17Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32614,"POLYGON ((676240 2181750, 681330 2181750, 681330 2186840, 676240 2186840, 676240 2181750))",509,POINT (-97.29377 19.74619),"10, 0, 676240, 0, -10, 2186840",1.0
12659,VALERIA,ROI_2344,20181230T165719_20181230T170629_T14QPG,S2B_MSIL1C_20181230T165719_N0207_R026_T14QPG_20181230T215653,2018-12-30T17:08:24Z,N02.11,4.3.0,1.5.0,1.03401897275,0,0,0,153.237278862,42.7610944124,S1A_IW_GRDH_1SDV_20181229T122544_20181229T122609_025240_02CA66_5021,2018-12-29T12:25:44Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,mid-cloudy,0,,32614,"POLYGON ((676240 2181750, 681330 2181750, 681330 2186840, 676240 2186840, 676240 2181750))",509,POINT (-97.29377 19.74619),"10, 0, 676240, 0, -10, 2186840",1.0
12690,VALERIA,ROI_2371,20200501T174909_20200501T175736_T12RVP,S2B_MSIL1C_20200501T174909_N0209_R141_T12RVP_20200501T212257,2020-05-01T18:07:02Z,N02.14,4.3.0,1.5.0,0.986806727449027,0,0,0,116.609453787654,69.5000712600052,S1A_IW_GRDH_1SDV_20200503T132158_20200503T132223_032401_03C074_F406,2020-05-03T13:21:58Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,cloud-free,0,,32612,"POLYGON ((455620 2853980, 460710 2853980, 460710 2859070, 455620 2859070, 455620 2853980))",509,POINT (-111.4174 25.8264),"10, 0, 455620, 0, -10, 2859070",1.0
12691,VALERIA,ROI_2371,20190904T174909_20190904T175713_T12RVP,S2B_MSIL1C_20190904T174909_N0208_R141_T12RVP_20190904T211945,2019-09-04T18:07:08Z,N02.13,4.3.0,1.5.0,0.981999361786,0,0,0,131.802336297,63.7255736483,S1A_IW_GRDH_1SDV_20190906T132159_20190906T132224_028901_0346C1_415B,2019-09-06T13:21:59Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,20,scribble,cloudy,0,,32612,"POLYGON ((455620 2853980, 460710 2853980, 460710 2859070, 455620 2859070, 455620 2853980))",509,POINT (-111.4174 25.8264),"10, 0, 455620, 0, -10, 2859070",1.0
12692,VALERIA,ROI_2371,20190417T174919_20190417T175825_T12RVP,S2B_MSIL1C_20190417T174919_N0207_R141_T12RVP_20190417T212225,2019-04-17T18:07:12Z,N02.11,4.3.0,1.5.0,0.994795681113,0,0,0,125.763428531,66.0849916881,S1A_IW_GRDH_1SDV_20190415T132151_20190415T132216_026801_030311_37E1,2019-04-15T13:21:51Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,20,scribble,almost-clear,0,,32612,"POLYGON ((455620 2853980, 460710 2853980, 460710 2859070, 455620 2859070, 455620 2853980))",509,POINT (-111.4174 25.8264),"10, 0, 455620, 0, -10, 2859070",1.0
12693,VALERIA,ROI_2371,20200219T180401_20200219T181517_T12RVP,S2A_MSIL1C_20200219T180401_N0209_R041_T12RVP_20200219T212923,2020-02-19T18:16:55Z,N02.14,4.3.0,1.5.0,1.02512369633431,0,0,0,148.92359639187,47.8859632872539,S1A_IW_GRDH_1SDV_20200221T132156_20200221T132221_031351_039BB0_75BF,2020-02-21T13:21:56Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,mid-cloudy,0,,32612,"POLYGON ((455620 2853980, 460710 2853980, 460710 2859070, 455620 2859070, 455620 2853980))",509,POINT (-111.4174 25.8264),"10, 0, 455620, 0, -10, 2859070",1.0
12694,VALERIA,ROI_2371,20200728T175921_20200728T181241_T12RVP,S2A_MSIL1C_20200728T175921_N0209_R041_T12RVP_20200728T214454,2020-07-28T18:17:07Z,N02.14,4.3.0,1.5.0,0.969322088905972,0,0,0,108.096841651854,71.2818940585011,S1A_IW_GRDH_1SDV_20200726T132203_20200726T132228_033626_03E5B5_3AEA,2020-07-26T13:22:03Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,20,scribble,low-cloudy,0,,32612,"POLYGON ((455620 2853980, 460710 2853980, 460710 2859070, 455620 2859070, 455620 2853980))",509,POINT (-111.4174 25.8264),"10, 0, 455620, 0, -10, 2859070",1.0
12700,VALERIA,ROI_2376,20181218T175739_20181218T180303_T12RVN,S2B_MSIL1C_20181218T175739_N0207_R141_T12RVN_20181218T211652,2018-12-18T18:07:15Z,N02.11,4.3.0,1.5.0,1.03234978865,0,0,0,157.803987584,38.4499510535,S1A_IW_GRDH_1SDV_20181216T132152_20181216T132217_025051_02C39D_BFA1,2018-12-16T13:21:52Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,20,scribble,cloud-free,0,,32612,"POLYGON ((435290 2793900, 440380 2793900, 440380 2798990, 435290 2798990, 435290 2793900))",509,POINT (-111.6175 25.28316),"10, 0, 435290, 0, -10, 2798990",1.0
12701,VALERIA,ROI_2376,20191118T175631_20191118T180327_T12RVP,S2A_MSIL1C_20191118T175631_N0208_R141_T12RVP_20191118T211932,2019-11-18T18:07:07Z,N02.13,4.3.0,1.5.0,1.02225836689,0,0,0,159.432833508,42.4039856364,S1A_IW_GRDH_1SDV_20191117T132200_20191117T132225_029951_036B1F_A459,2019-11-17T13:22:00Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,cloudy,0,,32612,"POLYGON ((435290 2793900, 440380 2793900, 440380 2798990, 435290 2798990, 435290 2793900))",509,POINT (-111.6175 25.28316),"10, 0, 435290, 0, -10, 2798990",1.0
12702,VALERIA,ROI_2376,20190803T175921_20190803T181610_T12RVP,S2A_MSIL1C_20190803T175921_N0208_R041_T12RVP_20190803T230131,2019-08-03T18:17:06Z,N02.13,4.3.0,1.5.0,0.97045152787,0,0,0,111.779058522,70.7468723579,S1A_IW_GRDH_1SDV_20190801T132156_20190801T132221_028376_0334E6_481D,2019-08-01T13:21:56Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,almost-clear,0,,32612,"POLYGON ((435290 2793900, 440380 2793900, 440380 2798990, 435290 2798990, 435290 2793900))",509,POINT (-111.6175 25.28316),"10, 0, 435290, 0, -10, 2798990",1.0
12703,VALERIA,ROI_2376,20200411T174909_20200411T175522_T12RVN,S2B_MSIL1C_20200411T174909_N0209_R141_T12RVN_20200411T212414,2020-04-11T18:07:16Z,N02.14,4.3.0,1.5.0,0.997810115148859,0,0,0,127.046020483824,65.1396225073946,S1A_IW_GRDH_1SDV_20200409T132157_20200409T132222_032051_03B426_8594,2020-04-09T13:21:57Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,mid-cloudy,0,,32612,"POLYGON ((435290 2793900, 440380 2793900, 440380 2798990, 435290 2798990, 435290 2793900))",509,POINT (-111.6175 25.28316),"10, 0, 435290, 0, -10, 2798990",1.0
12704,VALERIA,ROI_2376,20200102T175729_20200102T180326_T12RVP,S2B_MSIL1C_20200102T175729_N0208_R141_T12RVP_20200102T194246,2020-01-02T18:07:01Z,N02.13,4.3.0,1.5.0,1.03419618478,0,0,0,155.835454675,37.400821319,S1A_IW_GRDH_1SDV_20200104T132158_20200104T132223_030651_03834B_F77C,2020-01-04T13:21:58Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,low-cloudy,0,,32612,"POLYGON ((435290 2793900, 440380 2793900, 440380 2798990, 435290 2798990, 435290 2793900))",509,POINT (-111.6175 25.28316),"10, 0, 435290, 0, -10, 2798990",1.0
12930,ROY,ROI_2600,20190215T142851_20190215T143646_T20JKS,S2A_MSIL1C_20190215T142851_N0207_R053_T20JKS_20190215T174958,2019-02-15T14:39:51Z,N02.11,4.3.0,1.5.0,1.02662171855,0,0,0,69.7729509974,59.7181390092,S1B_IW_GRDH_1SDV_20190216T225642_20190216T225707_014977_01BFA3_47BB,2019-02-16T22:56:42Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloud-free,0,,32720,"POLYGON ((268590 7144780, 273680 7144780, 273680 7149870, 268590 7149870, 268590 7144780))",509,POINT (-65.28215 -25.77433),"10, 0, 268590, 0, -10, 7149870",1.0
12931,ROY,ROI_2600,20181224T142031_20181224T142029_T20JKS,S2A_MSIL1C_20181224T142031_N0207_R010_T20JKS_20181224T160107,2018-12-24T14:29:51Z,N02.11,4.3.0,1.5.0,1.03334626896,0,0,0,90.6295310986,64.5866986038,S1B_IW_GRDH_1SDV_20181226T094450_20181226T094515_014211_01A6AC_1D0B,2018-12-26T09:44:50Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,mid-cloudy,0,,32720,"POLYGON ((268590 7144780, 273680 7144780, 273680 7149870, 268590 7149870, 268590 7144780))",509,POINT (-65.28215 -25.77433),"10, 0, 268590, 0, -10, 7149870",1.0
12932,ROY,ROI_2600,20200328T141731_20200328T141735_T19JHM,S2A_MSIL1C_20200328T141731_N0209_R010_T19JHM_20200328T174028,2020-03-28T14:29:54Z,N02.14,4.3.0,1.5.0,1.00594177926499,0,0,0,48.4985713447073,49.4197697056956,S1B_IW_GRDH_1SDV_20200326T094458_20200326T094523_020861_0278F1_EC4B,2020-03-26T09:44:58Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,low-cloudy,0,,32720,"POLYGON ((268590 7144780, 273680 7144780, 273680 7149870, 268590 7149870, 268590 7144780))",509,POINT (-65.28215 -25.77433),"10, 0, 268590, 0, -10, 7149870",1.0
12933,ROY,ROI_2600,20190423T142041_20190423T142840_T20JKS,S2A_MSIL1C_20190423T142041_N0207_R010_T20JKS_20190423T174054,2019-04-23T14:30:02Z,N02.11,4.3.0,1.5.0,0.991533166708,0,0,0,38.2334962173,43.2093317399,S1B_IW_GRDH_1SDV_20190425T094441_20190425T094506_015961_01DFE9_36AD,2019-04-25T09:44:41Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloudy,0,,32720,"POLYGON ((268590 7144780, 273680 7144780, 273680 7149870, 268590 7149870, 268590 7144780))",509,POINT (-65.28215 -25.77433),"10, 0, 268590, 0, -10, 7149870",1.0
12934,ROY,ROI_2600,20200714T142729_20200714T142855_T20JKS,S2B_MSIL1C_20200714T142729_N0209_R053_T20JKS_20200714T192845,2020-07-14T14:39:56Z,N02.14,4.3.0,1.5.0,0.967550975036965,0,0,0,31.3625363473984,35.9317724369947,S1B_IW_GRDH_1SDV_20200712T094503_20200712T094528_022436_02A954_7DFC,2020-07-12T09:45:03Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,30,scribble,almost-clear,0,,32720,"POLYGON ((268590 7144780, 273680 7144780, 273680 7149870, 268590 7149870, 268590 7144780))",509,POINT (-65.28215 -25.77433),"10, 0, 268590, 0, -10, 7149870",1.0
13225,ROY,ROI_2969,20190403T162839_20190403T163509_T17ULP,S2B_MSIL1C_20190403T162839_N0207_R083_T17ULP_20190403T195454,2019-04-03T16:40:07Z,N02.11,4.3.0,1.5.0,1.00284585753,0,0,0,160.250859301,45.562049815,S1B_IW_GRDH_1SDV_20190405T231658_20190405T231723_015678_01D697_F060,2019-04-05T23:16:58Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32617,"POLYGON ((354980 5340490, 360070 5340490, 360070 5345580, 354980 5345580, 354980 5340490))",509,POINT (-82.91835 48.22453),"10, 0, 354980, 0, -10, 5345580",1.0
13226,ROY,ROI_2969,20190202T163509_20190202T163908_T17ULP,S2B_MSIL1C_20190202T163509_N0207_R083_T17ULP_20190202T195515,2019-02-02T16:40:05Z,N02.11,4.3.0,1.5.0,1.03076406592,0,0,0,162.921970905,23.3805788994,S1B_IW_GRDH_1SDV_20190204T231658_20190204T231723_014803_01B9E8_B27C,2019-02-04T23:16:58Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloudy,0,,32617,"POLYGON ((354980 5340490, 360070 5340490, 360070 5345580, 354980 5345580, 354980 5340490))",509,POINT (-82.91835 48.22453),"10, 0, 354980, 0, -10, 5345580",1.0
13227,ROY,ROI_2969,20190801T162839_20190801T162841_T17ULP,S2B_MSIL1C_20190801T162839_N0208_R083_T17ULP_20190801T200455,2019-08-01T16:40:12Z,N02.13,4.3.0,1.5.0,0.969982716911,0,0,0,153.710635243,57.5028258473,S1B_IW_GRDH_1SDV_20190803T231704_20190803T231729_017428_020C78_CCF9,2019-08-03T23:17:04Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32617,"POLYGON ((354980 5340490, 360070 5340490, 360070 5345580, 354980 5345580, 354980 5340490))",509,POINT (-82.91835 48.22453),"10, 0, 354980, 0, -10, 5345580",1.0
13228,ROY,ROI_2969,20190717T162901_20190717T163927_T17ULP,S2A_MSIL1C_20190717T162901_N0208_R083_T17ULP_20190717T201253,2019-07-17T16:40:10Z,N02.13,4.3.0,1.5.0,0.96772002419,0,0,0,151.755781213,60.5368390413,S1B_IW_GRDH_1SDV_20190715T232529_20190715T232554_017151_02043B_AE01,2019-07-15T23:25:29Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,low-cloudy,0,,32617,"POLYGON ((354980 5340490, 360070 5340490, 360070 5345580, 354980 5345580, 354980 5340490))",509,POINT (-82.91835 48.22453),"10, 0, 354980, 0, -10, 5345580",1.0
13229,ROY,ROI_2969,20200626T162839_20200626T163049_T17ULP,S2B_MSIL1C_20200626T162839_N0209_R083_T17ULP_20200626T200640,2020-06-26T16:40:07Z,N02.14,4.3.0,1.5.0,0.967989634200843,0,0,0,151.62254702639,62.8145246539893,S1B_IW_GRDH_1SDV_20200627T232534_20200627T232559_022226_02A2EB_A773,2020-06-27T23:25:34Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,10,scribble,almost-clear,0,,32617,"POLYGON ((354980 5340490, 360070 5340490, 360070 5345580, 354980 5345580, 354980 5340490))",509,POINT (-82.91835 48.22453),"10, 0, 354980, 0, -10, 5345580",1.0
13250,ROY,ROI_3005,20200224T140651_20200224T141736_T19GFJ,S2A_MSIL1C_20200224T140651_N0209_R110_T19GFJ_20200224T173238,2020-02-24T14:25:36Z,N02.14,4.3.0,1.5.0,1.02308833159404,0,0,0,48.8539350500637,43.0930616474543,S1A_IW_GRDH_1SDV_20200222T092654_20200222T092719_031363_039C13_A859,2020-02-22T09:26:54Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,low-cloudy,0,,32719,"POLYGON ((622220 4814270, 627310 4814270, 627310 4819360, 622220 4819360, 622220 4814270))",509,POINT (-67.36527 -46.79054),"10, 0, 622220, 0, -10, 4819360",1.0
13251,ROY,ROI_3005,20191103T140101_20191103T141307_T19GFJ,S2A_MSIL1C_20191103T140101_N0208_R067_T19GFJ_20191103T171629,2019-11-03T14:15:48Z,N02.13,4.3.0,1.5.0,1.01479040064,0,0,0,47.0648279792,50.3796976037,S1B_IW_GRDH_1SDV_20191105T093426_20191105T093455_018790_0236BB_2CFA,2019-11-05T09:34:26Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,cloudy,0,,32719,"POLYGON ((622220 4814270, 627310 4814270, 627310 4819360, 622220 4819360, 622220 4814270))",509,POINT (-67.36527 -46.79054),"10, 0, 622220, 0, -10, 4819360",1.0
13252,ROY,ROI_3005,20200330T141049_20200330T141532_T19GFJ,S2B_MSIL1C_20200330T141049_N0209_R110_T19GFJ_20200330T173139,2020-03-30T14:25:39Z,N02.14,4.3.0,1.5.0,1.0047991164488,0,0,0,38.1747427032978,32.1616883674414,S1A_IW_GRDH_1SDV_20200329T092655_20200329T092720_031888_03AE58_4C56,2020-03-29T09:26:55Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32719,"POLYGON ((622220 4814270, 627310 4814270, 627310 4819360, 622220 4819360, 622220 4814270))",509,POINT (-67.36527 -46.79054),"10, 0, 622220, 0, -10, 4819360",1.0
13253,ROY,ROI_3005,20200610T140101_20200610T141134_T19GFJ,S2A_MSIL1C_20200610T140101_N0209_R067_T19GFJ_20200610T171652,2020-06-10T14:15:51Z,N02.14,4.3.0,1.5.0,0.970908847061709,0,0,0,31.0525487035615,14.2962819275126,S1A_IW_GRDH_1SDV_20200609T092658_20200609T092723_032938_03D0BB_2530,2020-06-09T09:26:58Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,almost-clear,0,,32719,"POLYGON ((622220 4814270, 627310 4814270, 627310 4819360, 622220 4819360, 622220 4814270))",509,POINT (-67.36527 -46.79054),"10, 0, 622220, 0, -10, 4819360",1.0
13254,ROY,ROI_3005,20190224T141049_20190224T141805_T19GFJ,S2B_MSIL1C_20190224T141049_N0207_R110_T19GFJ_20190224T203757,2019-02-24T14:25:40Z,N02.11,4.3.0,1.5.0,1.022954893,0,0,0,48.7576324588,43.0310606623,S1B_IW_GRDH_1SDV_20190226T093417_20190226T093446_015115_01C419_CAD8,2019-02-26T09:34:17Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,mid-cloudy,0,,32719,"POLYGON ((622220 4814270, 627310 4814270, 627310 4819360, 622220 4819360, 622220 4814270))",509,POINT (-67.36527 -46.79054),"10, 0, 622220, 0, -10, 4819360",1.0
13265,ROY,ROI_3016,20181230T011721_20181230T011719_T53KNA,S2A_MSIL1C_20181230T011721_N0207_R088_T53KNA_20181230T024354,2018-12-30T01:21:59Z,N02.11,4.3.0,1.5.0,1.03396532328,0,0,0,107.5801824,66.3825099988,S1A_IW_GRDH_1SDV_20181231T203313_20181231T203338_025274_02CB98_49B7,2018-12-31T20:33:13Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,low-cloudy,0,,32753,"POLYGON ((547600 8027230, 552690 8027230, 552690 8032320, 547600 8032320, 547600 8027230))",509,POINT (135.4732 -17.81901),"10, 0, 547600, 0, -10, 8032320",1.0
13266,ROY,ROI_3016,20200309T011729_20200309T012139_T53KNA,S2B_MSIL1C_20200309T011729_N0209_R088_T53KNA_20200309T024154,2020-03-09T01:22:03Z,N02.14,4.3.0,1.5.0,1.01665160638504,0,0,0,66.0629194253946,60.7683372051923,S1A_IW_GRDH_1SDV_20200307T203317_20200307T203342_031574_03A34C_BB7B,2020-03-07T20:33:17Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32753,"POLYGON ((547600 8027230, 552690 8027230, 552690 8032320, 547600 8032320, 547600 8027230))",509,POINT (135.4732 -17.81901),"10, 0, 547600, 0, -10, 8032320",1.0
13267,ROY,ROI_3016,20200304T011721_20200304T011721_T53KNA,S2A_MSIL1C_20200304T011721_N0209_R088_T53KNA_20200304T024329,2020-03-04T01:21:59Z,N02.14,4.3.0,1.5.0,1.0191596216599,0,0,0,69.9185375556775,61.394855182248,S1A_IW_GRDH_1SDV_20200302T202510_20200302T202535_031501_03A0D0_D6AB,2020-03-02T20:25:10Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,mid-cloudy,0,,32753,"POLYGON ((547600 8027230, 552690 8027230, 552690 8032320, 547600 8032320, 547600 8027230))",509,POINT (135.4732 -17.81901),"10, 0, 547600, 0, -10, 8032320",1.0
13268,ROY,ROI_3016,20181217T010721_20181217T010719_T53KNA,S2A_MSIL1C_20181217T010721_N0207_R045_T53KNA_20181217T022930,2018-12-17T01:12:01Z,N02.11,4.3.0,1.5.0,1.0319967555,0,0,0,107.675419828,65.544017044,S1A_IW_GRDH_1SDV_20181214T202506_20181214T202531_025026_02C2A9_1029,2018-12-14T20:25:06Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloudy,0,,32753,"POLYGON ((547600 8027230, 552690 8027230, 552690 8032320, 547600 8032320, 547600 8027230))",509,POINT (135.4732 -17.81901),"10, 0, 547600, 0, -10, 8032320",1.0
13269,ROY,ROI_3016,20190421T010739_20190421T011204_T53KNA,S2B_MSIL1C_20190421T010739_N0207_R045_T53KNA_20190421T023125,2019-04-21T01:12:16Z,N02.11,4.3.0,1.5.0,0.992943895277,0,0,0,43.1338155527,50.8925396549,S1A_IW_GRDH_1SDV_20190418T203312_20190418T203337_026849_0304B3_F6A5,2019-04-18T20:33:12Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,almost-clear,0,,32753,"POLYGON ((547600 8027230, 552690 8027230, 552690 8032320, 547600 8032320, 547600 8027230))",509,POINT (135.4732 -17.81901),"10, 0, 547600, 0, -10, 8032320",1.0
13325,ROY,ROI_3101,20191125T033049_20191125T034252_T48PVA,S2B_MSIL1C_20191125T033049_N0208_R018_T48PVA_20191125T070148,2019-11-25T03:44:12Z,N02.13,4.3.0,1.5.0,1.02499948642,0,0,0,155.192143463,51.9300188267,S1A_IW_GRDH_1SDV_20191126T225300_20191126T225325_030088_036FCB_338F,2019-11-26T22:53:00Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32648,"POLYGON ((444120 1542430, 449210 1542430, 449210 1547520, 444120 1547520, 444120 1542430))",509,POINT (104.5062 13.97462),"10, 0, 444120, 0, -10, 1547520",1.0
13326,ROY,ROI_3101,20200124T033029_20200124T034212_T48PVA,S2B_MSIL1C_20200124T033029_N0208_R018_T48PVA_20200124T070248,2020-01-24T03:44:08Z,N02.13,4.3.0,1.5.0,1.03290498762,0,0,0,146.024090983,50.0722404671,S1A_IW_GRDH_1SDV_20200125T225258_20200125T225323_030963_038E28_A569,2020-01-25T22:52:58Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,almost-clear,0,,32648,"POLYGON ((444120 1542430, 449210 1542430, 449210 1547520, 444120 1547520, 444120 1542430))",509,POINT (104.5062 13.97462),"10, 0, 444120, 0, -10, 1547520",1.0
13327,ROY,ROI_3101,20191130T033111_20191130T033729_T48PVA,S2A_MSIL1C_20191130T033111_N0208_R018_T48PVA_20191130T062534,2019-11-30T03:44:14Z,N02.13,4.3.0,1.5.0,1.02693559744,0,0,0,155.288092557,50.9492367755,S1B_IW_GRDH_1SDV_20191128T111135_20191128T111200_019127_024192_B5ED,2019-11-28T11:11:35Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloudy,0,,32648,"POLYGON ((444120 1542430, 449210 1542430, 449210 1547520, 444120 1547520, 444120 1542430))",509,POINT (104.5062 13.97462),"10, 0, 444120, 0, -10, 1547520",1.0
13328,ROY,ROI_3101,20191026T032819_20191026T033756_T48PVA,S2B_MSIL1C_20191026T032819_N0208_R018_T48PVA_20191026T070432,2019-10-26T03:44:16Z,N02.13,4.3.0,1.5.0,1.01019896248,0,0,0,149.24812165,59.6259572194,S1B_IW_GRDH_1SDV_20191027T225215_20191027T225240_018667_0232E4_DF3C,2019-10-27T22:52:15Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32648,"POLYGON ((444120 1542430, 449210 1542430, 449210 1547520, 444120 1547520, 444120 1542430))",509,POINT (104.5062 13.97462),"10, 0, 444120, 0, -10, 1547520",1.0
13329,ROY,ROI_3101,20190305T032621_20190305T033957_T48PVA,S2A_MSIL1C_20190305T032621_N0207_R018_T48PVA_20190305T084658,2019-03-05T03:44:10Z,N02.11,4.3.0,1.5.0,1.01896807906,0,0,0,130.92829188,60.0783515286,S1A_IW_GRDH_1SDV_20190303T111211_20190303T111236_026173_02EBEE_29AC,2019-03-03T11:12:11Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,low-cloudy,0,,32648,"POLYGON ((444120 1542430, 449210 1542430, 449210 1547520, 444120 1547520, 444120 1542430))",509,POINT (104.5062 13.97462),"10, 0, 444120, 0, -10, 1547520",1.0
13330,ROY,ROI_3102,20191217T032131_20191217T032851_T48PXB,S2A_MSIL1C_20191217T032131_N0208_R118_T48PXB_20191217T060719,2019-12-17T03:33:54Z,N02.13,4.3.0,1.5.0,1.03195161765,0,0,0,153.705923646,47.496107758,S1A_IW_GRDH_1SDV_20191215T224428_20191215T224453_030365_037954_FC24,2019-12-15T22:44:28Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32648,"POLYGON ((659340 1644330, 664430 1644330, 664430 1649420, 659340 1649420, 659340 1644330))",509,POINT (106.5049 14.89153),"10, 0, 659340, 0, -10, 1649420",1.0
13331,ROY,ROI_3102,20190131T031951_20190131T032917_T48PXB,S2A_MSIL1C_20190131T031951_N0207_R118_T48PXB_20190131T065327,2019-01-31T03:33:56Z,N02.11,4.3.0,1.5.0,1.03140784369,0,0,0,143.657729889,50.253661996,S1A_IW_GRDH_1SDV_20190202T110426_20190202T110451_025750_02DCF5_59E1,2019-02-02T11:04:26Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,low-cloudy,0,,32648,"POLYGON ((659340 1644330, 664430 1644330, 664430 1649420, 659340 1649420, 659340 1644330))",509,POINT (106.5049 14.89153),"10, 0, 659340, 0, -10, 1649420",1.0
13332,ROY,ROI_3102,20190620T031541_20190620T033005_T48PXB,S2A_MSIL1C_20190620T031541_N0207_R118_T48PXB_20190620T065306,2019-06-20T03:34:03Z,N02.12,4.3.0,1.5.0,0.969016226106,0,0,0,62.9297913255,68.9411374939,S1A_IW_GRDH_1SDV_20190618T224423_20190618T224448_027740_03219B_1BDE,2019-06-18T22:44:23Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32648,"POLYGON ((659340 1644330, 664430 1644330, 664430 1649420, 659340 1649420, 659340 1644330))",509,POINT (106.5049 14.89153),"10, 0, 659340, 0, -10, 1649420",1.0
13333,ROY,ROI_3102,20190111T032111_20190111T032721_T48PXB,S2A_MSIL1C_20190111T032111_N0207_R118_T48PXB_20190111T065432,2019-01-11T03:33:55Z,N02.11,4.3.0,1.5.0,1.03424214245,0,0,0,149.090991686,47.4015675338,S1A_IW_GRDH_1SDV_20190109T110427_20190109T110452_025400_02D034_A36A,2019-01-09T11:04:27Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,almost-clear,0,,32648,"POLYGON ((659340 1644330, 664430 1644330, 664430 1649420, 659340 1649420, 659340 1644330))",509,POINT (106.5049 14.89153),"10, 0, 659340, 0, -10, 1649420",1.0
13334,ROY,ROI_3102,20200510T031539_20200510T033310_T48PXB,S2B_MSIL1C_20200510T031539_N0209_R118_T48PXB_20200512T232906,2020-05-10T03:33:58Z,N02.14,4.3.0,1.5.0,0.982627483549693,0,0,0,78.559153658051,71.3884863562204,S1A_IW_GRDH_1SDV_20200507T224427_20200507T224452_032465_03C27A_42A6,2020-05-07T22:44:27Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32648,"POLYGON ((659340 1644330, 664430 1644330, 664430 1649420, 659340 1649420, 659340 1644330))",509,POINT (106.5049 14.89153),"10, 0, 659340, 0, -10, 1649420",1.0
13365,ROY,ROI_3148,20181230T033139_20181230T033159_T50UND,S2B_MSIL1C_20181230T033139_N0207_R018_T50UND_20181230T070341,2018-12-30T03:33:09Z,N02.11,4.3.0,1.5.0,1.03397325729,0,0,0,171.049470761,13.6273150034,S1B_IW_GRDH_1SDV_20181228T221635_20181228T221700_014248_01A7E5_233E,2018-12-28T22:16:35Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,cloud-free,0,,32650,"POLYGON ((545700 5850710, 550790 5850710, 550790 5855800, 545700 5855800, 545700 5850710))",509,POINT (117.716 52.8269),"10, 0, 545700, 0, -10, 5855800",1.0
13366,ROY,ROI_3148,20190511T031541_20190511T032155_T50UND,S2A_MSIL1C_20190511T031541_N0207_R118_T50UND_20190511T062508,2019-05-11T03:23:19Z,N02.12,4.3.0,1.5.0,0.982483995472,0,0,0,162.867242084,54.0869282123,S1B_IW_GRDH_1SDV_20190509T221635_20190509T221700_016173_01E6E6_72E1,2019-05-09T22:16:35Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,cloudy,0,,32650,"POLYGON ((545700 5850710, 550790 5850710, 550790 5855800, 545700 5855800, 545700 5850710))",509,POINT (117.716 52.8269),"10, 0, 545700, 0, -10, 5855800",1.0
13367,ROY,ROI_3148,20190406T031549_20190406T031543_T50UND,S2B_MSIL1C_20190406T031549_N0207_R118_T50UND_20190406T055916,2019-04-06T03:23:19Z,N02.11,4.3.0,1.5.0,1.00143465003,0,0,0,163.708486842,42.5281918717,S1B_IW_GRDH_1SDV_20190403T221634_20190403T221659_015648_01D584_DE2D,2019-04-03T22:16:34Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,mid-cloudy,0,,32650,"POLYGON ((545700 5850710, 550790 5850710, 550790 5855800, 545700 5855800, 545700 5850710))",509,POINT (117.716 52.8269),"10, 0, 545700, 0, -10, 5855800",1.0
13368,ROY,ROI_3148,20190703T032541_20190703T033030_T50UND,S2A_MSIL1C_20190703T032541_N0207_R018_T50UND_20190703T070428,2019-07-03T03:33:17Z,N02.12,4.3.0,1.5.0,0.967520148152,0,0,0,161.957436186,59.2859055404,S1B_IW_GRDH_1SDV_20190701T222500_20190701T222525_016946_01FE35_E370,2019-07-01T22:25:00Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,low-cloudy,0,,32650,"POLYGON ((545700 5850710, 550790 5850710, 550790 5855800, 545700 5855800, 545700 5850710))",509,POINT (117.716 52.8269),"10, 0, 545700, 0, -10, 5855800",1.0
13369,ROY,ROI_3148,20190501T031541_20190501T032155_T50UND,S2A_MSIL1C_20190501T031541_N0207_R118_T50UND_20190501T061136,2019-05-01T03:23:19Z,N02.11,4.3.0,1.5.0,0.987485692736,0,0,0,163.41826797,51.280070015,S1B_IW_GRDH_1SDV_20190502T222457_20190502T222522_016071_01E3A6_FE8F,2019-05-02T22:24:57Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,almost-clear,0,,32650,"POLYGON ((545700 5850710, 550790 5850710, 550790 5855800, 545700 5855800, 545700 5850710))",509,POINT (117.716 52.8269),"10, 0, 545700, 0, -10, 5855800",1.0
13545,ROY,ROI_3337,20191108T175541_20191108T175541_T13UEQ,S2A_MSIL1C_20191108T175541_N0208_R141_T13UEQ_20191108T194626,2019-11-08T18:00:29Z,N02.13,4.3.0,1.5.0,1.0174650082,0,0,0,169.482300869,23.6039570151,S1B_IW_GRDH_1SDV_20191110T003942_20191110T004007_018858_02390E_B04F,2019-11-10T00:39:42Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,mid-cloudy,0,,32613,"POLYGON ((567100 5439780, 572190 5439780, 572190 5444870, 567100 5444870, 567100 5439780))",509,POINT (-104.0453 49.12981),"10, 0, 567100, 0, -10, 5444870",1.0
13546,ROY,ROI_3337,20191019T175341_20191019T175403_T13UEQ,S2A_MSIL1C_20191019T175341_N0208_R141_T13UEQ_20191019T212707,2019-10-19T18:00:30Z,N02.13,4.3.0,1.5.0,1.00658963931,0,0,0,168.195849016,30.0833729742,S1B_IW_GRDH_1SDV_20191022T004752_20191022T004817_018581_023023_D7EB,2019-10-22T00:47:52Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,low-cloudy,0,,32613,"POLYGON ((567100 5439780, 572190 5439780, 572190 5444870, 567100 5444870, 567100 5439780))",509,POINT (-104.0453 49.12981),"10, 0, 567100, 0, -10, 5444870",1.0
13547,ROY,ROI_3337,20190318T175049_20190318T175045_T13UEQ,S2B_MSIL1C_20190318T175049_N0207_R141_T13UEQ_20190318T212034,2019-03-18T18:00:26Z,N02.11,4.3.0,1.5.0,1.01186637035,0,0,0,159.297215674,38.0830735189,S1B_IW_GRDH_1SDV_20190320T004742_20190320T004807_015431_01CE68_87D7,2019-03-20T00:47:42Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloudy,0,,32613,"POLYGON ((567100 5439780, 572190 5439780, 572190 5444870, 567100 5444870, 567100 5439780))",509,POINT (-104.0453 49.12981),"10, 0, 567100, 0, -10, 5444870",1.0
13548,ROY,ROI_3337,20190924T175049_20190924T175149_T13UEQ,S2B_MSIL1C_20190924T175049_N0208_R141_T13UEQ_20190924T210810,2019-09-24T18:00:27Z,N02.13,4.3.0,1.5.0,0.992325630484,0,0,0,164.261784621,39.1963966963,S1B_IW_GRDH_1SDV_20190923T003942_20190923T004007_018158_02231A_90E7,2019-09-23T00:39:42Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,30,scribble,almost-clear,0,,32613,"POLYGON ((567100 5439780, 572190 5439780, 572190 5444870, 567100 5444870, 567100 5439780))",509,POINT (-104.0453 49.12981),"10, 0, 567100, 0, -10, 5444870",1.0
13549,ROY,ROI_3337,20181218T175739_20181218T175738_T13UEQ,S2B_MSIL1C_20181218T175739_N0207_R141_T13UEQ_20181218T194617,2018-12-18T18:00:21Z,N02.11,4.3.0,1.5.0,1.03234978865,0,0,0,167.252874857,16.4773190365,S1B_IW_GRDH_1SDV_20181221T003934_20181221T003959_014133_01A424_D72B,2018-12-21T00:39:34Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloud-free,0,,32613,"POLYGON ((567100 5439780, 572190 5439780, 572190 5444870, 567100 5444870, 567100 5439780))",509,POINT (-104.0453 49.12981),"10, 0, 567100, 0, -10, 5444870",1.0
13680,ROY,ROI_3474,20190102T012711_20190102T012710_T52JFT,S2A_MSIL1C_20190102T012711_N0207_R131_T52JFT_20190102T025434,2019-01-02T01:34:09Z,N02.11,4.3.0,1.5.0,1.03417591283,0,0,0,91.0658888904,65.4166409754,S1B_IW_GRDH_1SDV_20181230T204307_20181230T204332_014276_01A8EA_DD72,2018-12-30T20:43:07Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,0.988702374932936,20,scribble,cloud-free,0,,32752,"POLYGON ((655390 7230570, 660480 7230570, 660480 7235660, 655390 7235660, 655390 7230570))",509,POINT (130.5651 -25.00926),"10, 0, 655390, 0, -10, 7235660",1.0
13681,ROY,ROI_3474,20190122T012711_20190122T013229_T52JFT,S2A_MSIL1C_20190122T012711_N0207_R131_T52JFT_20190122T054055,2019-01-22T01:34:11Z,N02.11,4.3.0,1.5.0,1.0331917127,0,0,0,84.8843291985,62.9585011696,S1B_IW_GRDH_1SDV_20190123T204307_20190123T204332_014626_01B42A_0F2E,2019-01-23T20:43:07Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,0.988810449241743,20,scribble,almost-clear,0,,32752,"POLYGON ((655390 7230570, 660480 7230570, 660480 7235660, 655390 7235660, 655390 7230570))",509,POINT (130.5651 -25.00926),"10, 0, 655390, 0, -10, 7235660",1.0
13682,ROY,ROI_3474,20200426T012721_20200426T013145_T52JFT,S2A_MSIL1C_20200426T012721_N0209_R131_T52JFT_20200426T043628,2020-04-26T01:34:17Z,N02.14,4.3.0,1.5.0,0.989811513236891,0,0,0,35.4922287379714,44.2280633218684,S1B_IW_GRDH_1SDV_20200423T204313_20200423T204338_021276_028626_ACB7,2020-04-23T20:43:13Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,0.989609427167565,20,scribble,cloudy,0,,32752,"POLYGON ((655390 7230570, 660480 7230570, 660480 7235660, 655390 7235660, 655390 7230570))",509,POINT (130.5651 -25.00926),"10, 0, 655390, 0, -10, 7235660",1.0
13683,ROY,ROI_3474,20200625T012721_20200625T012722_T52JFT,S2A_MSIL1C_20200625T012721_N0209_R131_T52JFT_20200625T030727,2020-06-25T01:34:20Z,N02.14,4.3.0,1.5.0,0.968177986318916,0,0,0,30.1725174331445,35.2879237916254,S1B_IW_GRDH_1SDV_20200622T204317_20200622T204342_022151_02A0B4_956B,2020-06-22T20:43:17Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,0.989756099443803,20,scribble,mid-cloudy,0,,32752,"POLYGON ((655390 7230570, 660480 7230570, 660480 7235660, 655390 7235660, 655390 7230570))",509,POINT (130.5651 -25.00926),"10, 0, 655390, 0, -10, 7235660",1.0
13684,ROY,ROI_3474,20200531T012719_20200531T013043_T52JFT,S2B_MSIL1C_20200531T012719_N0209_R131_T52JFT_20200531T025343,2020-05-31T01:34:16Z,N02.14,4.3.0,1.5.0,0.974021210446134,0,0,0,29.8167652534367,37.0779648218257,S1B_IW_GRDH_1SDV_20200529T204315_20200529T204340_021801_029620_F9DB,2020-05-29T20:43:15Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,0.989952949077702,20,scribble,low-cloudy,0,,32752,"POLYGON ((655390 7230570, 660480 7230570, 660480 7235660, 655390 7235660, 655390 7230570))",509,POINT (130.5651 -25.00926),"10, 0, 655390, 0, -10, 7235660",1.0
13690,ROY,ROI_3476,20190309T014651_20190309T014701_T51KZQ,S2A_MSIL1C_20190309T014651_N0207_R074_T51KZQ_20190309T055510,2019-03-09T01:53:44Z,N02.11,4.3.0,1.5.0,1.01699894084,0,0,0,59.7586926153,57.481744003,S1B_IW_GRDH_1SDV_20190310T205857_20190310T205922_015297_01CA10_3EB9,2019-03-10T20:58:57Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloud-free,0,,32751,"POLYGON ((831150 7440460, 836240 7440460, 836240 7445550, 831150 7445550, 831150 7440460))",509,POINT (126.257 -23.0881),"10, 0, 831150, 0, -10, 7445550",1.0
13691,ROY,ROI_3476,20190123T014659_20190123T015057_T51KZQ,S2B_MSIL1C_20190123T014659_N0207_R074_T51KZQ_20190123T031412,2019-01-23T01:53:50Z,N02.11,4.3.0,1.5.0,1.03303269341,0,0,0,87.6275781738,63.7282180732,S1B_IW_GRDH_1SDV_20190121T205858_20190121T205923_014597_01B32A_80B9,2019-01-21T20:58:58Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,almost-clear,0,,32751,"POLYGON ((831150 7440460, 836240 7440460, 836240 7445550, 831150 7445550, 831150 7440460))",509,POINT (126.257 -23.0881),"10, 0, 831150, 0, -10, 7445550",1.0
13692,ROY,ROI_3476,20200212T014651_20200212T014652_T52KBV,S2A_MSIL1C_20200212T014651_N0209_R074_T52KBV_20200212T032448,2020-02-12T01:53:42Z,N02.14,4.3.0,1.5.0,1.02799793859,0,0,0,76.2614353754,61.5115921955,S1B_IW_GRDH_1SDV_20200209T205903_20200209T205928_020197_0263CC_16E9,2020-02-09T20:59:03Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,low-cloudy,0,,32751,"POLYGON ((831150 7440460, 836240 7440460, 836240 7445550, 831150 7445550, 831150 7440460))",509,POINT (126.257 -23.0881),"10, 0, 831150, 0, -10, 7445550",1.0
13693,ROY,ROI_3476,20190324T014659_20190324T015007_T51KZQ,S2B_MSIL1C_20190324T014659_N0207_R074_T51KZQ_20190324T045700,2019-03-24T01:53:50Z,N02.11,4.3.0,1.5.0,1.0089033516,0,0,0,50.5127510166,54.4138712126,S1B_IW_GRDH_1SDV_20190322T205857_20190322T205922_015472_01CFB3_52D4,2019-03-22T20:58:57Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,cloudy,0,,32751,"POLYGON ((831150 7440460, 836240 7440460, 836240 7445550, 831150 7445550, 831150 7440460))",509,POINT (126.257 -23.0881),"10, 0, 831150, 0, -10, 7445550",1.0
13694,ROY,ROI_3476,20200103T014651_20200103T014654_T51KZQ,S2A_MSIL1C_20200103T014651_N0208_R074_T51KZQ_20200103T032518,2020-01-03T01:53:44Z,N02.13,4.3.0,1.5.0,1.03421208878,0,0,0,94.7427324666,65.989708679,S1B_IW_GRDH_1SDV_20200104T205904_20200104T205929_019672_0252EC_C413,2020-01-04T20:59:04Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,mid-cloudy,0,,32751,"POLYGON ((831150 7440460, 836240 7440460, 836240 7445550, 831150 7445550, 831150 7440460))",509,POINT (126.257 -23.0881),"10, 0, 831150, 0, -10, 7445550",1.0
13755,ROY,ROI_3533,20190113T001109_20190113T001806_T55GCN,S2B_MSIL1C_20190113T001109_N0207_R073_T55GCN_20190113T012742,2019-01-13T00:18:48Z,N02.11,4.3.0,1.5.0,1.03414944156,0,0,0,61.6513689725,55.7509905031,S1A_IW_GRDH_1SDV_20190110T191813_20190110T191839_025419_02D0D3_8F16,2019-01-10T19:18:13Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,80,scribble,cloud-free,0,,32755,"POLYGON ((365330 5251960, 370420 5251960, 370420 5257050, 365330 5257050, 365330 5251960))",509,POINT (145.3829 -42.85062),"10, 0, 365330, 0, -10, 5257050",1.0
13756,ROY,ROI_3533,20190712T001119_20190712T001432_T55GCN,S2B_MSIL1C_20190712T001119_N0208_R073_T55GCN_20190712T013036,2019-07-12T00:18:58Z,N02.13,4.3.0,1.5.0,0.967405290856,0,0,0,30.717135971,18.8799774293,S1A_IW_GRDH_1SDV_20190709T191817_20190709T191843_028044_032AD1_3DAC,2019-07-09T19:18:17Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,low-cloudy,0,,32755,"POLYGON ((365330 5251960, 370420 5251960, 370420 5257050, 365330 5257050, 365330 5251960))",509,POINT (145.3829 -42.85062),"10, 0, 365330, 0, -10, 5257050",1.0
13757,ROY,ROI_3533,20200417T001109_20200417T001419_T55GCN,S2B_MSIL1C_20200417T001109_N0209_R073_T55GCN_20200417T013026,2020-04-17T00:18:44Z,N02.14,4.3.0,1.5.0,0.994816161642353,0,0,0,34.5183452631976,29.8963918753475,S1B_IW_GRDH_1SDV_20200415T090912_20200415T090937_021152_028239_9295,2020-04-15T09:09:12Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,mid-cloudy,0,,32755,"POLYGON ((365330 5251960, 370420 5251960, 370420 5257050, 365330 5257050, 365330 5251960))",509,POINT (145.3829 -42.85062),"10, 0, 365330, 0, -10, 5257050",1.0
13758,ROY,ROI_3533,20190602T001119_20190602T001432_T55GCN,S2B_MSIL1C_20190602T001119_N0207_R073_T55GCN_20190602T012938,2019-06-02T00:18:57Z,N02.12,4.3.0,1.5.0,0.973605381209,0,0,0,28.9494621015,19.4968872733,S1A_IW_GRDH_1SDV_20190603T191815_20190603T191841_027519_031AF9_A531,2019-06-03T19:18:15Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,80,scribble,cloudy,0,,32755,"POLYGON ((365330 5251960, 370420 5251960, 370420 5257050, 365330 5257050, 365330 5251960))",509,POINT (145.3829 -42.85062),"10, 0, 365330, 0, -10, 5257050",1.0
13759,ROY,ROI_3533,20190403T001109_20190403T001426_T55GCN,S2B_MSIL1C_20190403T001109_N0207_R073_T55GCN_20190403T013318,2019-04-03T00:18:52Z,N02.11,4.3.0,1.5.0,1.00323669048,0,0,0,38.3439335776,34.3781579014,S1A_IW_GRDH_1SDV_20190404T191812_20190404T191838_026644_02FD4C_8EF7,2019-04-04T19:18:12Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,80,scribble,almost-clear,0,,32755,"POLYGON ((365330 5251960, 370420 5251960, 370420 5257050, 365330 5257050, 365330 5251960))",509,POINT (145.3829 -42.85062),"10, 0, 365330, 0, -10, 5257050",1.0
13760,ROY,ROI_3534,20181224T001109_20181224T001803_T55GDP,S2B_MSIL1C_20181224T001109_N0207_R073_T55GDP_20181224T012808,2018-12-24T00:18:26Z,N02.11,4.3.0,1.5.0,1.0332612445,0,0,0,61.0996238096,59.7221337935,S1A_IW_GRDH_1SDV_20181222T192607_20181222T192633_025142_02C6D5_9279,2018-12-22T19:26:07Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloud-free,0,,32755,"POLYGON ((451490 5345860, 456580 5345860, 456580 5350950, 451490 5350950, 451490 5345860))",509,POINT (146.4449 -42.01504),"10, 0, 451490, 0, -10, 5350950",1.0
13761,ROY,ROI_3534,20181231T000239_20181231T000237_T55GDP,S2B_MSIL1C_20181231T000239_N0207_R030_T55GDP_20181231T011037,2018-12-31T00:08:32Z,N02.11,4.3.0,1.5.0,1.03404180579,0,0,0,64.7606580878,57.3002940336,S1A_IW_GRDH_1SDV_20181229T191749_20181229T191814_025244_02CA8A_7E49,2018-12-29T19:17:49Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,low-cloudy,0,,32755,"POLYGON ((451490 5345860, 456580 5345860, 456580 5350950, 451490 5350950, 451490 5345860))",509,POINT (146.4449 -42.01504),"10, 0, 451490, 0, -10, 5350950",1.0
13762,ROY,ROI_3534,20190222T001109_20190222T001448_T55GDP,S2B_MSIL1C_20190222T001109_N0207_R073_T55GDP_20190222T013155,2019-02-22T00:18:30Z,N02.11,4.3.0,1.5.0,1.02406798614,0,0,0,51.1700219494,47.5594484227,S1A_IW_GRDH_1SDV_20190220T192605_20190220T192631_026017_02E65D_DEE4,2019-02-20T19:26:05Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,almost-clear,0,,32755,"POLYGON ((451490 5345860, 456580 5345860, 456580 5350950, 451490 5350950, 451490 5345860))",509,POINT (146.4449 -42.01504),"10, 0, 451490, 0, -10, 5350950",1.0
13763,ROY,ROI_3534,20190902T000241_20190902T000240_T55GDP,S2A_MSIL1C_20190902T000241_N0208_R030_T55GDP_20190902T012314,2019-09-02T00:08:35Z,N02.13,4.3.0,1.5.0,0.980734257016,0,0,0,37.5484373483,32.2318475764,S1B_IW_GRDH_1SDV_20190831T090913_20190831T090938_017827_0218CF_E9CF,2019-08-31T09:09:13Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloudy,0,,32755,"POLYGON ((451490 5345860, 456580 5345860, 456580 5350950, 451490 5350950, 451490 5345860))",509,POINT (146.4449 -42.01504),"10, 0, 451490, 0, -10, 5350950",1.0
13764,ROY,ROI_3534,20190314T001109_20190314T001446_T55GDP,S2B_MSIL1C_20190314T001109_N0207_R073_T55GDP_20190314T013228,2019-03-14T00:18:28Z,N02.11,4.3.0,1.5.0,1.01442581403,0,0,0,44.0284688546,41.7427386145,S1A_IW_GRDH_1SDV_20190311T191747_20190311T191812_026294_02F05C_4A8B,2019-03-11T19:17:47Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32755,"POLYGON ((451490 5345860, 456580 5345860, 456580 5350950, 451490 5350950, 451490 5345860))",509,POINT (146.4449 -42.01504),"10, 0, 451490, 0, -10, 5350950",1.0
13770,ROY,ROI_3540,20200414T023251_20200414T023307_T50JKS,S2A_MSIL1C_20200414T023251_N0209_R103_T50JKS_20200414T053717,2020-04-14T02:34:56Z,N02.14,4.3.0,1.5.0,0.996460720596992,0,0,0,39.847520057232,46.1058679332706,S1B_IW_GRDH_1SDV_20200415T214906_20200415T214931_021160_028278_B639,2020-04-15T21:49:06Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,cloudy,0,,32750,"POLYGON ((250310 7140970, 255400 7140970, 255400 7146060, 250310 7146060, 250310 7140970))",509,POINT (114.535 -25.80573),"10, 0, 250310, 0, -10, 7146060",1.0
13771,ROY,ROI_3540,20190902T023249_20190902T023346_T50JKS,S2B_MSIL1C_20190902T023249_N0208_R103_T50JKS_20190902T063745,2019-09-02T02:35:00Z,N02.13,4.3.0,1.5.0,0.980781585616,0,0,0,40.9936839096,47.3644805778,S1B_IW_GRDH_1SDV_20190831T214907_20190831T214932_017835_02190B_148B,2019-08-31T21:49:07Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,low-cloudy,0,,32750,"POLYGON ((250310 7140970, 255400 7140970, 255400 7146060, 250310 7146060, 250310 7140970))",509,POINT (114.535 -25.80573),"10, 0, 250310, 0, -10, 7146060",1.0
13772,ROY,ROI_3540,20191101T023249_20191101T023250_T49JHM,S2B_MSIL1C_20191101T023249_N0208_R103_T49JHM_20191101T053721,2019-11-01T02:34:57Z,N02.13,4.3.0,1.5.0,1.01346738827,0,0,0,65.9193270305,65.9075617255,S1B_IW_GRDH_1SDV_20191030T214909_20191030T214934_018710_023440_450D,2019-10-30T21:49:09Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,mid-cloudy,0,,32750,"POLYGON ((250310 7140970, 255400 7140970, 255400 7146060, 250310 7146060, 250310 7140970))",509,POINT (114.535 -25.80573),"10, 0, 250310, 0, -10, 7146060",1.0
13773,ROY,ROI_3540,20190130T023251_20190130T023246_T50JKS,S2A_MSIL1C_20190130T023251_N0207_R103_T50JKS_20190130T053807,2019-01-30T02:34:54Z,N02.11,4.3.0,1.5.0,1.03165094363,0,0,0,79.983553997,61.074729092,S1B_IW_GRDH_1SDV_20190127T214900_20190127T214925_014685_01B606_880C,2019-01-27T21:49:00Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,20,scribble,cloud-free,0,,32750,"POLYGON ((250310 7140970, 255400 7140970, 255400 7146060, 250310 7146060, 250310 7140970))",509,POINT (114.535 -25.80573),"10, 0, 250310, 0, -10, 7146060",1.0
13774,ROY,ROI_3540,20200628T023249_20200628T023252_T50JKS,S2B_MSIL1C_20200628T023249_N0209_R103_T50JKS_20200628T053614,2020-06-28T02:34:59Z,N02.14,4.3.0,1.5.0,0.967845196225618,0,0,0,30.8748772782239,34.1766102984934,S1B_IW_GRDH_1SDV_20200626T214910_20200626T214935_022210_02A271_7AB7,2020-06-26T21:49:10Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,20,scribble,almost-clear,0,,32750,"POLYGON ((250310 7140970, 255400 7140970, 255400 7146060, 250310 7146060, 250310 7140970))",509,POINT (114.535 -25.80573),"10, 0, 250310, 0, -10, 7146060",1.0
13865,NICOLE,ROI_3642,20200515T090559_20200515T091226_T34SFH,S2B_MSIL1C_20200515T090559_N0209_R050_T34SFH_20200515T120128,2020-05-15T09:19:53Z,N02.14,4.3.0,1.5.0,0.980205341667967,0,0,0,139.1036485552,66.0183222156723,S1A_IW_GRDH_1SDV_20200513T162348_20200513T162413_032549_03C513_52C7,2020-05-13T16:23:48Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,mid-cloudy,0,,32634,"POLYGON ((685680 4242570, 690770 4242570, 690770 4247660, 685680 4247660, 685680 4242570))",509,POINT (23.15356 38.33442),"10, 0, 685680, 0, -10, 4247660",1.0
13866,NICOLE,ROI_3642,20181001T092031_20181001T092600_T34SFH,S2A_MSIL1C_20181001T092031_N0206_R093_T34SFH_20181001T113312,2018-10-01T09:26:00Z,N02.08,4.3.0,1.5.0,0.996227965204,0,0,0,162.010072648,46.917098628,S1B_IW_GRDH_1SDV_20181003T043045_20181003T043110_012983_017FAF_D958,2018-10-03T04:30:45Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,20,scribble,low-cloudy,0,,32634,"POLYGON ((685680 4242570, 690770 4242570, 690770 4247660, 685680 4247660, 685680 4242570))",509,POINT (23.15356 38.33442),"10, 0, 685680, 0, -10, 4247660",1.0
13867,NICOLE,ROI_3642,20180625T090549_20180625T090755_T34SFH,S2B_MSIL1C_20180625T090549_N0206_R050_T34SFH_20180625T111725,2018-06-25T09:07:55Z,N02.08,4.3.0,1.5.0,0.968187719468,0,0,0,129.235113037,68.6225253182,S1B_IW_GRDH_1SDV_20180623T162257_20180623T162322_011503_015239_5EC0,2018-06-23T16:22:57Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,20,scribble,cloudy,0,,32634,"POLYGON ((685680 4242570, 690770 4242570, 690770 4247660, 685680 4247660, 685680 4242570))",509,POINT (23.15356 38.33442),"10, 0, 685680, 0, -10, 4247660",1.0
13868,NICOLE,ROI_3642,20190906T092031_20190906T092028_T34SFH,S2A_MSIL1C_20190906T092031_N0208_R093_T34SFH_20190906T105000,2019-09-06T09:29:49Z,N02.13,4.3.0,1.5.0,0.982779900222,0,0,0,154.109903072,55.5760212419,S1A_IW_GRDH_1SDV_20190904T162348_20190904T162413_028874_0345C4_E4C2,2019-09-04T16:23:48Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,20,scribble,almost-clear,0,,32634,"POLYGON ((685680 4242570, 690770 4242570, 690770 4247660, 685680 4247660, 685680 4242570))",509,POINT (23.15356 38.33442),"10, 0, 685680, 0, -10, 4247660",1.0
13869,NICOLE,ROI_3642,20200104T092401_20200104T092355_T34SFH,S2A_MSIL1C_20200104T092401_N0208_R093_T34SFH_20200104T095118,2020-01-04T09:29:45Z,N02.13,4.3.0,1.5.0,1.03426513371,0,0,0,163.459281207,27.0958359688,S1A_IW_GRDH_1SDV_20200102T162347_20200102T162412_030624_038242_F6A3,2020-01-02T16:23:47Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,cloud-free,0,,32634,"POLYGON ((685680 4242570, 690770 4242570, 690770 4247660, 685680 4247660, 685680 4242570))",509,POINT (23.15356 38.33442),"10, 0, 685680, 0, -10, 4247660",1.0
13870,NICOLE,ROI_3643,20180208T092129_20180208T092842_T34SFJ,S2B_MSIL1C_20180208T092129_N0206_R093_T34SFJ_20180208T113805,2018-02-08T09:28:42Z,N02.06,4.3.0,1.5.0,1.02901707955,0,0,0,158.67891132,33.160125165,S1A_IW_GRDH_1SDV_20180210T163145_20180210T163210_020547_023277_25BC,2018-02-10T16:31:45Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - UPA,2.84,0.469331984977671,10,scribble,cloud-free,0,,32634,"POLYGON ((655920 4328700, 661010 4328700, 661010 4333790, 655920 4333790, 655920 4328700))",509,POINT (22.83296 39.11597),"10, 0, 655920, 0, -10, 4333790",1.0
13871,NICOLE,ROI_3643,20190524T092039_20190524T092605_T34SFJ,S2B_MSIL1C_20190524T092039_N0207_R093_T34SFJ_20190524T113952,2019-05-24T09:29:44Z,N02.12,4.3.0,1.5.0,0.976714363514,0,0,0,143.019292632,67.9593973987,S1B_IW_GRDH_1SDV_20190525T162302_20190525T162327_016403_01EE11_0699,2019-05-25T16:23:02Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,mid-cloudy,0,,32634,"POLYGON ((655920 4328700, 661010 4328700, 661010 4333790, 655920 4333790, 655920 4328700))",509,POINT (22.83296 39.11597),"10, 0, 655920, 0, -10, 4333790",1.0
13872,NICOLE,ROI_3643,20180911T092031_20180911T092807_T34SFJ,S2A_MSIL1C_20180911T092031_N0206_R093_T34SFJ_20180911T113330,2018-09-11T09:28:07Z,N02.08,4.3.0,1.5.0,0.985388748903,0,0,0,156.39501245,53.0248847006,S1A_IW_GRDH_1SDV_20180909T162342_20180909T162407_023624_029305_B87A,2018-09-09T16:23:42Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,almost-clear,0,,32634,"POLYGON ((655920 4328700, 661010 4328700, 661010 4333790, 655920 4333790, 655920 4328700))",509,POINT (22.83296 39.11597),"10, 0, 655920, 0, -10, 4333790",1.0
13873,NICOLE,ROI_3643,20180504T092031_20180504T092516_T34SFJ,S2A_MSIL1C_20180504T092031_N0206_R093_T34SFJ_20180504T112905,2018-05-04T09:25:16Z,N02.06,4.3.0,1.5.0,0.98565359182,0,0,0,148.330838853,63.7385298619,S1A_IW_GRDH_1SDV_20180506T043105_20180506T043130_021779_02595A_854A,2018-05-06T04:31:05Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,0.562673449616143,10,scribble,low-cloudy,0,,32634,"POLYGON ((655920 4328700, 661010 4328700, 661010 4333790, 655920 4333790, 655920 4328700))",509,POINT (22.83296 39.11597),"10, 0, 655920, 0, -10, 4333790",1.0
13874,NICOLE,ROI_3643,20181210T092351_20181210T092351_T34SFJ,S2A_MSIL1C_20181210T092351_N0207_R093_T34SFJ_20181210T095444,2018-12-10T09:29:27Z,N02.11,4.3.0,1.5.0,1.03035196435,0,0,0,166.581186831,26.6584620777,S1B_IW_GRDH_1SDV_20181208T162301_20181208T162326_013953_019E3A_4269,2018-12-08T16:23:01Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloudy,0,,32634,"POLYGON ((655920 4328700, 661010 4328700, 661010 4333790, 655920 4333790, 655920 4328700))",509,POINT (22.83296 39.11597),"10, 0, 655920, 0, -10, 4333790",1.0
13875,NICOLE,ROI_3644,20180807T092029_20180807T092321_T34SEJ,S2B_MSIL1C_20180807T092029_N0206_R093_T34SEJ_20180807T132037,2018-08-07T09:23:21Z,N02.08,4.3.0,1.5.0,0.971448818416,0,0,0,141.49952112,62.5361861441,S1B_IW_GRDH_1SDV_20180809T043900_20180809T043925_012181_016706_D992,2018-08-09T04:39:00Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32634,"POLYGON ((548470 4332440, 553560 4332440, 553560 4337530, 548470 4337530, 548470 4332440))",509,POINT (21.5905 39.16258),"10, 0, 548470, 0, -10, 4337530",1.0
13876,NICOLE,ROI_3644,20190628T092031_20190628T092514_T34SEJ,S2A_MSIL1C_20190628T092031_N0207_R093_T34SEJ_20190628T114337,2019-06-28T09:29:44Z,N02.12,4.3.0,1.5.0,0.967885527229,0,0,0,133.459765138,68.6324714247,S1A_IW_GRDH_1SDV_20190629T163156_20190629T163221_027897_032646_EF49,2019-06-29T16:31:56Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,almost-clear,0,,32634,"POLYGON ((548470 4332440, 553560 4332440, 553560 4337530, 548470 4337530, 548470 4332440))",509,POINT (21.5905 39.16258),"10, 0, 548470, 0, -10, 4337530",1.0
13877,NICOLE,ROI_3644,20180718T092029_20180718T092323_T34SEJ,S2B_MSIL1C_20180718T092029_N0206_R093_T34SEJ_20180718T130725,2018-07-18T09:23:23Z,N02.08,4.3.0,1.5.0,0.967807038669,0,0,0,135.500307115,66.3655298063,S1A_IW_GRDH_1SDV_20180716T163151_20180716T163216_022822_027976_C511,2018-07-16T16:31:51Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloudy,0,,32634,"POLYGON ((548470 4332440, 553560 4332440, 553560 4337530, 548470 4337530, 548470 4332440))",509,POINT (21.5905 39.16258),"10, 0, 548470, 0, -10, 4337530",1.0
13878,NICOLE,ROI_3644,20180310T092019_20180310T092138_T34SEJ,S2B_MSIL1C_20180310T092019_N0206_R093_T34SEJ_20180310T112407,2018-03-10T09:21:38Z,N02.06,4.3.0,1.5.0,1.01616757089,0,0,0,154.0798176,43.4322645479,S1A_IW_GRDH_1SDV_20180312T043933_20180312T043958_020977_02402B_36C8,2018-03-12T04:39:33Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - DPA,2.84,1.0,10,scribble,cloud-free,0,,32634,"POLYGON ((548470 4332440, 553560 4332440, 553560 4337530, 548470 4337530, 548470 4332440))",509,POINT (21.5905 39.16258),"10, 0, 548470, 0, -10, 4337530",1.0
13879,NICOLE,ROI_3644,20180419T092029_20180419T092410_T34SEJ,S2B_MSIL1C_20180419T092029_N0206_R093_T34SEJ_20180419T112645,2018-04-19T09:24:10Z,N02.06,4.3.0,1.5.0,0.993700923851,0,0,0,149.221964311,58.666773283,S1B_IW_GRDH_1SDV_20180417T163113_20180417T163138_010526_01330E_985E,2018-04-17T16:31:13Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,10,scribble,low-cloudy,0,,32634,"POLYGON ((548470 4332440, 553560 4332440, 553560 4337530, 548470 4337530, 548470 4332440))",509,POINT (21.5905 39.16258),"10, 0, 548470, 0, -10, 4337530",1.0
13935,NICOLE,ROI_3685,20190404T101031_20190404T101702_T31PCK,S2A_MSIL1C_20190404T101031_N0207_R022_T31PCK_20190404T185546,2019-04-04T10:28:39Z,N02.11,4.3.0,1.5.0,1.00242111255,0,0,0,96.0765462623,68.0554217797,S1B_IW_GRDH_1SDV_20190405T180931_20190405T180956_015675_01D678_4E7B,2019-04-05T18:09:31Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,20,scribble,almost-clear,0,,32631,"POLYGON ((350230 915320, 355320 915320, 355320 920410, 350230 920410, 350230 915320))",509,POINT (1.663127 8.301388),"10, 0, 350230, 0, -10, 920410",1.0
13936,NICOLE,ROI_3685,20190409T101029_20190409T102251_T31PCK,S2B_MSIL1C_20190409T101029_N0207_R022_T31PCK_20190409T135136,2019-04-09T10:28:43Z,N02.11,4.3.0,1.5.0,0.999541456711,0,0,0,91.1093788494,68.6300589785,S1A_IW_GRDH_1SDV_20190411T181016_20190411T181041_026746_0300F4_46D2,2019-04-11T18:10:16Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,20,scribble,mid-cloudy,0,,32631,"POLYGON ((350230 915320, 355320 915320, 355320 920410, 350230 920410, 350230 915320))",509,POINT (1.663127 8.301388),"10, 0, 350230, 0, -10, 920410",1.0
13937,NICOLE,ROI_3685,20200528T101031_20200528T101845_T31PCK,S2A_MSIL1C_20200528T101031_N0209_R022_T31PCK_20200528T121408,2020-05-28T10:28:44Z,N02.14,4.3.0,1.5.0,0.974938534091022,0,0,0,54.2550053839882,66.3785529943766,S1B_IW_GRDH_1SDV_20200529T180940_20200529T181005_021800_029612_8D8C,2020-05-29T18:09:40Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,cloudy,0,,32631,"POLYGON ((350230 915320, 355320 915320, 355320 920410, 350230 920410, 350230 915320))",509,POINT (1.663127 8.301388),"10, 0, 350230, 0, -10, 920410",1.0
13938,NICOLE,ROI_3685,20191215T101329_20191215T102333_T31PCK,S2B_MSIL1C_20191215T101329_N0208_R022_T31PCK_20191215T122222,2019-12-15T10:28:33Z,N02.13,4.3.0,1.5.0,1.03156445276,0,0,0,148.910758735,52.7035881077,S1B_IW_GRDH_1SDV_20191213T180940_20191213T181005_019350_0248C1_99BD,2019-12-13T18:09:40Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,cloud-free,0,,32631,"POLYGON ((350230 915320, 355320 915320, 355320 920410, 350230 920410, 350230 915320))",509,POINT (1.663127 8.301388),"10, 0, 350230, 0, -10, 920410",1.0
13939,NICOLE,ROI_3685,20190603T101031_20190603T101642_T31PCK,S2A_MSIL1C_20190603T101031_N0207_R022_T31PCK_20190603T121441,2019-06-03T10:28:41Z,N02.12,4.3.0,1.5.0,0.973148561933,0,0,0,52.9466740943,65.8362929809,S1B_IW_GRDH_1SDV_20190604T180934_20190604T180959_016550_01F281_F420,2019-06-04T18:09:34Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,20,scribble,low-cloudy,0,,32631,"POLYGON ((350230 915320, 355320 915320, 355320 920410, 350230 920410, 350230 915320))",509,POINT (1.663127 8.301388),"10, 0, 350230, 0, -10, 920410",1.0
14030,NICOLE,ROI_3764,20181230T083339_20181230T085105_T34JBM,S2B_MSIL1C_20181230T083339_N0207_R021_T34JBM_20181230T134953,2018-12-30T08:58:48Z,N02.11,4.3.0,1.5.0,1.03399077135,0,0,0,80.3342016482,64.5356279456,S1A_IW_GRDH_1SDV_20181228T172654_20181228T172719_025228_02CA07_C7E5,2018-12-28T17:26:54Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloud-free,0,,32734,"POLYGON ((245030 6639160, 250120 6639160, 250120 6644250, 245030 6644250, 245030 6639160))",509,POINT (18.3745 -30.33018),"10, 0, 245030, 0, -10, 6644250",1.0
14031,NICOLE,ROI_3764,20190213T083041_20190213T085235_T34JBM,S2A_MSIL1C_20190213T083041_N0207_R021_T34JBM_20190213T135104,2019-02-13T08:58:47Z,N02.11,4.3.0,1.5.0,1.02744396904,0,0,0,65.5978405045,57.2803990787,S1A_IW_GRDH_1SDV_20190214T172652_20190214T172717_025928_02E342_8D03,2019-02-14T17:26:52Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,low-cloudy,0,,32734,"POLYGON ((245030 6639160, 250120 6639160, 250120 6644250, 245030 6644250, 245030 6639160))",509,POINT (18.3745 -30.33018),"10, 0, 245030, 0, -10, 6644250",1.0
14032,NICOLE,ROI_3764,20190429T082609_20190429T085302_T34JBM,S2B_MSIL1C_20190429T082609_N0207_R021_T34JBM_20190429T122411,2019-04-29T08:58:58Z,N02.11,4.3.0,1.5.0,0.988425195289,0,0,0,33.1472803181,38.6708552603,S1A_IW_GRDH_1SDV_20190427T172654_20190427T172719_026978_030972_C237,2019-04-27T17:26:54Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloudy,0,,32734,"POLYGON ((245030 6639160, 250120 6639160, 250120 6644250, 245030 6644250, 245030 6639160))",509,POINT (18.3745 -30.33018),"10, 0, 245030, 0, -10, 6644250",1.0
14033,NICOLE,ROI_3764,20190812T082611_20190812T084831_T34JBM,S2A_MSIL1C_20190812T082611_N0208_R021_T34JBM_20190812T122839,2019-08-12T08:58:54Z,N02.13,4.3.0,1.5.0,0.972795744352,0,0,0,34.8422289496,37.2309764954,S1A_IW_GRDH_1SDV_20190813T172700_20190813T172725_028553_033AAA_A6BB,2019-08-13T17:27:00Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,30,scribble,mid-cloudy,0,,32734,"POLYGON ((245030 6639160, 250120 6639160, 250120 6644250, 245030 6644250, 245030 6639160))",509,POINT (18.3745 -30.33018),"10, 0, 245030, 0, -10, 6644250",1.0
14034,NICOLE,ROI_3764,20191210T083331_20191210T085733_T34JBM,S2A_MSIL1C_20191210T083331_N0208_R021_T34JBM_20191210T102301,2019-12-10T08:58:47Z,N02.13,4.3.0,1.5.0,1.030257933,0,0,0,77.6209785534,66.5160946579,S1A_IW_GRDH_1SDV_20191211T172701_20191211T172726_030303_037744_4B05,2019-12-11T17:27:01Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,almost-clear,0,,32734,"POLYGON ((245030 6639160, 250120 6639160, 250120 6644250, 245030 6644250, 245030 6639160))",509,POINT (18.3745 -30.33018),"10, 0, 245030, 0, -10, 6644250",1.0
14035,NICOLE,ROI_3765,20190712T080619_20190712T083051_T34JEN,S2B_MSIL1C_20190712T080619_N0208_R078_T34JEN_20190712T110120,2019-07-12T08:38:43Z,N02.13,4.3.0,1.5.0,0.967415291657,0,0,0,32.9050249789,30.9598926449,S1A_IW_GRDH_1SDV_20190710T171036_20190710T171101_028057_032B34_2E7F,2019-07-10T17:10:36Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,cloud-free,0,,32734,"POLYGON ((547880 6730480, 552970 6730480, 552970 6735570, 547880 6735570, 547880 6730480))",509,POINT (21.52039 -29.5314),"10, 0, 547880, 0, -10, 6735570",1.0
14036,NICOLE,ROI_3765,20190630T081611_20190630T084608_T34JEN,S2A_MSIL1C_20190630T081611_N0207_R121_T34JEN_20190630T110048,2019-06-30T08:48:35Z,N02.12,4.3.0,1.5.0,0.967709695764,0,0,0,29.426841077,31.2600009702,S1A_IW_GRDH_1SDV_20190628T171035_20190628T171100_027882_0325E2_676C,2019-06-28T17:10:35Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,almost-clear,0,,32734,"POLYGON ((547880 6730480, 552970 6730480, 552970 6735570, 547880 6735570, 547880 6730480))",509,POINT (21.52039 -29.5314),"10, 0, 547880, 0, -10, 6735570",1.0
14037,NICOLE,ROI_3765,20190526T081609_20190526T084825_T34JEN,S2B_MSIL1C_20190526T081609_N0207_R121_T34JEN_20190526T121554,2019-05-26T08:48:39Z,N02.12,4.3.0,1.5.0,0.975961158449,0,0,0,28.9279066689,33.8120744094,S1A_IW_GRDH_1SDV_20190528T171849_20190528T171911_027430_031831_2055,2019-05-28T17:18:49Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,mid-cloudy,0,,32734,"POLYGON ((547880 6730480, 552970 6730480, 552970 6735570, 547880 6735570, 547880 6730480))",509,POINT (21.52039 -29.5314),"10, 0, 547880, 0, -10, 6735570",1.0
14038,NICOLE,ROI_3765,20191018T081941_20191018T084056_T34JEN,S2A_MSIL1C_20191018T081941_N0208_R121_T34JEN_20191018T120500,2019-10-18T08:48:33Z,N02.13,4.3.0,1.5.0,1.00579115121,0,0,0,51.3793662512,60.9972727624,S1A_IW_GRDH_1SDV_20191019T171856_20191019T171921_029530_035C62_6537,2019-10-19T17:18:56Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,low-cloudy,0,,32734,"POLYGON ((547880 6730480, 552970 6730480, 552970 6735570, 547880 6735570, 547880 6730480))",509,POINT (21.52039 -29.5314),"10, 0, 547880, 0, -10, 6735570",1.0
14039,NICOLE,ROI_3765,20190915T080611_20190915T083649_T34JEN,S2A_MSIL1C_20190915T080611_N0208_R078_T34JEN_20190915T101859,2019-09-15T08:38:33Z,N02.13,4.3.0,1.5.0,0.987260685773,0,0,0,43.88465535,48.0852552984,S1A_IW_GRDH_1SDV_20190913T171855_20190913T171920_029005_034A57_8FE6,2019-09-13T17:18:55Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,cloudy,0,,32734,"POLYGON ((547880 6730480, 552970 6730480, 552970 6735570, 547880 6735570, 547880 6730480))",509,POINT (21.52039 -29.5314),"10, 0, 547880, 0, -10, 6735570",1.0
14045,CESAR,ROI_3771,20190321T075619_20190321T081839_T35JMK,S2B_MSIL1C_20190321T075619_N0207_R035_T35JMK_20190321T114118,2019-03-21T08:27:53Z,N02.11,4.3.0,1.5.0,1.0104377025,0,0,0,49.0962904304,51.135818444,S1B_IW_GRDH_1SDV_20190323T033500_20190323T033531_015476_01CFD6_AF8D,2019-03-23T03:35:00Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,40,scribble,cloud-free,0,,32735,"POLYGON ((441350 6903680, 446440 6903680, 446440 6908770, 441350 6908770, 441350 6903680))",509,POINT (26.42955 -27.96788),"10, 0, 441350, 0, -10, 6908770",1.0
14046,NICOLE,ROI_3771,20200330T075611_20200330T082055_T35JMK,S2A_MSIL1C_20200330T075611_N0209_R035_T35JMK_20200330T101545,2020-03-30T08:27:49Z,N02.14,4.3.0,1.5.0,1.00494834183948,0,0,0,44.4080505451052,48.6748280954276,S1B_IW_GRDH_1SDV_20200329T033506_20200329T033531_020901_027A2F_4A29,2020-03-29T03:35:06Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,cloudy,0,,32735,"POLYGON ((441350 6903680, 446440 6903680, 446440 6908770, 441350 6908770, 441350 6903680))",509,POINT (26.42955 -27.96788),"10, 0, 441350, 0, -10, 6908770",1.0
14047,NICOLE,ROI_3771,20200110T080311_20200110T082729_T35JMK,S2A_MSIL1C_20200110T080311_N0208_R035_T35JMK_20200110T094237,2020-01-10T08:27:47Z,N02.13,4.3.0,1.5.0,1.03427994208,0,0,0,83.9945068161,63.7534087402,S1A_IW_GRDH_1SDV_20200108T165431_20200108T165456_030711_03854E_1AB3,2020-01-08T16:54:31Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,low-cloudy,0,,32735,"POLYGON ((441350 6903680, 446440 6903680, 446440 6908770, 441350 6908770, 441350 6903680))",509,POINT (26.42955 -27.96788),"10, 0, 441350, 0, -10, 6908770",1.0
14048,NICOLE,ROI_3771,20191111T080151_20191111T082654_T35JMK,S2A_MSIL1C_20191111T080151_N0208_R035_T35JMK_20191111T095208,2019-11-11T08:27:55Z,N02.13,4.3.0,1.5.0,1.01875819557,0,0,0,68.4019856432,66.9104492878,S1A_IW_GRDH_1SDV_20191109T165433_20191109T165458_029836_03670E_E42F,2019-11-09T16:54:33Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,mid-cloudy,0,,32735,"POLYGON ((441350 6903680, 446440 6903680, 446440 6908770, 441350 6908770, 441350 6903680))",509,POINT (26.42955 -27.96788),"10, 0, 441350, 0, -10, 6908770",1.0
14049,NICOLE,ROI_3771,20200115T080159_20200115T081804_T35JMK,S2B_MSIL1C_20200115T080159_N0208_R035_T35JMK_20200115T095828,2020-01-15T08:27:47Z,N02.13,4.3.0,1.5.0,1.0340081038,0,0,0,82.5832882956,63.0670987503,S1B_IW_GRDH_1SDV_20200117T033507_20200117T033532_019851_02589F_F108,2020-01-17T03:35:07Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,almost-clear,0,,32735,"POLYGON ((441350 6903680, 446440 6903680, 446440 6908770, 441350 6908770, 441350 6903680))",509,POINT (26.42955 -27.96788),"10, 0, 441350, 0, -10, 6908770",1.0
14595,NICOLE,ROI_4311,20190402T065629_20190402T070225_T40TGN,S2B_MSIL1C_20190402T065629_N0207_R063_T40TGN_20190402T104331,2019-04-02T07:07:35Z,N02.11,4.3.0,1.5.0,1.003650146,0,0,0,158.091365751,50.0763079197,S1A_IW_GRDH_1SDV_20190401T020226_20190401T020251_026590_02FB42_E778,2019-04-01T02:02:26Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,40,scribble,low-cloudy,0,,32640,"POLYGON ((742830 4744970, 747920 4744970, 747920 4750060, 742830 4750060, 742830 4744970))",509,POINT (60.00258 42.84084),"10, 0, 742830, 0, -10, 4750060",1.0
14596,NICOLE,ROI_4311,20200211T070021_20200211T070015_T40TGN,S2A_MSIL1C_20200211T070021_N0209_R063_T40TGN_20200211T082142,2020-02-11T07:07:26Z,N02.14,4.3.0,1.5.0,1.02826425758,0,0,0,161.178542789,31.0177032432,S1A_IW_GRDH_1SDV_20200213T135648_20200213T135713_031235_03978E_DB12,2020-02-13T13:56:48Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,cloud-free,0,,32640,"POLYGON ((742830 4744970, 747920 4744970, 747920 4750060, 742830 4750060, 742830 4744970))",509,POINT (60.00258 42.84084),"10, 0, 742830, 0, -10, 4750060",1.0
14597,NICOLE,ROI_4311,20190601T065629_20190601T065825_T40TGN,S2B_MSIL1C_20190601T065629_N0207_R063_T40TGN_20190601T100255,2019-06-01T07:07:41Z,N02.12,4.3.0,1.5.0,0.973843216154,0,0,0,149.67990666,66.7812651252,S1A_IW_GRDH_1SDV_20190531T020228_20190531T020253_027465_03194B_CF4C,2019-05-31T02:02:28Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,40,scribble,mid-cloudy,0,,32640,"POLYGON ((742830 4744970, 747920 4744970, 747920 4750060, 742830 4750060, 742830 4744970))",509,POINT (60.00258 42.84084),"10, 0, 742830, 0, -10, 4750060",1.0
14598,NICOLE,ROI_4311,20200112T070241_20200112T070237_T40TGN,S2A_MSIL1C_20200112T070241_N0208_R063_T40TGN_20200112T081731,2020-01-12T07:07:27Z,N02.13,4.3.0,1.5.0,1.03420433461,0,0,0,164.722932776,23.999981255,S1A_IW_GRDH_1SDV_20200114T020232_20200114T020257_030790_03880E_AA75,2020-01-14T02:02:32Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,cloudy,0,,32640,"POLYGON ((742830 4744970, 747920 4744970, 747920 4750060, 742830 4750060, 742830 4744970))",509,POINT (60.00258 42.84084),"10, 0, 742830, 0, -10, 4750060",1.0
14599,NICOLE,ROI_4311,20190427T065631_20190427T065850_T40TGN,S2A_MSIL1C_20190427T065631_N0207_R063_T40TGN_20190427T085826,2019-04-27T07:07:36Z,N02.11,4.3.0,1.5.0,0.989526085452,0,0,0,156.072595172,59.0453806588,S1A_IW_GRDH_1SDV_20190425T020226_20190425T020251_026940_0307FC_3B6F,2019-04-25T02:02:26Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,40,scribble,almost-clear,0,,32640,"POLYGON ((742830 4744970, 747920 4744970, 747920 4750060, 742830 4750060, 742830 4744970))",509,POINT (60.00258 42.84084),"10, 0, 742830, 0, -10, 4750060",1.0
14655,NICOLE,ROI_4379,20190430T013719_20190430T014020_T52KCB,S2B_MSIL1C_20190430T013719_N0207_R031_T52KCB_20190430T040648,2019-04-30T01:43:29Z,N02.11,4.3.0,1.5.0,0.988046659724,0,0,0,37.4103594225,46.0112271873,S1B_IW_GRDH_1SDV_20190427T205829_20190427T205858_015997_01E11A_822A,2019-04-27T20:58:29Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,low-cloudy,0,,32752,"POLYGON ((340090 7639180, 345180 7639180, 345180 7644270, 340090 7644270, 340090 7639180))",509,POINT (127.4827 -21.31958),"10, 0, 340090, 0, -10, 7644270",1.0
14656,NICOLE,ROI_4379,20190321T013709_20190321T014306_T52KCB,S2B_MSIL1C_20190321T013709_N0207_R031_T52KCB_20190321T044539,2019-03-21T01:43:21Z,N02.11,4.3.0,1.5.0,1.01058396827,0,0,0,56.0352786883,54.9991327557,S1B_IW_GRDH_1SDV_20190322T205828_20190322T205857_015472_01CFB3_1E70,2019-03-22T20:58:28Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,almost-clear,0,,32752,"POLYGON ((340090 7639180, 345180 7639180, 345180 7644270, 340090 7644270, 340090 7639180))",509,POINT (127.4827 -21.31958),"10, 0, 340090, 0, -10, 7644270",1.0
14657,NICOLE,ROI_4379,20200115T013709_20200115T014043_T52KCB,S2B_MSIL1C_20200115T013709_N0208_R031_T52KCB_20200115T030358,2020-01-15T01:43:16Z,N02.13,4.3.0,1.5.0,1.03402917808,0,0,0,95.2299477954,63.1550400016,S1B_IW_GRDH_1SDV_20200116T205835_20200116T205904_019847_02587B_D081,2020-01-16T20:58:35Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,cloudy,0,,32752,"POLYGON ((340090 7639180, 345180 7639180, 345180 7644270, 340090 7644270, 340090 7639180))",509,POINT (127.4827 -21.31958),"10, 0, 340090, 0, -10, 7644270",1.0
14658,NICOLE,ROI_4379,20200623T013719_20200623T014023_T52KCB,S2B_MSIL1C_20200623T013719_N0209_R031_T52KCB_20200623T041057,2020-06-23T01:43:24Z,N02.14,4.3.0,1.5.0,0.9684420799805,0,0,0,32.0847175624619,38.0762649612736,S1B_IW_GRDH_1SDV_20200620T205838_20200620T205907_022122_029FBE_51E7,2020-06-20T20:58:38Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32752,"POLYGON ((340090 7639180, 345180 7639180, 345180 7644270, 340090 7644270, 340090 7639180))",509,POINT (127.4827 -21.31958),"10, 0, 340090, 0, -10, 7644270",1.0
14659,NICOLE,ROI_4379,20191201T013711_20191201T014214_T52KCB,S2A_MSIL1C_20191201T013711_N0208_R031_T52KCB_20191201T030311,2019-12-01T01:43:21Z,N02.13,4.3.0,1.5.0,1.02727098768,0,0,0,95.523604472,67.9233790376,S1B_IW_GRDH_1SDV_20191129T205837_20191129T205906_019147_024239_2511,2019-11-29T20:58:37Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,mid-cloudy,0,,32752,"POLYGON ((340090 7639180, 345180 7639180, 345180 7644270, 340090 7644270, 340090 7639180))",509,POINT (127.4827 -21.31958),"10, 0, 340090, 0, -10, 7644270",1.0
14660,NICOLE,ROI_4384,20190122T012711_20190122T013229_T52KGV,S2A_MSIL1C_20190122T012711_N0207_R131_T52KGV_20190122T054055,2019-01-22T01:33:38Z,N02.11,4.3.0,1.5.0,1.0331917127,0,0,0,88.083347565,63.8184003122,S1B_IW_GRDH_1SDV_20190123T204217_20190123T204242_014626_01B42A_C25D,2019-01-23T20:42:17Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,almost-clear,0,,32752,"POLYGON ((741570 7440830, 746660 7440830, 746660 7445920, 741570 7445920, 741570 7440830))",509,POINT (131.3833 -23.10038),"10, 0, 741570, 0, -10, 7445920",1.0
14661,NICOLE,ROI_4384,20200401T012719_20200401T013031_T52KGV,S2B_MSIL1C_20200401T012719_N0209_R131_T52KGV_20200401T025407,2020-04-01T01:33:39Z,N02.14,4.3.0,1.5.0,1.0039549657681,0,0,0,45.7938468619255,52.3507716755135,S1B_IW_GRDH_1SDV_20200330T204222_20200330T204247_020926_027B13_5199,2020-03-30T20:42:22Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloudy,0,,32752,"POLYGON ((741570 7440830, 746660 7440830, 746660 7445920, 741570 7445920, 741570 7440830))",509,POINT (131.3833 -23.10038),"10, 0, 741570, 0, -10, 7445920",1.0
14662,NICOLE,ROI_4384,20200715T012721_20200715T013228_T52KGV,S2A_MSIL1C_20200715T012721_N0209_R131_T52KGV_20200715T053319,2020-07-15T01:33:46Z,N02.14,4.3.0,1.5.0,0.967579311791966,0,0,0,32.1096082010335,38.4791607823148,S1B_IW_GRDH_1SDV_20200716T204228_20200716T204253_022501_02AB57_6E5B,2020-07-16T20:42:28Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,30,scribble,low-cloudy,0,,32752,"POLYGON ((741570 7440830, 746660 7440830, 746660 7445920, 741570 7445920, 741570 7440830))",509,POINT (131.3833 -23.10038),"10, 0, 741570, 0, -10, 7445920",1.0
14663,NICOLE,ROI_4384,20190701T012721_20190701T013148_T52KGV,S2A_MSIL1C_20190701T012721_N0207_R131_T52KGV_20190701T043536,2019-07-01T01:33:46Z,N02.12,4.3.0,1.5.0,0.967654217579,0,0,0,30.457291972,37.3232876106,S1B_IW_GRDH_1SDV_20190628T204220_20190628T204245_016901_01FCEB_ADC4,2019-06-28T20:42:20Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,cloud-free,0,,32752,"POLYGON ((741570 7440830, 746660 7440830, 746660 7445920, 741570 7445920, 741570 7440830))",509,POINT (131.3833 -23.10038),"10, 0, 741570, 0, -10, 7445920",1.0
14664,NICOLE,ROI_4384,20200201T012709_20200201T013234_T52KGV,S2B_MSIL1C_20200201T012709_N0208_R131_T52KGV_20200201T025216,2020-02-01T01:33:34Z,N02.13,4.3.0,1.5.0,1.03125698603,0,0,0,83.0272247214,62.7036298902,S1B_IW_GRDH_1SDV_20200130T204223_20200130T204248_020051_025F1F_58AF,2020-01-30T20:42:23Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,mid-cloudy,0,,32752,"POLYGON ((741570 7440830, 746660 7440830, 746660 7445920, 741570 7445920, 741570 7440830))",509,POINT (131.3833 -23.10038),"10, 0, 741570, 0, -10, 7445920",1.0
14780,LISSETTE,ROI_4465,20200712T014659_20200712T014653_T55WEM,S2B_MSIL1C_20200712T014659_N0209_R017_T55WEM_20200712T033103,2020-07-12T01:49:15Z,N02.14,4.3.0,1.5.0,0.967430048240086,0,0,0,171.834044723185,47.3068707036046,S1A_IW_GRDH_1SDV_20200713T204329_20200713T204354_033441_03E004_0114,2020-07-13T20:43:29Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,100,scribble,cloudy,0,,32655,"POLYGON ((556820 7131650, 561910 7131650, 561910 7136740, 556820 7136740, 556820 7131650))",509,POINT (148.2282 64.32851),"10, 0, 556820, 0, -10, 7136740",1.0
14781,LISSETTE,ROI_4465,20190904T015651_20190904T015652_T55WEM,S2A_MSIL1C_20190904T015651_N0208_R060_T55WEM_20190904T031420,2019-09-04T01:59:10Z,N02.13,4.3.0,1.5.0,0.98169014498,0,0,0,177.788459305,32.8907102863,S1A_IW_GRDH_1SDV_20190905T204326_20190905T204351_028891_034660_398B,2019-09-05T20:43:26Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,100,scribble,mid-cloudy,0,,32655,"POLYGON ((556820 7131650, 561910 7131650, 561910 7136740, 556820 7136740, 556820 7131650))",509,POINT (148.2282 64.32851),"10, 0, 556820, 0, -10, 7136740",1.0
14782,LISSETTE,ROI_4465,20200724T013701_20200724T013658_T55WEM,S2A_MSIL1C_20200724T013701_N0209_R117_T55WEM_20200724T034310,2020-07-24T01:39:20Z,N02.14,4.3.0,1.5.0,0.968532758292238,0,0,0,168.448262551182,44.9883497116932,S1A_IW_GRDH_1SDV_20200725T204330_20200725T204355_033616_03E564_A99F,2020-07-25T20:43:30Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,100,scribble,almost-clear,0,,32655,"POLYGON ((556820 7131650, 561910 7131650, 561910 7136740, 556820 7136740, 556820 7131650))",509,POINT (148.2282 64.32851),"10, 0, 556820, 0, -10, 7136740",1.0
14783,LISSETTE,ROI_4465,20190308T015651_20190308T015647_T55WEM,S2A_MSIL1C_20190308T015651_N0207_R060_T55WEM_20190308T032027,2019-03-08T01:59:04Z,N02.11,4.3.0,1.5.0,1.01750365354,0,0,0,174.875333353,20.4269686253,S1A_IW_GRDH_1SDV_20190309T204318_20190309T204343_026266_02EF63_406D,2019-03-09T20:43:18Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,100,scribble,cloud-free,0,,32655,"POLYGON ((556820 7131650, 561910 7131650, 561910 7136740, 556820 7136740, 556820 7131650))",509,POINT (148.2282 64.32851),"10, 0, 556820, 0, -10, 7136740",1.0
14784,LISSETTE,ROI_4465,20200612T014659_20200612T014654_T55WEM,S2B_MSIL1C_20200612T014659_N0209_R017_T55WEM_20200612T033252,2020-06-12T01:49:15Z,N02.14,4.3.0,1.5.0,0.970542418855104,0,0,0,173.719201584004,48.6333577702402,S1A_IW_GRDH_1SDV_20200610T074410_20200610T074435_032952_03D11B_7701,2020-06-10T07:44:10Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,100,scribble,low-cloudy,0,,32655,"POLYGON ((556820 7131650, 561910 7131650, 561910 7136740, 556820 7136740, 556820 7131650))",509,POINT (148.2282 64.32851),"10, 0, 556820, 0, -10, 7136740",1.0
14785,LISSETTE,ROI_4474,20200622T023551_20200622T023554_T52VEK,S2A_MSIL1C_20200622T023551_N0209_R089_T52VEK_20200622T040857,2020-06-22T02:41:33Z,N02.14,4.3.0,1.5.0,0.968582167229993,0,0,0,163.762126571895,54.5251463013397,S1B_IW_GRDH_1SDV_20200619T213403_20200619T213428_022108_029F49_BBC8,2020-06-19T21:34:03Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,low-cloudy,0,,32652,"POLYGON ((549000 6434440, 554090 6434440, 554090 6439530, 549000 6439530, 549000 6434440))",509,POINT (129.8738 58.07133),"10, 0, 549000, 0, -10, 6439530",1.0
14786,LISSETTE,ROI_4474,20200411T024539_20200411T024542_T52VEK,S2B_MSIL1C_20200411T024539_N0209_R132_T52VEK_20200411T041400,2020-04-11T02:51:21Z,N02.14,4.3.0,1.5.0,0.998169466663248,0,0,0,170.326163220818,39.9741541440649,S1B_IW_GRDH_1SDV_20200408T213359_20200408T213424_021058_027F2D_8B65,2020-04-08T21:33:59Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32652,"POLYGON ((549000 6434440, 554090 6434440, 554090 6439530, 549000 6439530, 549000 6434440))",509,POINT (129.8738 58.07133),"10, 0, 549000, 0, -10, 6439530",1.0
14787,LISSETTE,ROI_4474,20200528T023549_20200528T023954_T52VEK,S2B_MSIL1C_20200528T023549_N0209_R089_T52VEK_20200528T042541,2020-05-28T02:41:28Z,N02.14,4.3.0,1.5.0,0.975051907526698,0,0,0,166.038230772542,52.792685557895,S1B_IW_GRDH_1SDV_20200526T213402_20200526T213427_021758_0294BD_1A4C,2020-05-26T21:34:02Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,mid-cloudy,0,,32652,"POLYGON ((549000 6434440, 554090 6434440, 554090 6439530, 549000 6439530, 549000 6434440))",509,POINT (129.8738 58.07133),"10, 0, 549000, 0, -10, 6439530",1.0
14788,LISSETTE,ROI_4474,20190718T023551_20190718T023554_T52VEK,S2A_MSIL1C_20190718T023551_N0208_R089_T52VEK_20190718T041420,2019-07-18T02:41:32Z,N02.13,4.3.0,1.5.0,0.967755407926,0,0,0,162.81218933,52.0538302781,S1B_IW_GRDH_1SDV_20190719T213358_20190719T213423_017208_0205CF_CF96,2019-07-19T21:33:58Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32652,"POLYGON ((549000 6434440, 554090 6434440, 554090 6439530, 549000 6439530, 549000 6434440))",509,POINT (129.8738 58.07133),"10, 0, 549000, 0, -10, 6439530",1.0
14789,LISSETTE,ROI_4474,20191014T024649_20191014T025114_T52VEK,S2B_MSIL1C_20191014T024649_N0208_R132_T52VEK_20191014T043637,2019-10-14T02:51:26Z,N02.13,4.3.0,1.5.0,1.00336277849,0,0,0,175.955717476,23.7881921671,S1B_IW_GRDH_1SDV_20191011T213402_20191011T213427_018433_022B9B_42B8,2019-10-11T21:34:02Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,almost-clear,0,,32652,"POLYGON ((549000 6434440, 554090 6434440, 554090 6439530, 549000 6439530, 549000 6434440))",509,POINT (129.8738 58.07133),"10, 0, 549000, 0, -10, 6439530",1.0
15050,LISSETTE,ROI_4806,20190213T065001_20190213T065850_T39RZH,S2A_MSIL1C_20190213T065001_N0207_R020_T39RZH_20190213T104437,2019-02-13T07:02:41Z,N02.11,4.3.0,1.5.0,1.0274688814,0,0,0,146.596502844,45.5073259093,S1A_IW_GRDH_1SDV_20190214T142444_20190214T142509_025927_02E337_3F8A,2019-02-14T14:24:44Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,60,scribble,low-cloudy,0,,32640,"POLYGON ((262730 2724630, 267820 2724630, 267820 2729720, 262730 2729720, 262730 2724630))",509,POINT (54.68102 24.64097),"10, 0, 262730, 0, -10, 2729720",1.0
15051,LISSETTE,ROI_4806,20190731T065629_20190731T070911_T39RZH,S2B_MSIL1C_20190731T065629_N0208_R063_T39RZH_20190731T113157,2019-07-31T07:12:48Z,N02.13,4.3.0,1.5.0,0.969686303751,0,0,0,106.534449577,71.2993007688,S1A_IW_GRDH_1SDV_20190801T142451_20190801T142516_028377_0334EA_105E,2019-08-01T14:24:51Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,60,scribble,cloudy,0,,32640,"POLYGON ((262730 2724630, 267820 2724630, 267820 2729720, 262730 2729720, 262730 2724630))",509,POINT (54.68102 24.64097),"10, 0, 262730, 0, -10, 2729720",1.0
15052,LISSETTE,ROI_4806,20190102T070259_20190102T070906_T40RBN,S2B_MSIL1C_20190102T070259_N0207_R063_T40RBN_20190102T090835,2019-01-02T07:12:37Z,N02.11,4.3.0,1.5.0,1.03418833722,0,0,0,158.226050285,39.1020498276,S1A_IW_GRDH_1SDV_20181231T021525_20181231T021548_025263_02CB33_B9F0,2018-12-31T02:15:25Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,60,scribble,almost-clear,0,,32640,"POLYGON ((262730 2724630, 267820 2724630, 267820 2729720, 262730 2729720, 262730 2724630))",509,POINT (54.68102 24.64097),"10, 0, 262730, 0, -10, 2729720",1.0
15053,LISSETTE,ROI_4806,20190119T065209_20190119T070240_T39RZH,S2B_MSIL1C_20190119T065209_N0207_R020_T39RZH_20190119T102553,2019-01-19T07:02:48Z,N02.11,4.3.0,1.5.0,1.03357405071,0,0,0,152.209904216,39.8419221869,S1A_IW_GRDH_1SDV_20190121T142445_20190121T142510_025577_02D6A6_6297,2019-01-21T14:24:45Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,mid-cloudy,0,,32640,"POLYGON ((262730 2724630, 267820 2724630, 267820 2729720, 262730 2729720, 262730 2724630))",509,POINT (54.68102 24.64097),"10, 0, 262730, 0, -10, 2729720",1.0
15054,LISSETTE,ROI_4806,20190514T064631_20190514T065547_T40RBN,S2A_MSIL1C_20190514T064631_N0207_R020_T40RBN_20190514T095412,2019-05-14T07:02:48Z,N02.12,4.3.0,1.5.0,0.98101681039,0,0,0,105.913736329,71.4625404792,S1A_IW_GRDH_1SDV_20190512T021525_20190512T021548_027188_0310A4_8F1D,2019-05-12T02:15:25Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,cloud-free,0,,32640,"POLYGON ((262730 2724630, 267820 2724630, 267820 2729720, 262730 2729720, 262730 2724630))",509,POINT (54.68102 24.64097),"10, 0, 262730, 0, -10, 2729720",1.0
15125,LISSETTE,ROI_4878,20190430T075619_20190430T081903_T35JLK,S2B_MSIL1C_20190430T075619_N0207_R035_T35JLK_20190430T105038,2019-04-30T08:28:04Z,N02.11,4.3.0,1.5.0,0.987908034069,0,0,0,34.858683168,40.3383762981,S1A_IW_GRDH_1SDV_20190501T165450_20190501T165515_027036_030B7F_2D22,2019-05-01T16:54:50Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,low-cloudy,0,,32735,"POLYGON ((355140 6929960, 360230 6929960, 360230 6935050, 355140 6935050, 355140 6929960))",509,POINT (25.55632 -27.72429),"10, 0, 355140, 0, -10, 6935050",1.0
15126,LISSETTE,ROI_4878,20200424T075609_20200424T082227_T35JLK,S2B_MSIL1C_20200424T075609_N0209_R035_T35JLK_20200424T110019,2020-04-24T08:27:51Z,N02.14,4.3.0,1.5.0,0.990749678593336,0,0,0,36.3099039529811,41.6146489678451,S1A_IW_GRDH_1SDV_20200425T165456_20200425T165521_032286_03BC50_2FBF,2020-04-25T16:54:56Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,cloud-free,0,,32735,"POLYGON ((355140 6929960, 360230 6929960, 360230 6935050, 355140 6935050, 355140 6929960))",509,POINT (25.55632 -27.72429),"10, 0, 355140, 0, -10, 6935050",1.0
15127,LISSETTE,ROI_4878,20200115T080159_20200115T081804_T35JLK,S2B_MSIL1C_20200115T080159_N0208_R035_T35JLK_20200115T095828,2020-01-15T08:27:50Z,N02.13,4.3.0,1.5.0,1.0340081038,0,0,0,83.2723050307,62.1869850817,S1B_IW_GRDH_1SDV_20200117T033507_20200117T033532_019851_02589F_F108,2020-01-17T03:35:07Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,0.773395193009136,40,scribble,almost-clear,0,,32735,"POLYGON ((355140 6929960, 360230 6929960, 360230 6935050, 355140 6935050, 355140 6929960))",509,POINT (25.55632 -27.72429),"10, 0, 355140, 0, -10, 6935050",1.0
15128,LISSETTE,ROI_4878,20191111T080151_20191111T082654_T35JLK,S2A_MSIL1C_20191111T080151_N0208_R035_T35JLK_20191111T095208,2019-11-11T08:27:59Z,N02.13,4.3.0,1.5.0,1.01875819557,0,0,0,69.612976853,66.0841489601,S1A_IW_GRDH_1SDV_20191109T165458_20191109T165523_029836_03670E_6563,2019-11-09T16:54:58Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,mid-cloudy,0,,32735,"POLYGON ((355140 6929960, 360230 6929960, 360230 6935050, 355140 6935050, 355140 6929960))",509,POINT (25.55632 -27.72429),"10, 0, 355140, 0, -10, 6935050",1.0
15129,LISSETTE,ROI_4878,20191226T080239_20191226T082112_T35JLK,S2B_MSIL1C_20191226T080239_N0208_R035_T35JLK_20191226T095858,2019-12-26T08:27:51Z,N02.13,4.3.0,1.5.0,1.0335385988,0,0,0,86.5482721205,64.7926040527,S1A_IW_GRDH_1SDV_20191227T165457_20191227T165522_030536_037F3E_2418,2019-12-27T16:54:57Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,cloudy,0,,32735,"POLYGON ((355140 6929960, 360230 6929960, 360230 6935050, 355140 6935050, 355140 6929960))",509,POINT (25.55632 -27.72429),"10, 0, 355140, 0, -10, 6935050",1.0
15205,LISSETTE,ROI_4936,20200501T183921_20200501T184410_T11TME,S2A_MSIL1C_20200501T183921_N0209_R070_T11TME_20200501T221849,2020-05-01T18:53:17Z,N02.14,4.3.0,1.5.0,0.986788689681823,0,0,0,150.818434825862,62.5966659006941,S1B_IW_GRDH_1SDV_20200430T014313_20200430T014338_021367_0288ED_BA1B,2020-04-30T01:43:13Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,cloudy,0,,32611,"POLYGON ((451290 4445820, 456380 4445820, 456380 4450910, 451290 4450910, 451290 4445820))",509,POINT (-117.5423 40.1844),"10, 0, 451290, 0, -10, 4450910",1.0
15206,LISSETTE,ROI_4936,20190909T183919_20190909T184421_T11TME,S2B_MSIL1C_20190909T183919_N0208_R070_T11TME_20190909T222029,2019-09-09T18:53:15Z,N02.13,4.3.0,1.5.0,0.984430976644,0,0,0,157.216468261,52.9878998026,S1B_IW_GRDH_1SDV_20190908T015119_20190908T015144_017940_021C50_7042,2019-09-08T01:51:19Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,20,scribble,almost-clear,0,,32611,"POLYGON ((451290 4445820, 456380 4445820, 456380 4450910, 451290 4450910, 451290 4445820))",509,POINT (-117.5423 40.1844),"10, 0, 451290, 0, -10, 4450910",1.0
15207,LISSETTE,ROI_4936,20200630T183921_20200630T184506_T11TME,S2A_MSIL1C_20200630T183921_N0209_R070_T11TME_20200630T221829,2020-06-30T18:53:19Z,N02.14,4.3.0,1.5.0,0.96762424480808,0,0,0,138.586967505502,68.680646229917,S1B_IW_GRDH_1SDV_20200629T014317_20200629T014342_022242_02A36A_074B,2020-06-29T01:43:17Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,20,scribble,mid-cloudy,0,,32611,"POLYGON ((451290 4445820, 456380 4445820, 456380 4450910, 451290 4450910, 451290 4445820))",509,POINT (-117.5423 40.1844),"10, 0, 451290, 0, -10, 4450910",1.0
15208,LISSETTE,ROI_4936,20190904T183921_20190904T184852_T11TME,S2A_MSIL1C_20190904T183921_N0208_R070_T11TME_20190904T234105,2019-09-04T18:53:14Z,N02.13,4.3.0,1.5.0,0.982015730143,0,0,0,155.548672628,54.6330696149,S1B_IW_GRDH_1SDV_20190903T014314_20190903T014339_017867_0219FB_8134,2019-09-03T01:43:14Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,20,scribble,low-cloudy,0,,32611,"POLYGON ((451290 4445820, 456380 4445820, 456380 4450910, 451290 4450910, 451290 4445820))",509,POINT (-117.5423 40.1844),"10, 0, 451290, 0, -10, 4450910",1.0
15209,LISSETTE,ROI_4936,20190208T183529_20190208T183526_T11TME,S2B_MSIL1C_20190208T183529_N0207_R027_T11TME_20190208T202805,2019-02-08T18:43:18Z,N02.11,4.3.0,1.5.0,1.02899060658,0,0,0,156.826086585,31.8101867439,S1A_IW_GRDH_1SDV_20190210T015134_20190210T015159_025861_02E0D3_7D6E,2019-02-10T01:51:34Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,20,scribble,cloud-free,0,,32611,"POLYGON ((451290 4445820, 456380 4445820, 456380 4450910, 451290 4450910, 451290 4445820))",509,POINT (-117.5423 40.1844),"10, 0, 451290, 0, -10, 4450910",1.0
15300,LISSETTE,ROI_5020,20190325T151651_20190325T151650_T20TMR,S2A_MSIL1C_20190325T151651_N0207_R025_T20TMR_20190325T184623,2019-03-25T15:20:15Z,N02.11,4.3.0,1.5.0,1.00802198847,0,0,0,158.767387762,44.3571754249,S1A_IW_GRDH_1SDV_20190326T221114_20190326T221139_026515_02F874_4313,2019-03-26T22:11:14Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,low-cloudy,0,,32620,"POLYGON ((444980 5032030, 450070 5032030, 450070 5037120, 444980 5037120, 444980 5032030))",509,POINT (-63.67122 45.46273),"10, 0, 444980, 0, -10, 5037120",1.0
15301,LISSETTE,ROI_5020,20200314T151649_20200314T151649_T20TMR,S2B_MSIL1C_20200314T151649_N0209_R025_T20TMR_20200314T201926,2020-03-14T15:20:14Z,N02.14,4.3.0,1.5.0,1.01371644806599,0,0,0,159.153124871662,40.2528547784176,S1A_IW_GRDH_1SDV_20200315T220257_20200315T220322_031692_03A776_6013,2020-03-15T22:02:57Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,mid-cloudy,0,,32620,"POLYGON ((444980 5032030, 450070 5032030, 450070 5037120, 444980 5037120, 444980 5032030))",509,POINT (-63.67122 45.46273),"10, 0, 444980, 0, -10, 5037120",1.0
15302,LISSETTE,ROI_5020,20190320T151649_20190320T152012_T20TMR,S2B_MSIL1C_20190320T151649_N0207_R025_T20TMR_20190320T202108,2019-03-20T15:20:20Z,N02.11,4.3.0,1.5.0,1.01082286062,0,0,0,158.954448085,42.3556648846,S1B_IW_GRDH_1SDV_20190319T102245_20190319T102314_015422_01CE1F_1691,2019-03-19T10:22:45Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloud-free,0,,32620,"POLYGON ((444980 5032030, 450070 5032030, 450070 5037120, 444980 5037120, 444980 5032030))",509,POINT (-63.67122 45.46273),"10, 0, 444980, 0, -10, 5037120",1.0
15303,LISSETTE,ROI_5020,20191225T151649_20191225T151646_T20TMR,S2B_MSIL1C_20191225T151649_N0208_R025_T20TMR_20191225T170530,2019-12-25T15:20:11Z,N02.13,4.3.0,1.5.0,1.03344765997,0,0,0,166.803533262,19.9619025082,S1A_IW_GRDH_1SDV_20191227T221122_20191227T221147_030540_037F5D_C8BB,2019-12-27T22:11:22Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,almost-clear,0,,32620,"POLYGON ((444980 5032030, 450070 5032030, 450070 5037120, 444980 5037120, 444980 5032030))",509,POINT (-63.67122 45.46273),"10, 0, 444980, 0, -10, 5037120",1.0
15304,LISSETTE,ROI_5020,20190519T151659_20190519T151659_T20TMR,S2B_MSIL1C_20190519T151659_N0207_R025_T20TMR_20190519T184718,2019-05-19T15:20:25Z,N02.12,4.3.0,1.5.0,0.978655244584,0,0,0,153.888797861,62.2202018051,S1A_IW_GRDH_1SDV_20190520T220253_20190520T220318_027317_0314B6_4D05,2019-05-20T22:02:53Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloudy,0,,32620,"POLYGON ((444980 5032030, 450070 5032030, 450070 5037120, 444980 5037120, 444980 5032030))",509,POINT (-63.67122 45.46273),"10, 0, 444980, 0, -10, 5037120",1.0
15320,LISSETTE,ROI_5118,20200728T175921_20200728T180015_T13UFR,S2A_MSIL1C_20200728T175921_N0209_R041_T13UFR_20200728T213811,2020-07-28T18:10:11Z,N02.14,4.3.0,1.5.0,0.969322088905972,0,0,0,158.802038680236,57.2858376546214,S1B_IW_GRDH_1SDV_20200731T004011_20200731T004036_022708_02B19D_AB69,2020-07-31T00:40:11Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,40,scribble,cloud-free,0,,32613,"POLYGON ((647540 5540400, 652630 5540400, 652630 5545490, 647540 5545490, 647540 5540400))",509,POINT (-102.9049 50.01989),"10, 0, 647540, 0, -10, 5545490",1.0
15321,LISSETTE,ROI_5118,20200705T174911_20200705T175951_T13UFR,S2A_MSIL1C_20200705T174911_N0209_R141_T13UFR_20200705T212731,2020-07-05T18:00:13Z,N02.14,4.3.0,1.5.0,0.967391025336895,0,0,0,153.088583153899,60.5349586850836,S1B_IW_GRDH_1SDV_20200707T004009_20200707T004034_022358_02A6FB_751D,2020-07-07T00:40:09Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,40,scribble,almost-clear,0,,32613,"POLYGON ((647540 5540400, 652630 5540400, 652630 5545490, 647540 5545490, 647540 5540400))",509,POINT (-102.9049 50.01989),"10, 0, 647540, 0, -10, 5545490",1.0
15322,LISSETTE,ROI_5118,20190405T175911_20190405T175913_T13UFR,S2A_MSIL1C_20190405T175911_N0207_R041_T13UFR_20190405T215124,2019-04-05T18:10:06Z,N02.11,4.3.0,1.5.0,1.00165739281,0,0,0,164.417328217,45.1704643596,S1B_IW_GRDH_1SDV_20190408T003958_20190408T004023_015708_01D79C_A925,2019-04-08T00:39:58Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,cloudy,0,,32613,"POLYGON ((647540 5540400, 652630 5540400, 652630 5545490, 647540 5545490, 647540 5540400))",509,POINT (-102.9049 50.01989),"10, 0, 647540, 0, -10, 5545490",1.0
15323,LISSETTE,ROI_5118,20200610T174909_20200610T175528_T13UFR,S2B_MSIL1C_20200610T174909_N0209_R141_T13UFR_20200610T212346,2020-06-10T18:00:11Z,N02.14,4.3.0,1.5.0,0.970868990708717,0,0,0,155.138348807086,61.2718023414506,S1B_IW_GRDH_1SDV_20200613T004008_20200613T004033_022008_029C4F_F2B2,2020-06-13T00:40:08Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,mid-cloudy,0,,32613,"POLYGON ((647540 5540400, 652630 5540400, 652630 5545490, 647540 5545490, 647540 5540400))",509,POINT (-102.9049 50.01989),"10, 0, 647540, 0, -10, 5545490",1.0
15324,LISSETTE,ROI_5118,20200506T174911_20200506T175505_T13UFR,S2A_MSIL1C_20200506T174911_N0209_R141_T13UFR_20200506T230819,2020-05-06T18:00:13Z,N02.14,4.3.0,1.5.0,0.984275596494857,0,0,0,159.605428130534,55.4127728851627,S1B_IW_GRDH_1SDV_20200508T004006_20200508T004031_021483_028CA6_5ECD,2020-05-08T00:40:06Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,low-cloudy,0,,32613,"POLYGON ((647540 5540400, 652630 5540400, 652630 5545490, 647540 5545490, 647540 5540400))",509,POINT (-102.9049 50.01989),"10, 0, 647540, 0, -10, 5545490",1.0
15335,LISSETTE,ROI_5133,20190617T185929_20190617T190912_T10UFA,S2B_MSIL1C_20190617T185929_N0207_R013_T10UFA_20190617T205411,2019-06-17T19:10:47Z,N02.12,4.3.0,1.5.0,0.969450191849,0,0,0,153.69600986,61.3697863032,S1B_IW_GRDH_1SDV_20190616T015409_20190616T015434_016715_01F75E_F019,2019-06-16T01:54:09Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,low-cloudy,0,,32610,"POLYGON ((644700 5568180, 649790 5568180, 649790 5573270, 644700 5573270, 644700 5568180))",509,POINT (-120.9337 50.27028),"10, 0, 644700, 0, -10, 5573270",1.0
15336,LISSETTE,ROI_5133,20190913T191001_20190913T191817_T10UFA,S2A_MSIL1C_20190913T191001_N0208_R056_T10UFA_20190913T224436,2019-09-13T19:20:34Z,N02.13,4.3.0,1.5.0,0.986463597812,0,0,0,166.782567571,42.9234918543,S1B_IW_GRDH_1SDV_20190915T014545_20190915T014610_018042_021F6E_613A,2019-09-15T01:45:45Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloudy,0,,32610,"POLYGON ((644700 5568180, 649790 5568180, 649790 5573270, 644700 5573270, 644700 5568180))",509,POINT (-120.9337 50.27028),"10, 0, 644700, 0, -10, 5573270",1.0
15337,LISSETTE,ROI_5133,20200714T190919_20200714T191949_T10UFA,S2B_MSIL1C_20200714T190919_N0209_R056_T10UFA_20200714T224405,2020-07-14T19:20:37Z,N02.14,4.3.0,1.5.0,0.967562837209014,0,0,0,156.986119125921,59.8996925038317,S1B_IW_GRDH_1SDV_20200716T015417_20200716T015442_022490_02AAFA_B3C1,2020-07-16T01:54:17Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,10,scribble,almost-clear,0,,32610,"POLYGON ((644700 5568180, 649790 5568180, 649790 5573270, 644700 5573270, 644700 5568180))",509,POINT (-120.9337 50.27028),"10, 0, 644700, 0, -10, 5573270",1.0
15338,LISSETTE,ROI_5133,20200726T185921_20200726T190505_T10UFA,S2A_MSIL1C_20200726T185921_N0209_R013_T10UFA_20200727T001844,2020-07-26T19:10:45Z,N02.14,4.3.0,1.5.0,0.96896788767692,0,0,0,153.75295729445,56.9791671650073,S1B_IW_GRDH_1SDV_20200728T015418_20200728T015443_022665_02B04F_BD62,2020-07-28T01:54:18Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,10,scribble,cloud-free,0,,32610,"POLYGON ((644700 5568180, 649790 5568180, 649790 5573270, 644700 5573270, 644700 5568180))",509,POINT (-120.9337 50.27028),"10, 0, 644700, 0, -10, 5573270",1.0
15339,LISSETTE,ROI_5133,20190801T185921_20190801T190257_T10UFA,S2A_MSIL1C_20190801T185921_N0208_R013_T10UFA_20190801T223747,2019-08-01T19:10:44Z,N02.13,4.3.0,1.5.0,0.970005606389,0,0,0,154.500971545,55.7900757749,S1B_IW_GRDH_1SDV_20190803T015411_20190803T015436_017415_020C0D_8269,2019-08-03T01:54:11Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,mid-cloudy,0,,32610,"POLYGON ((644700 5568180, 649790 5568180, 649790 5573270, 644700 5573270, 644700 5568180))",509,POINT (-120.9337 50.27028),"10, 0, 644700, 0, -10, 5573270",1.0
15365,LISSETTE,ROI_5173,20200511T065631_20200511T065736_T42VVK,S2A_MSIL1C_20200511T065631_N0209_R063_T42VVK_20200511T085817,2020-05-11T07:03:10Z,N02.14,4.3.0,1.5.0,0.98208125709103,0,0,0,172.552055905923,49.6997756492867,S1B_IW_GRDH_1SDV_20200509T014052_20200509T014117_021498_028D14_FA81,2020-05-09T01:40:52Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,low-cloudy,0,,32642,"POLYGON ((440850 6432040, 445940 6432040, 445940 6437130, 440850 6437130, 440850 6432040))",509,POINT (68.04103 58.04916),"10, 0, 440850, 0, -10, 6437130",1.0
15366,LISSETTE,ROI_5173,20200627T064631_20200627T064926_T42VVK,S2A_MSIL1C_20200627T064631_N0209_R020_T42VVK_20200627T084828,2020-06-27T06:53:14Z,N02.14,4.3.0,1.5.0,0.967926741960142,0,0,0,165.281062512839,54.5241880779331,S1B_IW_GRDH_1SDV_20200626T014055_20200626T014120_022198_02A214_7518,2020-06-26T01:40:55Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,10,scribble,cloudy,0,,32642,"POLYGON ((440850 6432040, 445940 6432040, 445940 6437130, 440850 6437130, 440850 6432040))",509,POINT (68.04103 58.04916),"10, 0, 440850, 0, -10, 6437130",1.0
15367,LISSETTE,ROI_5173,20190716T065631_20190716T065721_T42VVK,S2A_MSIL1C_20190716T065631_N0208_R063_T42VVK_20190716T085840,2019-07-16T07:03:11Z,N02.13,4.3.0,1.5.0,0.967614542049,0,0,0,168.431122144,52.847406225,S1B_IW_GRDH_1SDV_20190714T014050_20190714T014115_017123_02036A_D2BE,2019-07-14T01:40:50Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32642,"POLYGON ((440850 6432040, 445940 6432040, 445940 6437130, 440850 6437130, 440850 6432040))",509,POINT (68.04103 58.04916),"10, 0, 440850, 0, -10, 6437130",1.0
15368,LISSETTE,ROI_5173,20190621T065629_20190621T070122_T42VVK,S2B_MSIL1C_20190621T065629_N0207_R063_T42VVK_20190621T094910,2019-06-21T07:03:14Z,N02.12,4.3.0,1.5.0,0.96882086792,0,0,0,169.772367227,54.9883993383,S1B_IW_GRDH_1SDV_20190620T014048_20190620T014113_016773_01F915_A952,2019-06-20T01:40:48Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32642,"POLYGON ((440850 6432040, 445940 6432040, 445940 6437130, 440850 6437130, 440850 6432040))",509,POINT (68.04103 58.04916),"10, 0, 440850, 0, -10, 6437130",1.0
15369,LISSETTE,ROI_5173,20200615T065629_20200615T070022_T42VVK,S2B_MSIL1C_20200615T065629_N0209_R063_T42VVK_20200615T095307,2020-06-15T07:03:08Z,N02.14,4.3.0,1.5.0,0.969817297981584,0,0,0,170.208884474376,54.9059833702271,S1B_IW_GRDH_1SDV_20200614T014055_20200614T014120_022023_029CBD_2D4C,2020-06-14T01:40:55Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32642,"POLYGON ((440850 6432040, 445940 6432040, 445940 6437130, 440850 6437130, 440850 6432040))",509,POINT (68.04103 58.04916),"10, 0, 440850, 0, -10, 6437130",1.0
15410,LISSETTE,ROI_5210,20190718T023551_20190718T023554_T52VEJ,S2A_MSIL1C_20190718T023551_N0208_R089_T52VEJ_20190718T041420,2019-07-18T02:41:47Z,N02.13,4.3.0,1.5.0,0.967755407926,0,0,0,162.520344526,52.9173113066,S1B_IW_GRDH_1SDV_20190719T213423_20190719T213448_017208_0205CF_6428,2019-07-19T21:34:23Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32652,"POLYGON ((559500 6329430, 564590 6329430, 564590 6334520, 559500 6334520, 559500 6329430))",509,POINT (130.0249 57.12687),"10, 0, 559500, 0, -10, 6334520",1.0
15411,LISSETTE,ROI_5210,20190603T023559_20190603T024139_T52VEJ,S2B_MSIL1C_20190603T023559_N0207_R089_T52VEJ_20190603T061117,2019-06-03T02:41:51Z,N02.12,4.3.0,1.5.0,0.973249015651,0,0,0,165.369866395,54.3834383224,S1B_IW_GRDH_1SDV_20190601T213420_20190601T213445_016508_01F128_B9A5,2019-06-01T21:34:20Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,almost-clear,0,,32652,"POLYGON ((559500 6329430, 564590 6329430, 564590 6334520, 559500 6334520, 559500 6329430))",509,POINT (130.0249 57.12687),"10, 0, 559500, 0, -10, 6334520",1.0
15412,LISSETTE,ROI_5210,20190802T023559_20190802T024139_T52VEJ,S2B_MSIL1C_20190802T023559_N0208_R089_T52VEJ_20190802T061052,2019-08-02T02:41:50Z,N02.13,4.3.0,1.5.0,0.970075548054,0,0,0,163.363990756,49.730406189,S1B_IW_GRDH_1SDV_20190731T213424_20190731T213449_017383_020B01_B790,2019-07-31T21:34:24Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,cloudy,0,,32652,"POLYGON ((559500 6329430, 564590 6329430, 564590 6334520, 559500 6334520, 559500 6329430))",509,POINT (130.0249 57.12687),"10, 0, 559500, 0, -10, 6334520",1.0
15413,LISSETTE,ROI_5210,20200715T024551_20200715T024720_T52VEJ,S2A_MSIL1C_20200715T024551_N0209_R132_T52VEJ_20200715T062215,2020-07-15T02:51:43Z,N02.14,4.3.0,1.5.0,0.96758281372039,0,0,0,166.335765448555,53.6555114299162,S1B_IW_GRDH_1SDV_20200713T213429_20200713T213454_022458_02A9FB_3171,2020-07-13T21:34:29Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,10,scribble,mid-cloudy,0,,32652,"POLYGON ((559500 6329430, 564590 6329430, 564590 6334520, 559500 6334520, 559500 6329430))",509,POINT (130.0249 57.12687),"10, 0, 559500, 0, -10, 6334520",1.0
15414,LISSETTE,ROI_5210,20190628T023551_20190628T023553_T52VEJ,S2A_MSIL1C_20190628T023551_N0207_R089_T52VEJ_20190628T040808,2019-06-28T02:41:46Z,N02.12,4.3.0,1.5.0,0.967913719718,0,0,0,163.052727478,55.2115371496,S1B_IW_GRDH_1SDV_20190625T213422_20190625T213447_016858_01FB87_83CE,2019-06-25T21:34:22Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,low-cloudy,0,,32652,"POLYGON ((559500 6329430, 564590 6329430, 564590 6334520, 559500 6334520, 559500 6329430))",509,POINT (130.0249 57.12687),"10, 0, 559500, 0, -10, 6334520",1.0
15455,LISSETTE,ROI_5269,20190813T025551_20190813T025548_T50SLD,S2A_MSIL1C_20190813T025551_N0208_R032_T50SLD_20190813T055331,2019-08-13T03:08:22Z,N02.13,4.3.0,1.5.0,0.973035452522,0,0,0,135.144293062,63.8691772745,S1A_IW_GRDH_1SDV_20190814T101232_20190814T101257_028564_033B00_0066,2019-08-14T10:12:32Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,0.674283332239724,40,scribble,low-cloudy,0,,32650,"POLYGON ((361760 3834490, 366850 3834490, 366850 3839580, 361760 3839580, 361760 3834490))",509,POINT (115.519 34.66629),"10, 0, 361760, 0, -10, 3839580",1.0
15456,LISSETTE,ROI_5269,20200608T025551_20200608T030140_T50SLD,S2A_MSIL1C_20200608T025551_N0209_R032_T50SLD_20200608T060250,2020-06-08T03:08:24Z,N02.14,4.3.0,1.5.0,0.971555515100729,0,0,0,123.648780126663,70.8335541441695,S1A_IW_GRDH_1SDV_20200609T101234_20200609T101259_032939_03D0BE_E7FF,2020-06-09T10:12:34Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,0.655127161003701,40,scribble,almost-clear,0,,32650,"POLYGON ((361760 3834490, 366850 3834490, 366850 3839580, 361760 3839580, 361760 3834490))",509,POINT (115.519 34.66629),"10, 0, 361760, 0, -10, 3839580",1.0
15457,LISSETTE,ROI_5269,20190525T025551_20190525T030137_T50SLD,S2A_MSIL1C_20190525T025551_N0207_R032_T50SLD_20190525T060615,2019-05-25T03:08:21Z,N02.12,4.3.0,1.5.0,0.976428897264,0,0,0,128.923193649,69.7920501678,S1A_IW_GRDH_1SDV_20190527T102020_20190527T102045_027412_031798_67A3,2019-05-27T10:20:20Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,40,scribble,mid-cloudy,0,,32650,"POLYGON ((361760 3834490, 366850 3834490, 366850 3839580, 361760 3839580, 361760 3834490))",509,POINT (115.519 34.66629),"10, 0, 361760, 0, -10, 3839580",1.0
15458,LISSETTE,ROI_5269,20200424T025539_20200424T025925_T50SLD,S2B_MSIL1C_20200424T025539_N0209_R032_T50SLD_20200424T055614,2020-04-24T03:08:13Z,N02.14,4.3.0,1.5.0,0.990863500880606,0,0,0,140.435119622025,63.3235800526738,S1A_IW_GRDH_1SDV_20200422T101232_20200422T101257_032239_03BAAD_22DE,2020-04-22T10:12:32Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,0.667501669362091,40,scribble,cloud-free,0,,32650,"POLYGON ((361760 3834490, 366850 3834490, 366850 3839580, 361760 3839580, 361760 3834490))",509,POINT (115.519 34.66629),"10, 0, 361760, 0, -10, 3839580",1.0
15459,LISSETTE,ROI_5269,20190219T025749_20190219T030534_T50SLD,S2B_MSIL1C_20190219T025749_N0207_R032_T50SLD_20190219T071535,2019-02-19T03:08:18Z,N02.11,4.3.0,1.5.0,1.02525565983,0,0,0,152.842210572,39.7482594147,S1A_IW_GRDH_1SDV_20190220T102018_20190220T102043_026012_02E629_89FA,2019-02-20T10:20:18Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,cloudy,0,,32650,"POLYGON ((361760 3834490, 366850 3834490, 366850 3839580, 361760 3839580, 361760 3834490))",509,POINT (115.519 34.66629),"10, 0, 361760, 0, -10, 3839580",1.0
15595,LISSETTE,ROI_5401,20190626T033541_20190626T033539_T50UMF,S2A_MSIL1C_20190626T033541_N0207_R061_T50UMF_20190626T063724,2019-06-26T03:42:49Z,N02.12,4.3.0,1.5.0,0.96813051108,0,0,0,164.800776256,58.1464319924,S1B_IW_GRDH_1SDV_20190624T223240_20190624T223305_016844_01FB1F_00E4,2019-06-24T22:32:40Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloudy,0,,32650,"POLYGON ((451390 6057910, 456480 6057910, 456480 6063000, 451390 6063000, 451390 6057910))",509,POINT (116.2854 54.68932),"10, 0, 451390, 0, -10, 6063000",1.0
15596,LISSETTE,ROI_5401,20190703T032541_20190703T033030_T50UMF,S2A_MSIL1C_20190703T032541_N0207_R018_T50UMF_20190703T070428,2019-07-03T03:32:53Z,N02.12,4.3.0,1.5.0,0.967520148152,0,0,0,160.136859981,57.2744070077,S1B_IW_GRDH_1SDV_20190701T222435_20190701T222500_016946_01FE35_F693,2019-07-01T22:24:35Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,almost-clear,0,,32650,"POLYGON ((451390 6057910, 456480 6057910, 456480 6063000, 451390 6063000, 451390 6057910))",509,POINT (116.2854 54.68932),"10, 0, 451390, 0, -10, 6063000",1.0
15597,LISSETTE,ROI_5401,20190822T032541_20190822T032604_T50UMF,S2A_MSIL1C_20190822T032541_N0208_R018_T50UMF_20190822T061656,2019-08-22T03:32:51Z,N02.13,4.3.0,1.5.0,0.976182849852,0,0,0,163.932050121,46.4301242492,S1B_IW_GRDH_1SDV_20190823T223243_20190823T223308_017719_021562_7C9E,2019-08-23T22:32:43Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32650,"POLYGON ((451390 6057910, 456480 6057910, 456480 6063000, 451390 6063000, 451390 6057910))",509,POINT (116.2854 54.68932),"10, 0, 451390, 0, -10, 6063000",1.0
15598,LISSETTE,ROI_5401,20200702T032539_20200702T032644_T50UMF,S2B_MSIL1C_20200702T032539_N0209_R018_T50UMF_20200702T062512,2020-07-02T03:32:51Z,N02.14,4.3.0,1.5.0,0.967537046923205,0,0,0,160.129861666735,57.2937673628302,S1B_IW_GRDH_1SDV_20200630T223246_20200630T223311_022269_02A43D_739E,2020-06-30T22:32:46Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,10,scribble,cloud-free,0,,32650,"POLYGON ((451390 6057910, 456480 6057910, 456480 6063000, 451390 6063000, 451390 6057910))",509,POINT (116.2854 54.68932),"10, 0, 451390, 0, -10, 6063000",1.0
15599,LISSETTE,ROI_5401,20190621T033549_20190621T033543_T50UMF,S2B_MSIL1C_20190621T033549_N0207_R061_T50UMF_20190621T061256,2019-06-21T03:42:53Z,N02.12,4.3.0,1.5.0,0.968843834114,0,0,0,165.266231455,58.2567098229,S1B_IW_GRDH_1SDV_20190619T222434_20190619T222459_016771_01F909_4AE0,2019-06-19T22:24:34Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,low-cloudy,0,,32650,"POLYGON ((451390 6057910, 456480 6057910, 456480 6063000, 451390 6063000, 451390 6057910))",509,POINT (116.2854 54.68932),"10, 0, 451390, 0, -10, 6063000",1.0
15775,LISSETTE,ROI_5590,20190123T081229_20190123T083320_T34HDG,S2B_MSIL1C_20190123T081229_N0207_R078_T34HDG_20190123T102227,2019-01-23T08:40:05Z,N02.11,4.3.0,1.5.0,1.0329889867,0,0,0,70.2821786771,57.540173452,S1A_IW_GRDH_1SDV_20190121T172538_20190121T172603_025578_02D6B1_0F68,2019-01-21T17:25:38Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,80,scribble,low-cloudy,0,,32734,"POLYGON ((430340 6147420, 435430 6147420, 435430 6152510, 430340 6152510, 430340 6147420))",509,POINT (20.26638 -34.79031),"10, 0, 430340, 0, -10, 6152510",1.0
15776,LISSETTE,ROI_5590,20190612T080619_20190612T083052_T34HDG,S2B_MSIL1C_20190612T080619_N0207_R078_T34HDG_20190612T110244,2019-06-12T08:40:12Z,N02.12,4.3.0,1.5.0,0.970647435972,0,0,0,30.0441646556,25.6653699673,S1A_IW_GRDH_1SDV_20190614T172541_20190614T172606_027678_031FC9_73B3,2019-06-14T17:25:41Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,80,scribble,mid-cloudy,0,,32734,"POLYGON ((430340 6147420, 435430 6147420, 435430 6152510, 430340 6152510, 430340 6147420))",509,POINT (20.26638 -34.79031),"10, 0, 430340, 0, -10, 6152510",1.0
15777,LISSETTE,ROI_5590,20190920T080609_20190920T083927_T34HDG,S2B_MSIL1C_20190920T080609_N0208_R078_T34HDG_20190920T115507,2019-09-20T08:40:04Z,N02.13,4.3.0,1.5.0,0.989915289937,0,0,0,41.8638420158,45.5618012788,S1A_IW_GRDH_1SDV_20190918T172546_20190918T172611_029078_034CE0_B3AB,2019-09-18T17:25:46Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,cloud-free,0,,32734,"POLYGON ((430340 6147420, 435430 6147420, 435430 6152510, 430340 6152510, 430340 6147420))",509,POINT (20.26638 -34.79031),"10, 0, 430340, 0, -10, 6152510",1.0
15778,LISSETTE,ROI_5590,20191119T081129_20191119T083051_T34HDG,S2B_MSIL1C_20191119T081129_N0208_R078_T34HDG_20191119T102722,2019-11-19T08:40:03Z,N02.13,4.3.0,1.5.0,1.02252430654,0,0,0,62.660212861,62.4816233226,S1A_IW_GRDH_1SDV_20191117T172547_20191117T172612_029953_036B2F_2FAF,2019-11-17T17:25:47Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,almost-clear,0,,32734,"POLYGON ((430340 6147420, 435430 6147420, 435430 6152510, 430340 6152510, 430340 6147420))",509,POINT (20.26638 -34.79031),"10, 0, 430340, 0, -10, 6152510",1.0
15779,LISSETTE,ROI_5590,20200220T081959_20200220T084421_T34HDG,S2B_MSIL1C_20200220T081959_N0209_R121_T34HDG_20200220T115657,2020-02-20T08:49:57Z,N02.14,4.3.0,1.5.0,1.02488241630889,0,0,0,56.7511968027683,53.5166352836999,S1A_IW_GRDH_1SDV_20200221T172544_20200221T172609_031353_039BC0_9016,2020-02-21T17:25:44Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,cloudy,0,,32734,"POLYGON ((430340 6147420, 435430 6147420, 435430 6152510, 430340 6152510, 430340 6147420))",509,POINT (20.26638 -34.79031),"10, 0, 430340, 0, -10, 6152510",1.0
15915,LESLY,ROI_5724,20191230T101421_20191230T102559_T31PCL,S2A_MSIL1C_20191230T101421_N0208_R022_T31PCL_20191230T112137,2019-12-30T10:28:18Z,N02.13,4.3.0,1.5.0,1.0339714092,0,0,0,147.097153063,51.0085280225,S1A_IW_GRDH_1SDV_20191231T181048_20191231T181113_030596_03814D_3E0C,2019-12-31T18:10:48Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,cloud-free,0,,32631,"POLYGON ((350530 1048460, 355620 1048460, 355620 1053550, 350530 1053550, 350530 1048460))",509,POINT (1.661479 9.505336),"10, 0, 350530, 0, -10, 1053550",1.0
15916,LESLY,ROI_5724,20190906T101029_20190906T101714_T31PCL,S2B_MSIL1C_20190906T101029_N0208_R022_T31PCL_20190906T135347,2019-09-06T10:28:26Z,N02.13,4.3.0,1.5.0,0.982796505732,0,0,0,96.6935044648,69.1611149757,S1B_IW_GRDH_1SDV_20190908T181005_20190908T181030_017950_021CA9_F731,2019-09-08T18:10:05Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,mid-cloudy,0,,32631,"POLYGON ((350530 1048460, 355620 1048460, 355620 1053550, 350530 1053550, 350530 1048460))",509,POINT (1.661479 9.505336),"10, 0, 350530, 0, -10, 1053550",1.0
15917,LESLY,ROI_5724,20200104T101319_20200104T102529_T31PCL,S2B_MSIL1C_20200104T101319_N0208_R022_T31PCL_20200104T122109,2020-01-04T10:28:19Z,N02.13,4.3.0,1.5.0,1.03426627176,0,0,0,146.009401717,51.026799292,S1B_IW_GRDH_1SDV_20200106T181003_20200106T181028_019700_0253E3_29D2,2020-01-06T18:10:03Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,cloudy,0,,32631,"POLYGON ((350530 1048460, 355620 1048460, 355620 1053550, 350530 1053550, 350530 1048460))",509,POINT (1.661479 9.505336),"10, 0, 350530, 0, -10, 1053550",1.0
15918,LESLY,ROI_5724,20200727T101031_20200727T102340_T31PCL,S2A_MSIL1C_20200727T101031_N0209_R022_T31PCL_20200727T122116,2020-07-27T10:28:29Z,N02.14,4.3.0,1.5.0,0.969078570167626,0,0,0,63.9977176671718,65.9152752596547,S1B_IW_GRDH_1SDV_20200728T181009_20200728T181034_022675_02B0A2_DB81,2020-07-28T18:10:09Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,20,scribble,low-cloudy,0,,32631,"POLYGON ((350530 1048460, 355620 1048460, 355620 1053550, 350530 1053550, 350530 1048460))",509,POINT (1.661479 9.505336),"10, 0, 350530, 0, -10, 1053550",1.0
15919,LESLY,ROI_5724,20200428T101031_20200428T101841_T31PCL,S2A_MSIL1C_20200428T101031_N0209_R022_T31PCL_20200428T121407,2020-04-28T10:28:26Z,N02.14,4.3.0,1.5.0,0.988546661482691,0,0,0,74.271788485279,69.2881059990696,S1A_IW_GRDH_1SDV_20200429T181048_20200429T181113_032346_03BE6D_688A,2020-04-29T18:10:48Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,almost-clear,0,,32631,"POLYGON ((350530 1048460, 355620 1048460, 355620 1053550, 350530 1053550, 350530 1048460))",509,POINT (1.661479 9.505336),"10, 0, 350530, 0, -10, 1053550",1.0
16215,LESLY,ROI_6016,20190531T151711_20190531T151804_T19NCJ,S2A_MSIL1C_20190531T151711_N0207_R125_T19NCJ_20190531T184101,2019-05-31T15:20:53Z,N02.12,4.3.0,1.5.0,0.974062564035,0,0,0,50.6569913059,66.3880963704,S1B_IW_GRDH_1SDV_20190530T103254_20190530T103319_016472_01F018_8E96,2019-05-30T10:32:54Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,0.970580629224065,30,scribble,mid-cloudy,0,,32619,"POLYGON ((330080 870060, 335170 870060, 335170 875150, 330080 875150, 330080 870060))",509,POINT (-70.51827 7.891477),"10, 0, 330080, 0, -10, 875150",1.0
16216,LESLY,ROI_6016,20190715T151709_20190715T151712_T19NCJ,S2B_MSIL1C_20190715T151709_N0208_R125_T19NCJ_20190715T200634,2019-07-15T15:20:59Z,N02.13,4.3.0,1.5.0,0.96757155792,0,0,0,54.0284198572,65.0112172019,S1B_IW_GRDH_1SDV_20190717T103257_20190717T103322_017172_0204D4_DEDD,2019-07-17T10:32:57Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,0.972884927879698,30,scribble,cloud-free,0,,32619,"POLYGON ((330080 870060, 335170 870060, 335170 875150, 330080 875150, 330080 870060))",509,POINT (-70.51827 7.891477),"10, 0, 330080, 0, -10, 875150",1.0
16217,LESLY,ROI_6016,20200111T151659_20200111T151911_T19NCJ,S2B_MSIL1C_20200111T151659_N0208_R125_T19NCJ_20200111T183955,2020-01-11T15:20:45Z,N02.13,4.3.0,1.5.0,1.03423413247,0,0,0,144.162447525,53.4468833063,S1B_IW_GRDH_1SDV_20200113T103258_20200113T103323_019797_0256E7_D2C5,2020-01-13T10:32:58Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,0.966361871383853,30,scribble,low-cloudy,0,,32619,"POLYGON ((330080 870060, 335170 870060, 335170 875150, 330080 875150, 330080 870060))",509,POINT (-70.51827 7.891477),"10, 0, 330080, 0, -10, 875150",1.0
16218,LESLY,ROI_6016,20190516T151709_20190516T151712_T19NCJ,S2B_MSIL1C_20190516T151709_N0207_R125_T19NCJ_20190516T183728,2019-05-16T15:20:59Z,N02.12,4.3.0,1.5.0,0.979956551192,0,0,0,56.3808278522,68.1404228779,S1B_IW_GRDH_1SDV_20190518T103253_20190518T103318_016297_01EAC2_A379,2019-05-18T10:32:53Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,0.965555173864544,30,scribble,almost-clear,0,,32619,"POLYGON ((330080 870060, 335170 870060, 335170 875150, 330080 875150, 330080 870060))",509,POINT (-70.51827 7.891477),"10, 0, 330080, 0, -10, 875150",1.0
16219,LESLY,ROI_6016,20191112T151709_20191112T151801_T19NCJ,S2B_MSIL1C_20191112T151709_N0208_R125_T19NCJ_20191112T183858,2019-11-12T15:20:50Z,N02.13,4.3.0,1.5.0,1.01939585537,0,0,0,148.003101196,60.0464177138,S1B_IW_GRDH_1SDV_20191114T103301_20191114T103326_018922_023B08_8923,2019-11-14T10:33:01Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,0.966798028415824,30,scribble,cloudy,0,,32619,"POLYGON ((330080 870060, 335170 870060, 335170 875150, 330080 875150, 330080 870060))",509,POINT (-70.51827 7.891477),"10, 0, 330080, 0, -10, 875150",1.0
16455,LESLY,ROI_6293,20190717T162901_20190717T163927_T17ULP,S2A_MSIL1C_20190717T162901_N0208_R083_T17ULP_20190717T201253,2019-07-17T16:40:10Z,N02.13,4.3.0,1.5.0,0.96772002419,0,0,0,151.755781213,60.5368390413,S1B_IW_GRDH_1SDV_20190715T232504_20190715T232529_017151_02043B_5673,2019-07-15T23:25:04Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32616,"POLYGON ((770840 5333620, 775930 5333620, 775930 5338710, 770840 5338710, 770840 5333620))",509,POINT (-83.3263 48.11998),"10, 0, 770840, 0, -10, 5338710",1.0
16456,LESLY,ROI_6293,20190702T162839_20190702T162856_T16UGU,S2B_MSIL1C_20190702T162839_N0207_R083_T16UGU_20190702T200604,2019-07-02T16:40:15Z,N02.12,4.3.0,1.5.0,0.967546053291,0,0,0,150.252413265,62.2892785582,S1B_IW_GRDH_1SDV_20190703T232503_20190703T232528_016976_01FF13_E7A7,2019-07-03T23:25:03Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,low-cloudy,0,,32616,"POLYGON ((770840 5333620, 775930 5333620, 775930 5338710, 770840 5338710, 770840 5333620))",509,POINT (-83.3263 48.11998),"10, 0, 770840, 0, -10, 5338710",1.0
16457,LESLY,ROI_6293,20190607T162901_20190607T163258_T16UGU,S2A_MSIL1C_20190607T162901_N0207_R083_T16UGU_20190607T195651,2019-06-07T16:40:09Z,N02.12,4.3.0,1.5.0,0.971870418348,0,0,0,152.807067879,62.4575120345,S1B_IW_GRDH_1SDV_20190609T232502_20190609T232527_016626_01F4AF_75EE,2019-06-09T23:25:02Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloud-free,0,,32616,"POLYGON ((770840 5333620, 775930 5333620, 775930 5338710, 770840 5338710, 770840 5333620))",509,POINT (-83.3263 48.11998),"10, 0, 770840, 0, -10, 5338710",1.0
16458,LESLY,ROI_6293,20200601T162901_20200601T163222_T16UGU,S2A_MSIL1C_20200601T162901_N0209_R083_T16UGU_20200601T195628,2020-06-01T16:40:13Z,N02.14,4.3.0,1.5.0,0.973482066011526,0,0,0,153.67703734398,61.9739725456465,S1B_IW_GRDH_1SDV_20200603T232508_20200603T232533_021876_029851_2918,2020-06-03T23:25:08Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32616,"POLYGON ((770840 5333620, 775930 5333620, 775930 5338710, 770840 5338710, 770840 5333620))",509,POINT (-83.3263 48.11998),"10, 0, 770840, 0, -10, 5338710",1.0
16459,LESLY,ROI_6293,20191025T163351_20191025T163349_T16UGU,S2A_MSIL1C_20191025T163351_N0208_R083_T16UGU_20191025T182931,2019-10-25T16:40:10Z,N02.13,4.3.0,1.5.0,1.00994556445,0,0,0,169.32186203,29.041343463,S1B_IW_GRDH_1SDV_20191026T231707_20191026T231732_018653_02326E_18A5,2019-10-26T23:17:07Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloudy,0,,32616,"POLYGON ((770840 5333620, 775930 5333620, 775930 5338710, 770840 5338710, 770840 5333620))",509,POINT (-83.3263 48.11998),"10, 0, 770840, 0, -10, 5338710",1.0
16650,LESLY,ROI_6439,20190403T155531_20190403T155526_T18QUM,S2A_MSIL1C_20190403T155531_N0207_R011_T18QUM_20190403T191324,2019-04-03T15:56:33Z,N02.11,4.3.0,1.5.0,1.00285910813,0,0,0,133.917803737,64.5567410539,S1A_IW_GRDH_1SDV_20190402T110204_20190402T110233_026610_02FC08_6AF6,2019-04-02T11:02:04Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,80,scribble,cloud-free,0,,32618,"POLYGON ((355900 2662050, 360990 2662050, 360990 2667140, 355900 2667140, 355900 2662050))",509,POINT (-76.39259 24.08731),"10, 0, 355900, 0, -10, 2667140",1.0
16651,LESLY,ROI_6439,20200128T155521_20200128T155518_T18QUM,S2A_MSIL1C_20200128T155521_N0208_R011_T18QUM_20200128T191758,2020-01-28T15:56:25Z,N02.13,4.3.0,1.5.0,1.03203848498,0,0,0,152.734557726,43.352998365,S1A_IW_GRDH_1SDV_20200127T110210_20200127T110239_030985_038EF3_1E6E,2020-01-27T11:02:10Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,mid-cloudy,0,,32618,"POLYGON ((355900 2662050, 360990 2662050, 360990 2667140, 355900 2667140, 355900 2662050))",509,POINT (-76.39259 24.08731),"10, 0, 355900, 0, -10, 2667140",1.0
16652,LESLY,ROI_6439,20200708T154549_20200708T154551_T18QUM,S2B_MSIL1C_20200708T154549_N0209_R111_T18QUM_20200708T190013,2020-07-08T15:46:39Z,N02.14,4.3.0,1.5.0,0.967362097380002,0,0,0,90.3348070693017,70.5867906612734,S1A_IW_GRDH_1SDV_20200710T231104_20200710T231129_033399_03DEAD_7EB1,2020-07-10T23:11:04Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,80,scribble,low-cloudy,0,,32618,"POLYGON ((355900 2662050, 360990 2662050, 360990 2667140, 355900 2667140, 355900 2662050))",509,POINT (-76.39259 24.08731),"10, 0, 355900, 0, -10, 2667140",1.0
16653,LESLY,ROI_6439,20190922T154549_20190922T154549_T18QUM,S2B_MSIL1C_20190922T154549_N0208_R111_T18QUM_20190922T190632,2019-09-22T15:46:36Z,N02.13,4.3.0,1.5.0,0.991176629731,0,0,0,141.056432089,60.6282937839,S1B_IW_GRDH_1SDV_20190920T231012_20190920T231041_018128_022230_0F56,2019-09-20T23:10:12Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,80,scribble,almost-clear,0,,32618,"POLYGON ((355900 2662050, 360990 2662050, 360990 2667140, 355900 2667140, 355900 2662050))",509,POINT (-76.39259 24.08731),"10, 0, 355900, 0, -10, 2667140",1.0
16654,LESLY,ROI_6439,20190930T155531_20190930T155527_T18QUM,S2A_MSIL1C_20190930T155531_N0208_R011_T18QUM_20190930T191545,2019-09-30T15:56:34Z,N02.13,4.3.0,1.5.0,0.995644802494,0,0,0,149.764107425,59.6122863593,S1A_IW_GRDH_1SDV_20190929T110213_20190929T110242_029235_03523A_447D,2019-09-29T11:02:13Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,cloudy,0,,32618,"POLYGON ((355900 2662050, 360990 2662050, 360990 2667140, 355900 2667140, 355900 2662050))",509,POINT (-76.39259 24.08731),"10, 0, 355900, 0, -10, 2667140",1.0
16965,JHOMIRA,ROI_6788,20190420T141051_20190420T142048_T19FFG,S2A_MSIL1C_20190420T141051_N0207_R110_T19FFG_20190420T172801,2019-04-20T14:26:13Z,N02.11,4.3.0,1.5.0,0.99319797756,0,0,0,32.6546833252,24.4568772206,S1B_IW_GRDH_1SDV_20190418T233126_20190418T233155_015867_01DCDF_0B6C,2019-04-18T23:31:26Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,cloud-free,0,,32719,"POLYGON ((621990 4640310, 627080 4640310, 627080 4645400, 621990 4645400, 621990 4640310))",509,POINT (-67.31893 -48.35519),"10, 0, 621990, 0, -10, 4645400",1.0
16966,JHOMIRA,ROI_6788,20190308T140051_20190308T140449_T19FFG,S2A_MSIL1C_20190308T140051_N0207_R067_T19FFG_20190308T190258,2019-03-08T14:16:08Z,N02.11,4.3.0,1.5.0,1.01724871085,0,0,0,46.5551313004,37.0083770571,S1B_IW_GRDH_1SDV_20190306T233909_20190306T233938_015240_01C83E_0861,2019-03-06T23:39:09Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,60,scribble,low-cloudy,0,,32719,"POLYGON ((621990 4640310, 627080 4640310, 627080 4645400, 621990 4645400, 621990 4640310))",509,POINT (-67.31893 -48.35519),"10, 0, 621990, 0, -10, 4645400",1.0
16967,JHOMIRA,ROI_6788,20191009T140059_20191009T141229_T19FFG,S2B_MSIL1C_20191009T140059_N0208_R067_T19FFG_20191009T202759,2019-10-09T14:16:14Z,N02.13,4.3.0,1.5.0,1.00075220394,0,0,0,40.6909104418,40.9997843677,S1A_IW_GRDH_1SDV_20191008T091917_20191008T091942_029365_0356AE_168E,2019-10-08T09:19:17Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,60,scribble,cloudy,0,,32719,"POLYGON ((621990 4640310, 627080 4640310, 627080 4645400, 621990 4645400, 621990 4640310))",509,POINT (-67.31893 -48.35519),"10, 0, 621990, 0, -10, 4645400",1.0
16968,JHOMIRA,ROI_6788,20200708T141049_20200708T142257_T19FFG,S2B_MSIL1C_20200708T141049_N0209_R110_T19FFG_20200708T172337,2020-07-08T14:26:12Z,N02.14,4.3.0,1.5.0,0.967361867423849,0,0,0,29.9799382340969,13.8306620201199,S1B_IW_GRDH_1SDV_20200710T233921_20200710T233950_022415_02A8B3_85ED,2020-07-10T23:39:21Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,60,scribble,mid-cloudy,0,,32719,"POLYGON ((621990 4640310, 627080 4640310, 627080 4645400, 621990 4645400, 621990 4640310))",509,POINT (-67.31893 -48.35519),"10, 0, 621990, 0, -10, 4645400",1.0
16969,JHOMIRA,ROI_6788,20190321T141041_20190321T142021_T19FFG,S2A_MSIL1C_20190321T141041_N0207_R110_T19FFG_20190321T204534,2019-03-21T14:26:08Z,N02.11,4.3.0,1.5.0,1.01029310786,0,0,0,39.9639685632,33.996434764,S1A_IW_GRDH_1SDV_20190323T092713_20190323T092738_026463_02F69D_DC57,2019-03-23T09:27:13Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,60,scribble,almost-clear,0,,32719,"POLYGON ((621990 4640310, 627080 4640310, 627080 4645400, 621990 4645400, 621990 4640310))",509,POINT (-67.31893 -48.35519),"10, 0, 621990, 0, -10, 4645400",1.0
16970,JHOMIRA,ROI_6790,20190326T141049_20190326T141445_T19FEE,S2B_MSIL1C_20190326T141049_N0207_R110_T19FEE_20190326T203814,2019-03-26T14:26:44Z,N02.11,4.3.0,1.5.0,1.00748141381,0,0,0,39.1233287944,30.4745977451,S1A_IW_GRDH_1SDV_20190324T233951_20190324T234020_026486_02F779_958B,2019-03-24T23:39:51Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,low-cloudy,0,,32719,"POLYGON ((562920 4458170, 568010 4458170, 568010 4463260, 562920 4463260, 562920 4458170))",509,POINT (-68.08649 -50.00229),"10, 0, 562920, 0, -10, 4463260",1.0
16971,JHOMIRA,ROI_6790,20190214T141049_20190214T141459_T19FEE,S2B_MSIL1C_20190214T141049_N0207_R110_T19FEE_20190214T191234,2019-02-14T14:26:43Z,N02.11,4.3.0,1.5.0,1.02699693111,0,0,0,50.1130782923,43.1121478035,S1B_IW_GRDH_1SDV_20190215T234704_20190215T234729_014963_01BF24_6552,2019-02-15T23:47:04Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,0.706443158703263,60,scribble,almost-clear,0,,32719,"POLYGON ((562920 4458170, 568010 4458170, 568010 4463260, 562920 4463260, 562920 4458170))",509,POINT (-68.08649 -50.00229),"10, 0, 562920, 0, -10, 4463260",1.0
16972,JHOMIRA,ROI_6790,20190308T140051_20190308T140449_T19FEE,S2A_MSIL1C_20190308T140051_N0207_R067_T19FEE_20190308T190258,2019-03-08T14:16:41Z,N02.11,4.3.0,1.5.0,1.01724871085,0,0,0,46.8759523419,35.2002653053,S1B_IW_GRDH_1SDV_20190306T233909_20190306T233938_015240_01C83E_0861,2019-03-06T23:39:09Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,60,scribble,cloudy,0,,32719,"POLYGON ((562920 4458170, 568010 4458170, 568010 4463260, 562920 4463260, 562920 4458170))",509,POINT (-68.08649 -50.00229),"10, 0, 562920, 0, -10, 4463260",1.0
16973,JHOMIRA,ROI_6790,20190206T140051_20190206T141301_T19FEE,S2A_MSIL1C_20190206T140051_N0207_R067_T19FEE_20190206T171615,2019-02-06T14:16:43Z,N02.11,4.3.0,1.5.0,1.02966716459,0,0,0,54.8173164173,44.0716554524,S1A_IW_GRDH_1SDV_20190204T233951_20190204T234020_025786_02DE33_64D4,2019-02-04T23:39:51Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,60,scribble,cloud-free,0,,32719,"POLYGON ((562920 4458170, 568010 4458170, 568010 4463260, 562920 4463260, 562920 4458170))",509,POINT (-68.08649 -50.00229),"10, 0, 562920, 0, -10, 4463260",1.0
16974,JHOMIRA,ROI_6790,20190407T140051_20190407T140853_T19FEE,S2A_MSIL1C_20190407T140051_N0207_R067_T19FEE_20190407T172117,2019-04-07T14:16:48Z,N02.11,4.3.0,1.5.0,1.00060047809,0,0,0,38.6703529272,25.600168091,S1A_IW_GRDH_1SDV_20190405T233951_20190405T234020_026661_02FDF0_4034,2019-04-05T23:39:51Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,mid-cloudy,0,,32719,"POLYGON ((562920 4458170, 568010 4458170, 568010 4463260, 562920 4463260, 562920 4458170))",509,POINT (-68.08649 -50.00229),"10, 0, 562920, 0, -10, 4463260",1.0
17070,JHOMIRA,ROI_6905,20200107T175721_20200107T175721_T13TGN,S2A_MSIL1C_20200107T175721_N0208_R141_T13TGN_20200107T194919,2020-01-07T18:00:43Z,N02.13,4.3.0,1.5.0,1.03431869914,0,0,0,167.282126251,19.3438618079,S1B_IW_GRDH_1SDV_20200109T003915_20200109T003940_019733_0254F0_FB50,2020-01-09T00:39:15Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,mid-cloudy,0,,32613,"POLYGON ((741650 5256790, 746740 5256790, 746740 5261880, 741650 5261880, 741650 5256790))",509,POINT (-101.7611 47.44168),"10, 0, 741650, 0, -10, 5261880",1.0
17071,JHOMIRA,ROI_6905,20200518T173909_20200518T174525_T13TGN,S2B_MSIL1C_20200518T173909_N0209_R098_T13TGN_20200518T211131,2020-05-18T17:50:52Z,N02.14,4.3.0,1.5.0,0.978741386945663,0,0,0,154.494498586533,60.4842741040942,S1B_IW_GRDH_1SDV_20200520T003916_20200520T003941_021658_0291DA_5356,2020-05-20T00:39:16Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,cloudy,0,,32613,"POLYGON ((741650 5256790, 746740 5256790, 746740 5261880, 741650 5261880, 741650 5256790))",509,POINT (-101.7611 47.44168),"10, 0, 741650, 0, -10, 5261880",1.0
17072,JHOMIRA,ROI_6905,20190328T175049_20190328T175739_T13TGN,S2B_MSIL1C_20190328T175049_N0207_R141_T13TGN_20190328T212226,2019-03-28T18:00:50Z,N02.11,4.3.0,1.5.0,1.00625613801,0,0,0,162.123938062,44.430877523,S1B_IW_GRDH_1SDV_20190327T003908_20190327T003933_015533_01D1DC_3915,2019-03-27T00:39:08Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,almost-clear,0,,32613,"POLYGON ((741650 5256790, 746740 5256790, 746740 5261880, 741650 5261880, 741650 5256790))",509,POINT (-101.7611 47.44168),"10, 0, 741650, 0, -10, 5261880",1.0
17073,JHOMIRA,ROI_6905,20181218T175739_20181218T175738_T13TGN,S2B_MSIL1C_20181218T175739_N0207_R141_T13TGN_20181218T194617,2018-12-18T18:00:43Z,N02.11,4.3.0,1.5.0,1.03234978865,0,0,0,169.723904213,18.6473191757,S1B_IW_GRDH_1SDV_20181221T003909_20181221T003934_014133_01A424_AFA2,2018-12-21T00:39:09Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,cloud-free,0,,32613,"POLYGON ((741650 5256790, 746740 5256790, 746740 5261880, 741650 5261880, 741650 5256790))",509,POINT (-101.7611 47.44168),"10, 0, 741650, 0, -10, 5261880",1.0
17074,JHOMIRA,ROI_6905,20200521T174909_20200521T175736_T13TGN,S2B_MSIL1C_20200521T174909_N0209_R141_T13TGN_20200521T210822,2020-05-21T18:00:48Z,N02.14,4.3.0,1.5.0,0.977491558725675,0,0,0,158.683628352283,61.7360738557634,S1B_IW_GRDH_1SDV_20200520T003916_20200520T003941_021658_0291DA_5356,2020-05-20T00:39:16Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,low-cloudy,0,,32613,"POLYGON ((741650 5256790, 746740 5256790, 746740 5261880, 741650 5261880, 741650 5256790))",509,POINT (-101.7611 47.44168),"10, 0, 741650, 0, -10, 5261880",1.0
17100,JHOMIRA,ROI_6923,20200502T185919_20200502T190430_T10UFB,S2B_MSIL1C_20200502T185919_N0209_R013_T10UFB_20200502T205827,2020-05-02T19:10:21Z,N02.14,4.3.0,1.5.0,0.986266395614664,0,0,0,159.671954546583,53.3626344068725,S1B_IW_GRDH_1SDV_20200501T141953_20200501T142018_021389_0289A1_1FCF,2020-05-01T14:19:53Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,50,scribble,cloudy,0,,32610,"POLYGON ((685170 5616210, 690260 5616210, 690260 5621300, 685170 5621300, 685170 5616210))",509,POINT (-120.3423 50.69029),"10, 0, 685170, 0, -10, 5621300",1.0
17101,JHOMIRA,ROI_6923,20190824T190921_20190824T191642_T10UFB,S2A_MSIL1C_20190824T190921_N0208_R056_T10UFB_20190824T224647,2019-08-24T19:20:23Z,N02.13,4.3.0,1.5.0,0.977223204062,0,0,0,162.985408064,49.0029153223,S1B_IW_GRDH_1SDV_20190823T141953_20190823T142018_017714_021541_0A8F,2019-08-23T14:19:53Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,50,scribble,mid-cloudy,0,,32610,"POLYGON ((685170 5616210, 690260 5616210, 690260 5621300, 685170 5621300, 685170 5616210))",509,POINT (-120.3423 50.69029),"10, 0, 685170, 0, -10, 5621300",1.0
17102,JHOMIRA,ROI_6923,20190625T190921_20190625T191656_T10UFB,S2A_MSIL1C_20190625T190921_N0207_R056_T10UFB_20190625T224933,2019-06-25T19:20:26Z,N02.12,4.3.0,1.5.0,0.968173186324,0,0,0,158.076655531,61.0689897992,S1B_IW_GRDH_1SDV_20190624T141949_20190624T142014_016839_01FAFF_65CA,2019-06-24T14:19:49Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,50,scribble,cloud-free,0,,32610,"POLYGON ((685170 5616210, 690260 5616210, 690260 5621300, 685170 5621300, 685170 5616210))",509,POINT (-120.3423 50.69029),"10, 0, 685170, 0, -10, 5621300",1.0
17103,JHOMIRA,ROI_6923,20200331T190931_20200331T191525_T10UFB,S2A_MSIL1C_20200331T190931_N0209_R056_T10UFB_20200331T224827,2020-03-31T19:20:17Z,N02.14,4.3.0,1.5.0,1.00410577200448,0,0,0,164.056484427121,42.6016262288781,S1B_IW_GRDH_1SDV_20200402T141136_20200402T141201_020966_027C4D_342B,2020-04-02T14:11:36Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,50,scribble,low-cloudy,0,,32610,"POLYGON ((685170 5616210, 690260 5616210, 690260 5621300, 685170 5621300, 685170 5616210))",509,POINT (-120.3423 50.69029),"10, 0, 685170, 0, -10, 5621300",1.0
17104,JHOMIRA,ROI_6923,20191023T191441_20191023T191444_T10UFB,S2A_MSIL1C_20191023T191441_N0208_R056_T10UFB_20191023T210727,2019-10-23T19:20:25Z,N02.13,4.3.0,1.5.0,1.00888739937,0,0,0,172.544381815,27.2827999989,S1B_IW_GRDH_1SDV_20191022T141955_20191022T142020_018589_023062_420F,2019-10-22T14:19:55Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,50,scribble,almost-clear,0,,32610,"POLYGON ((685170 5616210, 690260 5616210, 690260 5621300, 685170 5621300, 685170 5616210))",509,POINT (-120.3423 50.69029),"10, 0, 685170, 0, -10, 5621300",1.0
17220,JHOMIRA,ROI_7040,20190531T081611_20190531T084641_T34JCL,S2A_MSIL1C_20190531T081611_N0207_R121_T34JCL_20190531T103726,2019-05-31T08:49:09Z,N02.12,4.3.0,1.5.0,0.974161941865,0,0,0,30.0247559601,30.6385302526,S1A_IW_GRDH_1SDV_20190602T172630_20190602T172655_027503_031A7D_5282,2019-06-02T17:26:30Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,20,scribble,cloudy,0,,32734,"POLYGON ((340450 6563300, 345540 6563300, 345540 6568390, 340450 6568390, 340450 6563300))",509,POINT (19.35497 -31.0306),"10, 0, 340450, 0, -10, 6568390",1.0
17221,JHOMIRA,ROI_7040,20191023T082009_20191023T084249_T34JCL,S2B_MSIL1C_20191023T082009_N0208_R121_T34JCL_20191023T134155,2019-10-23T08:49:07Z,N02.13,4.3.0,1.5.0,1.00863148476,0,0,0,53.8779362704,59.9940811847,S1A_IW_GRDH_1SDV_20191024T172637_20191024T172702_029603_035EE9_6696,2019-10-24T17:26:37Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,20,scribble,mid-cloudy,0,,32734,"POLYGON ((340450 6563300, 345540 6563300, 345540 6568390, 340450 6568390, 340450 6563300))",509,POINT (19.35497 -31.0306),"10, 0, 340450, 0, -10, 6568390",1.0
17222,JHOMIRA,ROI_7040,20200420T081559_20200420T083826_T34JCL,S2B_MSIL1C_20200420T081559_N0209_R121_T34JCL_20200420T120619,2020-04-20T08:49:01Z,N02.14,4.3.0,1.5.0,0.99294613106683,0,0,0,36.4437501176891,39.3496129568464,S1A_IW_GRDH_1SDV_20200421T172635_20200421T172700_032228_03BA5B_F7C5,2020-04-21T17:26:35Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,low-cloudy,0,,32734,"POLYGON ((340450 6563300, 345540 6563300, 345540 6568390, 340450 6568390, 340450 6563300))",509,POINT (19.35497 -31.0306),"10, 0, 340450, 0, -10, 6568390",1.0
17223,JHOMIRA,ROI_7040,20190111T082311_20190111T083838_T34JCL,S2A_MSIL1C_20190111T082311_N0207_R121_T34JCL_20190111T102302,2019-01-11T08:49:02Z,N02.11,4.3.0,1.5.0,1.03423353932,0,0,0,78.1541277266,61.4928508669,S1A_IW_GRDH_1SDV_20190109T172628_20190109T172653_025403_02D052_725C,2019-01-09T17:26:28Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,20,scribble,cloud-free,0,,32734,"POLYGON ((340450 6563300, 345540 6563300, 345540 6568390, 340450 6568390, 340450 6563300))",509,POINT (19.35497 -31.0306),"10, 0, 340450, 0, -10, 6568390",1.0
17224,JHOMIRA,ROI_7040,20200326T081601_20200326T084559_T34JCL,S2A_MSIL1C_20200326T081601_N0209_R121_T34JCL_20200326T110540,2020-03-26T08:49:02Z,N02.14,4.3.0,1.5.0,1.00722468742965,0,0,0,45.4539074165583,46.0813053175339,S1A_IW_GRDH_1SDV_20200328T172634_20200328T172659_031878_03AE05_80AA,2020-03-28T17:26:34Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,almost-clear,0,,32734,"POLYGON ((340450 6563300, 345540 6563300, 345540 6568390, 340450 6568390, 340450 6563300))",509,POINT (19.35497 -31.0306),"10, 0, 340450, 0, -10, 6568390",1.0
17610,JHOMIRA,ROI_7533,20200327T110651_20200327T111753_T30STD,S2A_MSIL1C_20200327T110651_N0209_R137_T30STD_20200327T113555,2020-03-27T11:21:33Z,N02.14,4.3.0,1.5.0,1.00658809158178,0,0,0,150.485653531954,54.6215941101361,S1A_IW_GRDH_1SDV_20200325T061946_20200325T062011_031828_03AC33_4B43,2020-03-25T06:19:46Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,mid-cloudy,0,,32630,"POLYGON ((282130 3870440, 287220 3870440, 287220 3875530, 282130 3875530, 282130 3870440))",509,POINT (-5.35878 34.97656),"10, 0, 282130, 0, -10, 3875530",1.0
17611,JHOMIRA,ROI_7533,20200503T105621_20200503T110846_T30STD,S2A_MSIL1C_20200503T105621_N0209_R094_T30STD_20200503T130649,2020-05-03T11:11:44Z,N02.14,4.3.0,1.5.0,0.985926479520269,0,0,0,136.830498043168,65.7954881074604,S1A_IW_GRDH_1SDV_20200504T182610_20200504T182635_032419_03C103_FBAA,2020-05-04T18:26:10Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,cloud-free,0,,32630,"POLYGON ((282130 3870440, 287220 3870440, 287220 3875530, 282130 3875530, 282130 3870440))",509,POINT (-5.35878 34.97656),"10, 0, 282130, 0, -10, 3875530",1.0
17612,JHOMIRA,ROI_7533,20180613T105621_20180613T110957_T30STD,S2A_MSIL1C_20180613T105621_N0206_R094_T30STD_20180613T131541,2018-06-13T11:09:57Z,N02.08,4.3.0,1.5.0,0.970310834802,0,0,0,121.870688047,70.7106388696,S1B_IW_GRDH_1SDV_20180614T182512_20180614T182537_011373_014E30_CDEE,2018-06-14T18:25:12Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,20,scribble,almost-clear,0,,32630,"POLYGON ((282130 3870440, 287220 3870440, 287220 3875530, 282130 3875530, 282130 3870440))",509,POINT (-5.35878 34.97656),"10, 0, 282130, 0, -10, 3875530",1.0
17613,JHOMIRA,ROI_7533,20190911T105629_20190911T110720_T30STD,S2B_MSIL1C_20190911T105629_N0208_R094_T30STD_20190911T144412,2019-09-11T11:11:42Z,N02.13,4.3.0,1.5.0,0.985270265717,0,0,0,148.706365362,56.0161993231,S1B_IW_GRDH_1SDV_20190909T061901_20190909T061926_017957_021CE8_D36D,2019-09-09T06:19:01Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,20,scribble,low-cloudy,0,,32630,"POLYGON ((282130 3870440, 287220 3870440, 287220 3875530, 282130 3875530, 282130 3870440))",509,POINT (-5.35878 34.97656),"10, 0, 282130, 0, -10, 3875530",1.0
17614,JHOMIRA,ROI_7533,20190402T110621_20190402T112046_T30STD,S2A_MSIL1C_20190402T110621_N0207_R137_T30STD_20190402T132718,2019-04-02T11:21:37Z,N02.11,4.3.0,1.5.0,1.00355032402,0,0,0,149.670648587,56.6442080646,S1A_IW_GRDH_1SDV_20190331T061940_20190331T062005_026578_02FACB_F2BE,2019-03-31T06:19:40Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,20,scribble,cloudy,0,,32630,"POLYGON ((282130 3870440, 287220 3870440, 287220 3875530, 282130 3875530, 282130 3870440))",509,POINT (-5.35878 34.97656),"10, 0, 282130, 0, -10, 3875530",1.0
17615,JHOMIRA,ROI_7541,20190125T103319_20190125T103321_T31SEA,S2B_MSIL1C_20190125T103319_N0207_R108_T31SEA_20190125T124237,2019-01-25T10:40:53Z,N02.11,4.3.0,1.5.0,1.03262186867,0,0,0,158.567342944,31.5806774975,S1B_IW_GRDH_1SDV_20190127T174442_20190127T174507_014683_01B5F0_503F,2019-01-27T17:44:42Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,low-cloudy,0,,32631,"POLYGON ((570860 4036840, 575950 4036840, 575950 4041930, 570860 4041930, 570860 4036840))",509,POINT (3.819621 36.49698),"10, 0, 570860, 0, -10, 4041930",1.0
17616,JHOMIRA,ROI_7541,20180209T103149_20180209T103843_T31SEA,S2B_MSIL1C_20180209T103149_N0206_R108_T31SEA_20180209T141759,2018-02-09T10:38:43Z,N02.06,4.3.0,1.5.0,1.02867921144,0,0,0,156.323822979,35.5522905101,S1A_IW_GRDH_1SDV_20180208T054603_20180208T054628_020511_02315A_A228,2018-02-08T05:46:03Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - DPA,2.84,1.0,30,scribble,cloudy,0,,32631,"POLYGON ((570860 4036840, 575950 4036840, 575950 4041930, 570860 4041930, 570860 4036840))",509,POINT (3.819621 36.49698),"10, 0, 570860, 0, -10, 4041930",1.0
17617,JHOMIRA,ROI_7541,20180709T103019_20180709T103418_T31SEA,S2B_MSIL1C_20180709T103019_N0206_R108_T31SEA_20180709T155649,2018-07-09T10:34:18Z,N02.08,4.3.0,1.5.0,0.967364248376,0,0,0,128.415167943,69.2394779891,S1B_IW_GRDH_1SDV_20180708T054518_20180708T054543_011715_0158CB_6DDE,2018-07-08T05:45:18Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,almost-clear,0,,32631,"POLYGON ((570860 4036840, 575950 4036840, 575950 4041930, 570860 4041930, 570860 4036840))",509,POINT (3.819621 36.49698),"10, 0, 570860, 0, -10, 4041930",1.0
17618,JHOMIRA,ROI_7541,20200320T102639_20200320T104035_T31SEA,S2B_MSIL1C_20200320T102639_N0209_R108_T31SEA_20200320T131753,2020-03-20T10:40:51Z,N02.14,4.3.0,1.5.0,1.01054719187716,0,0,0,151.305022191596,49.922083261188,S1B_IW_GRDH_1SDV_20200322T174448_20200322T174513_020808_027751_B5A4,2020-03-22T17:44:48Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32631,"POLYGON ((570860 4036840, 575950 4036840, 575950 4041930, 570860 4041930, 570860 4036840))",509,POINT (3.819621 36.49698),"10, 0, 570860, 0, -10, 4041930",1.0
17619,JHOMIRA,ROI_7541,20180306T103021_20180306T103221_T31SEA,S2A_MSIL1C_20180306T103021_N0206_R108_T31SEA_20180306T141753,2018-03-06T10:32:21Z,N02.06,4.3.0,1.5.0,1.01817802258,0,0,0,153.116487716,44.2596466372,S1A_IW_GRDH_1SDV_20180304T054602_20180304T054627_020861_023C76_FDCE,2018-03-04T05:46:02Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - UPA,2.84,1.0,30,scribble,mid-cloudy,0,,32631,"POLYGON ((570860 4036840, 575950 4036840, 575950 4041930, 570860 4041930, 570860 4036840))",509,POINT (3.819621 36.49698),"10, 0, 570860, 0, -10, 4041930",1.0
17620,JHOMIRA,ROI_7542,20190704T103029_20190704T103317_T31SEV,S2B_MSIL1C_20190704T103029_N0207_R108_T31SEV_20190704T131146,2019-07-04T10:41:17Z,N02.12,4.3.0,1.5.0,0.967457262256,0,0,0,125.93927793,70.371263199,S1B_IW_GRDH_1SDV_20190703T054549_20190703T054614_016965_01FEBD_2920,2019-07-03T05:45:49Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,low-cloudy,0,,32631,"POLYGON ((544840 3972180, 549930 3972180, 549930 3977270, 544840 3977270, 544840 3972180))",509,POINT (3.525194 35.91569),"10, 0, 544840, 0, -10, 3977270",1.0
17621,JHOMIRA,ROI_7542,20190204T103229_20190204T103727_T31SEV,S2B_MSIL1C_20190204T103229_N0207_R108_T31SEV_20190204T141425,2019-02-04T10:41:08Z,N02.11,4.3.0,1.5.0,1.03028842223,0,0,0,156.910278609,34.8965708251,S1A_IW_GRDH_1SDV_20190203T054609_20190203T054634_025761_02DD49_A11F,2019-02-03T05:46:09Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloudy,0,,32631,"POLYGON ((544840 3972180, 549930 3972180, 549930 3977270, 544840 3977270, 544840 3972180))",509,POINT (3.525194 35.91569),"10, 0, 544840, 0, -10, 3977270",1.0
17622,JHOMIRA,ROI_7542,20200224T103021_20200224T103424_T31SEV,S2A_MSIL1C_20200224T103021_N0209_R108_T31SEV_20200224T123554,2020-02-24T10:41:03Z,N02.14,4.3.0,1.5.0,1.02315404880408,0,0,0,154.129584736215,41.1965372224292,S1A_IW_GRDH_1SDV_20200222T054615_20200222T054640_031361_039BFC_275A,2020-02-22T05:46:15Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32631,"POLYGON ((544840 3972180, 549930 3972180, 549930 3977270, 544840 3977270, 544840 3972180))",509,POINT (3.525194 35.91569),"10, 0, 544840, 0, -10, 3977270",1.0
17623,JHOMIRA,ROI_7542,20191121T103239_20191121T103237_T31SEV,S2B_MSIL1C_20191121T103239_N0208_R108_T31SEV_20191121T114133,2019-11-21T10:41:05Z,N02.13,4.3.0,1.5.0,1.023445536,0,0,0,165.861762246,33.197592103,S1B_IW_GRDH_1SDV_20191123T174426_20191123T174451_019058_023F74_FD89,2019-11-23T17:44:26Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,mid-cloudy,0,,32631,"POLYGON ((544840 3972180, 549930 3972180, 549930 3977270, 544840 3977270, 544840 3972180))",509,POINT (3.525194 35.91569),"10, 0, 544840, 0, -10, 3977270",1.0
17624,JHOMIRA,ROI_7542,20180530T103019_20180530T103745_T31SEV,S2B_MSIL1C_20180530T103019_N0206_R108_T31SEV_20180530T124201,2018-05-30T10:37:45Z,N02.08,4.3.0,1.5.0,0.974369802421,0,0,0,131.528536038,70.6390402168,S1B_IW_GRDH_1SDV_20180601T174413_20180601T174438_011183_014840_5E68,2018-06-01T17:44:13Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - DPA,2.9,1.0,30,scribble,almost-clear,0,,32631,"POLYGON ((544840 3972180, 549930 3972180, 549930 3977270, 544840 3977270, 544840 3972180))",509,POINT (3.525194 35.91569),"10, 0, 544840, 0, -10, 3977270",1.0
17785,FERNANDO,ROI_7765,20190629T075619_20190629T081155_T36MVE,S2B_MSIL1C_20190629T075619_N0207_R035_T36MVE_20190629T101519,2019-06-29T08:20:24Z,N02.12,4.3.0,1.5.0,0.967796418173,0,0,0,41.9615757818,57.2912765783,S1B_IW_GRDH_1SDV_20190627T032735_20190627T032800_016876_01FC12_6243,2019-06-27T03:27:35Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,cloudy,0,,32736,"POLYGON ((445370 9944350, 450460 9944350, 450460 9949440, 445370 9949440, 445370 9944350))",509,POINT (32.53191 -0.4804413),"10, 0, 445370, 0, -10, 9949440",1.0
17786,FERNANDO,ROI_7765,20191231T080331_20191231T080917_T36MVE,S2A_MSIL1C_20191231T080331_N0208_R035_T36MVE_20191231T093046,2019-12-31T08:20:10Z,N02.13,4.3.0,1.5.0,1.03404426045,0,0,0,136.916887874,58.1781697373,S1B_IW_GRDH_1SDV_20191229T033555_20191229T033620_019574_024FDC_6207,2019-12-29T03:35:55Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,almost-clear,0,,32736,"POLYGON ((445370 9944350, 450460 9944350, 450460 9949440, 445370 9949440, 445370 9944350))",509,POINT (32.53191 -0.4804413),"10, 0, 445370, 0, -10, 9949440",1.0
17787,FERNANDO,ROI_7765,20200320T075621_20200320T080354_T36MVE,S2A_MSIL1C_20200320T075621_N0209_R035_T36MVE_20200320T094233,2020-03-20T08:20:12Z,N02.14,4.3.0,1.5.0,1.01060513805628,0,0,0,88.7052479451786,65.7950845512263,S1A_IW_GRDH_1SDV_20200321T160435_20200321T160500_031775_03AA5F_7291,2020-03-21T16:04:35Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,mid-cloudy,0,,32736,"POLYGON ((445370 9944350, 450460 9944350, 450460 9949440, 445370 9949440, 445370 9944350))",509,POINT (32.53191 -0.4804413),"10, 0, 445370, 0, -10, 9949440",1.0
17788,FERNANDO,ROI_7765,20200330T075611_20200330T080933_T36MVE,S2A_MSIL1C_20200330T075611_N0209_R035_T36MVE_20200330T100102,2020-03-30T08:20:12Z,N02.14,4.3.0,1.5.0,1.00494834183948,0,0,0,78.9223790064952,66.1383542263446,S1B_IW_GRDH_1SDV_20200329T032737_20200329T032802_020901_027A2E_2851,2020-03-29T03:27:37Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,80,scribble,low-cloudy,0,,32736,"POLYGON ((445370 9944350, 450460 9944350, 450460 9949440, 445370 9949440, 445370 9944350))",509,POINT (32.53191 -0.4804413),"10, 0, 445370, 0, -10, 9949440",1.0
17789,FERNANDO,ROI_7765,20191121T080231_20191121T080831_T36MVE,S2A_MSIL1C_20191121T080231_N0208_R035_T36MVE_20191121T093540,2019-11-21T08:20:17Z,N02.13,4.3.0,1.5.0,1.02340045084,0,0,0,137.675060456,63.3016743104,S1A_IW_GRDH_1SDV_20191122T160438_20191122T160503_030025_036DA1_9004,2019-11-22T16:04:38Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,80,scribble,cloud-free,0,,32736,"POLYGON ((445370 9944350, 450460 9944350, 450460 9949440, 445370 9949440, 445370 9944350))",509,POINT (32.53191 -0.4804413),"10, 0, 445370, 0, -10, 9949440",1.0
18085,FERNANDO,ROI_8235,20181225T065301_20181225T065301_T40RDN,S2A_MSIL1C_20181225T065301_N0207_R020_T40RDN_20181225T081107,2018-12-25T07:02:30Z,N02.11,4.3.0,1.5.0,1.03344117701,0,0,0,158.902815754,38.7920805504,S1A_IW_GRDH_1SDV_20181223T141609_20181223T141634_025154_02C744_94A3,2018-12-23T14:16:09Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,60,scribble,cloud-free,0,,32640,"POLYGON ((457830 2706410, 462920 2706410, 462920 2711500, 457830 2711500, 457830 2706410))",509,POINT (56.60891 24.4938),"10, 0, 457830, 0, -10, 2711500",1.0
18086,FERNANDO,ROI_8235,20191205T065239_20191205T065643_T40RDN,S2B_MSIL1C_20191205T065239_N0208_R020_T40RDN_20191205T085749,2019-12-05T07:02:31Z,N02.13,4.3.0,1.5.0,1.0287190861,0,0,0,161.136333365,40.5283208571,S1A_IW_GRDH_1SDV_20191206T141616_20191206T141641_030229_0374A7_C8FE,2019-12-06T14:16:16Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,60,scribble,mid-cloudy,0,,32640,"POLYGON ((457830 2706410, 462920 2706410, 462920 2711500, 457830 2711500, 457830 2706410))",509,POINT (56.60891 24.4938),"10, 0, 457830, 0, -10, 2711500",1.0
18087,FERNANDO,ROI_8235,20200702T064629_20200702T065853_T40RDN,S2B_MSIL1C_20200702T064629_N0209_R020_T40RDN_20200702T102933,2020-07-02T07:02:39Z,N02.14,4.3.0,1.5.0,0.967529123825689,0,0,0,92.1707199371505,72.7192898107149,S1A_IW_GRDH_1SDV_20200630T020736_20200630T020803_033240_03D9E3_5192,2020-06-30T02:07:36Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,60,scribble,almost-clear,0,,32640,"POLYGON ((457830 2706410, 462920 2706410, 462920 2711500, 457830 2711500, 457830 2706410))",509,POINT (56.60891 24.4938),"10, 0, 457830, 0, -10, 2711500",1.0
18088,FERNANDO,ROI_8235,20190414T064631_20190414T065820_T40RDN,S2A_MSIL1C_20190414T064631_N0207_R020_T40RDN_20190414T103102,2019-04-14T07:02:39Z,N02.11,4.3.0,1.5.0,0.996758275421,0,0,0,129.190919029,66.9870980215,S1A_IW_GRDH_1SDV_20190413T020726_20190413T020752_026765_0301AA_E7CC,2019-04-13T02:07:26Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,low-cloudy,0,,32640,"POLYGON ((457830 2706410, 462920 2706410, 462920 2711500, 457830 2711500, 457830 2706410))",509,POINT (56.60891 24.4938),"10, 0, 457830, 0, -10, 2711500",1.0
18089,FERNANDO,ROI_8235,20190114T065231_20190114T065228_T40RDN,S2A_MSIL1C_20190114T065231_N0207_R020_T40RDN_20190114T080552,2019-01-14T07:02:33Z,N02.11,4.3.0,1.5.0,1.03406514511,0,0,0,155.428982915,39.9072187716,S1A_IW_GRDH_1SDV_20190116T141608_20190116T141633_025504_02D3E5_4B2F,2019-01-16T14:16:08Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,cloudy,0,,32640,"POLYGON ((457830 2706410, 462920 2706410, 462920 2711500, 457830 2711500, 457830 2706410))",509,POINT (56.60891 24.4938),"10, 0, 457830, 0, -10, 2711500",1.0
18240,FERNANDO,ROI_8372,20181227T064259_20181227T065036_T40QDJ,S2B_MSIL1C_20181227T064259_N0207_R120_T40QDJ_20181227T084435,2018-12-27T06:53:36Z,N02.11,4.3.0,1.5.0,1.03368853402,0,0,0,154.960790553,41.2923565017,S1A_IW_GRDH_1SDV_20181228T142331_20181228T142356_025227_02C9FC_9BBD,2018-12-28T14:23:31Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,60,scribble,cloud-free,0,,32640,"POLYGON ((457490 2340420, 462580 2340420, 462580 2345510, 457490 2345510, 457490 2340420))",509,POINT (56.61498 21.18766),"10, 0, 457490, 0, -10, 2345510",1.0
18241,FERNANDO,ROI_8372,20200126T064141_20200126T064135_T40QDJ,S2A_MSIL1C_20200126T064141_N0208_R120_T40QDJ_20200126T075934,2020-01-26T06:53:33Z,N02.13,4.3.0,1.5.0,1.03252078409,0,0,0,148.862128713,44.0004644276,S1A_IW_GRDH_1SDV_20200128T142336_20200128T142401_031002_038F98_D2CA,2020-01-28T14:23:36Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,60,scribble,almost-clear,0,,32640,"POLYGON ((457490 2340420, 462580 2340420, 462580 2345510, 457490 2345510, 457490 2340420))",509,POINT (56.61498 21.18766),"10, 0, 457490, 0, -10, 2345510",1.0
18242,FERNANDO,ROI_8372,20190312T063651_20190312T064749_T40QDJ,S2A_MSIL1C_20190312T063651_N0207_R120_T40QDJ_20190312T101738,2019-03-12T06:53:35Z,N02.11,4.3.0,1.5.0,1.01534105448,0,0,0,135.506544467,56.9561764528,S1A_IW_GRDH_1SDV_20190310T142329_20190310T142354_026277_02EFCA_28F9,2019-03-10T14:23:29Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,60,scribble,mid-cloudy,0,,32640,"POLYGON ((457490 2340420, 462580 2340420, 462580 2345510, 457490 2345510, 457490 2340420))",509,POINT (56.61498 21.18766),"10, 0, 457490, 0, -10, 2345510",1.0
18243,FERNANDO,ROI_8372,20191222T064259_20191222T064945_T40QDJ,S2B_MSIL1C_20191222T064259_N0208_R120_T40QDJ_20191222T091653,2019-12-22T06:53:35Z,N02.13,4.3.0,1.5.0,1.03294206341,0,0,0,155.741295744,41.4411831415,S1A_IW_GRDH_1SDV_20191223T142337_20191223T142402_030477_037D47_30AC,2019-12-23T14:23:37Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,60,scribble,low-cloudy,0,,32640,"POLYGON ((457490 2340420, 462580 2340420, 462580 2345510, 457490 2345510, 457490 2340420))",509,POINT (56.61498 21.18766),"10, 0, 457490, 0, -10, 2345510",1.0
18244,FERNANDO,ROI_8372,20190730T063631_20190730T065240_T40QDJ,S2A_MSIL1C_20190730T063631_N0208_R120_T40QDJ_20190730T084250,2019-07-30T06:53:44Z,N02.13,4.3.0,1.5.0,0.969482018325,0,0,0,93.6223110888,69.5152236093,S1A_IW_GRDH_1SDV_20190801T142336_20190801T142401_028377_0334EA_0119,2019-08-01T14:23:36Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,60,scribble,cloudy,0,,32640,"POLYGON ((457490 2340420, 462580 2340420, 462580 2345510, 457490 2345510, 457490 2340420))",509,POINT (56.61498 21.18766),"10, 0, 457490, 0, -10, 2345510",1.0
18290,FERNANDO,ROI_8429,20180124T110331_20180124T110951_T30SUG,S2A_MSIL1C_20180124T110331_N0206_R094_T30SUG_20180124T195834,2018-01-24T11:09:51Z,N02.06,4.3.0,1.5.0,1.03274520156,0,0,0,158.058594799,30.3648642806,S1A_IW_GRDH_1SDV_20180123T061843_20180123T061908_020278_0229F1_6AB6,2018-01-23T06:18:43Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - UPA,2.84,1.0,10,scribble,cloud-free,0,,32630,"POLYGON ((340370 4123880, 345460 4123880, 345460 4128970, 340370 4128970, 340370 4123880))",509,POINT (-4.77171 37.27116),"10, 0, 340370, 0, -10, 4128970",1.0
18291,FERNANDO,ROI_8429,20190320T105741_20190320T110833_T30SUG,S2A_MSIL1C_20190320T105741_N0207_R094_T30SUG_20190320T162256,2019-03-20T11:10:51Z,N02.11,4.3.0,1.5.0,1.01092250213,0,0,0,150.83239684,48.5611479696,S1A_IW_GRDH_1SDV_20190319T061849_20190319T061914_026403_02F45D_BFC4,2019-03-19T06:18:49Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloudy,0,,32630,"POLYGON ((340370 4123880, 345460 4123880, 345460 4128970, 340370 4128970, 340370 4123880))",509,POINT (-4.77171 37.27116),"10, 0, 340370, 0, -10, 4128970",1.0
18292,FERNANDO,ROI_8429,20190201T111301_20190201T111300_T30SUG,S2A_MSIL1C_20190201T111301_N0207_R137_T30SUG_20190201T131103,2019-02-01T11:20:46Z,N02.11,4.3.0,1.5.0,1.03108030137,0,0,0,159.606958826,32.928905811,S1A_IW_GRDH_1SDV_20190130T061850_20190130T061915_025703_02DB21_EC99,2019-01-30T06:18:50Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,low-cloudy,0,,32630,"POLYGON ((340370 4123880, 345460 4123880, 345460 4128970, 340370 4128970, 340370 4123880))",509,POINT (-4.77171 37.27116),"10, 0, 340370, 0, -10, 4128970",1.0
18293,FERNANDO,ROI_8429,20190726T110629_20190726T111240_T30SUG,S2B_MSIL1C_20190726T110629_N0208_R137_T30SUG_20190726T122036,2019-07-26T11:20:58Z,N02.13,4.3.0,1.5.0,0.96879594326,0,0,0,137.772722568,67.2092694326,S1B_IW_GRDH_1SDV_20190728T062620_20190728T062645_017330_020970_84A7,2019-07-28T06:26:20Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,almost-clear,0,,32630,"POLYGON ((340370 4123880, 345460 4123880, 345460 4128970, 340370 4128970, 340370 4123880))",509,POINT (-4.77171 37.27116),"10, 0, 340370, 0, -10, 4128970",1.0
18294,FERNANDO,ROI_8429,20180512T110619_20180512T111530_T30SUG,S2B_MSIL1C_20180512T110619_N0206_R137_T30SUG_20180512T170024,2018-05-12T11:15:30Z,N02.06,4.3.0,1.5.0,0.981717715388,0,0,0,144.718455869,67.3911281147,S1A_IW_GRDH_1SDV_20180511T061845_20180511T061910_021853_025BC8_E4F0,2018-05-11T06:18:45Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,10,scribble,mid-cloudy,0,,32630,"POLYGON ((340370 4123880, 345460 4123880, 345460 4128970, 340370 4128970, 340370 4123880))",509,POINT (-4.77171 37.27116),"10, 0, 340370, 0, -10, 4128970",1.0
18295,FERNANDO,ROI_8431,20190419T105621_20190419T110407_T30SUF,S2A_MSIL1C_20190419T105621_N0207_R094_T30SUF_20190419T130656,2019-04-19T11:11:11Z,N02.11,4.3.0,1.5.0,0.993832481275,0,0,0,145.224729212,60.5199707114,S1B_IW_GRDH_1SDV_20190417T181734_20190417T181759_015850_01DC48_7B8E,2019-04-17T18:17:34Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,mid-cloudy,0,,32630,"POLYGON ((349930 4045550, 355020 4045550, 355020 4050640, 349930 4050640, 349930 4045550))",509,POINT (-4.64866 36.56691),"10, 0, 349930, 0, -10, 4050640",1.0
18296,FERNANDO,ROI_8431,20200508T105619_20200508T110851_T30SUF,S2B_MSIL1C_20200508T105619_N0209_R094_T30SUF_20200508T130052,2020-05-08T11:11:06Z,N02.14,4.3.0,1.5.0,0.983435999087302,0,0,0,139.538957817995,66.1270126861765,S1B_IW_GRDH_1SDV_20200506T061835_20200506T061900_021457_028BE0_4681,2020-05-06T06:18:35Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,low-cloudy,0,,32630,"POLYGON ((349930 4045550, 355020 4045550, 355020 4050640, 349930 4050640, 349930 4045550))",509,POINT (-4.64866 36.56691),"10, 0, 349930, 0, -10, 4050640",1.0
18297,FERNANDO,ROI_8431,20180213T110141_20180213T110143_T30SUF,S2A_MSIL1C_20180213T110141_N0206_R094_T30SUF_20180213T131320,2018-02-13T11:01:43Z,N02.06,4.3.0,1.5.0,1.02729838507,0,0,0,155.016788372,36.5882939838,S1A_IW_GRDH_1SDV_20180215T181755_20180215T181820_020621_0234DF_FE2B,2018-02-15T18:17:55Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - UPA,2.84,1.0,30,scribble,cloud-free,0,,32630,"POLYGON ((349930 4045550, 355020 4045550, 355020 4050640, 349930 4050640, 349930 4045550))",509,POINT (-4.64866 36.56691),"10, 0, 349930, 0, -10, 4050640",1.0
18298,FERNANDO,ROI_8431,20190409T105621_20190409T111014_T30SUF,S2A_MSIL1C_20190409T105621_N0207_R094_T30SUF_20190409T131851,2019-04-09T11:11:10Z,N02.11,4.3.0,1.5.0,0.999523140238,0,0,0,147.304745879,57.0322813998,S1A_IW_GRDH_1SDV_20190411T181802_20190411T181827_026746_0300F5_240F,2019-04-11T18:18:02Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,cloudy,0,,32630,"POLYGON ((349930 4045550, 355020 4045550, 355020 4050640, 349930 4050640, 349930 4045550))",509,POINT (-4.64866 36.56691),"10, 0, 349930, 0, -10, 4050640",1.0
18299,FERNANDO,ROI_8431,20190906T105621_20190906T110842_T30SUF,S2A_MSIL1C_20190906T105621_N0208_R094_T30SUF_20190906T130522,2019-09-06T11:11:07Z,N02.13,4.3.0,1.5.0,0.982811754377,0,0,0,149.467778406,56.3624517624,S1B_IW_GRDH_1SDV_20190908T181742_20190908T181807_017950_021CAA_F833,2019-09-08T18:17:42Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,30,scribble,almost-clear,0,,32630,"POLYGON ((349930 4045550, 355020 4045550, 355020 4050640, 349930 4050640, 349930 4045550))",509,POINT (-4.64866 36.56691),"10, 0, 349930, 0, -10, 4050640",1.0
18300,FERNANDO,ROI_8432,20200513T105621_20200513T110348_T30STF,S2A_MSIL1C_20200513T105621_N0209_R094_T30STF_20200513T130613,2020-05-13T11:11:16Z,N02.14,4.3.0,1.5.0,0.981075381479777,0,0,0,135.65875629757,66.6276290282168,S1A_IW_GRDH_1SDV_20200512T061923_20200512T061948_032528_03C467_9AE0,2020-05-12T06:19:23Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32630,"POLYGON ((283070 4013450, 288160 4013450, 288160 4018540, 283070 4018540, 283070 4013450))",509,POINT (-5.386487 36.2651),"10, 0, 283070, 0, -10, 4018540",1.0
18301,FERNANDO,ROI_8432,20200501T110619_20200501T111347_T30STF,S2B_MSIL1C_20200501T110619_N0209_R137_T30STF_20200501T122334,2020-05-01T11:21:04Z,N02.14,4.3.0,1.5.0,0.9869516601948,0,0,0,144.446548042613,65.0519769634987,S1A_IW_GRDH_1SDV_20200430T061922_20200430T061947_032353_03BEA5_3A06,2020-04-30T06:19:22Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloud-free,0,,32630,"POLYGON ((283070 4013450, 288160 4013450, 288160 4018540, 283070 4018540, 283070 4013450))",509,POINT (-5.386487 36.2651),"10, 0, 283070, 0, -10, 4018540",1.0
18302,FERNANDO,ROI_8432,20190613T105629_20190613T110914_T30STF,S2B_MSIL1C_20190613T105629_N0207_R094_T30STF_20190613T132052,2019-06-13T11:11:19Z,N02.12,4.3.0,1.5.0,0.970380842262,0,0,0,125.783660294,69.6022283003,S1A_IW_GRDH_1SDV_20190611T061917_20190611T061942_027628_031E39_6061,2019-06-11T06:19:17Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,low-cloudy,0,,32630,"POLYGON ((283070 4013450, 288160 4013450, 288160 4018540, 283070 4018540, 283070 4013450))",509,POINT (-5.386487 36.2651),"10, 0, 283070, 0, -10, 4018540",1.0
18303,FERNANDO,ROI_8432,20190825T110629_20190825T111008_T30STF,S2B_MSIL1C_20190825T110629_N0208_R137_T30STF_20190825T122017,2019-08-25T11:21:13Z,N02.13,4.3.0,1.5.0,0.97749128001,0,0,0,146.732708169,60.480646749,S1A_IW_GRDH_1SDV_20190827T062717_20190827T062742_028751_034175_47BB,2019-08-27T06:27:17Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32630,"POLYGON ((283070 4013450, 288160 4013450, 288160 4018540, 283070 4018540, 283070 4013450))",509,POINT (-5.386487 36.2651),"10, 0, 283070, 0, -10, 4018540",1.0
18304,FERNANDO,ROI_8432,20190226T111049_20190226T111048_T30STF,S2B_MSIL1C_20190226T111049_N0207_R137_T30STF_20190226T163538,2019-02-26T11:21:07Z,N02.11,4.3.0,1.5.0,1.02211910774,0,0,0,155.006068895,41.4641215618,S1A_IW_GRDH_1SDV_20190228T062709_20190228T062734_026126_02EA39_1F74,2019-02-28T06:27:09Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloudy,0,,32630,"POLYGON ((283070 4013450, 288160 4013450, 288160 4018540, 283070 4018540, 283070 4013450))",509,POINT (-5.386487 36.2651),"10, 0, 283070, 0, -10, 4018540",1.0
18305,FERNANDO,ROI_8433,20200526T110631_20200526T112106_T30STE,S2A_MSIL1C_20200526T110631_N0209_R137_T30STE_20200526T131215,2020-05-26T11:21:28Z,N02.14,4.3.0,1.5.0,0.975654598945146,0,0,0,134.453422859029,70.7704899719999,S1A_IW_GRDH_1SDV_20200524T061923_20200524T061948_032703_03C9B6_BC56,2020-05-24T06:19:23Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32630,"POLYGON ((279620 3968850, 284710 3968850, 284710 3973940, 279620 3973940, 279620 3968850))",509,POINT (-5.412557 35.86258),"10, 0, 279620, 0, -10, 3973940",1.0
18306,FERNANDO,ROI_8433,20190904T110619_20190904T110850_T30STE,S2B_MSIL1C_20190904T110619_N0208_R137_T30STE_20190904T122046,2019-09-04T11:21:24Z,N02.13,4.3.0,1.5.0,0.981868259226,0,0,0,150.417782533,58.3705992344,S1A_IW_GRDH_1SDV_20190903T061923_20190903T061948_028853_034501_A26A,2019-09-03T06:19:23Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32630,"POLYGON ((279620 3968850, 284710 3968850, 284710 3973940, 279620 3973940, 279620 3968850))",509,POINT (-5.412557 35.86258),"10, 0, 279620, 0, -10, 3973940",1.0
18307,FERNANDO,ROI_8433,20200503T105621_20200503T110846_T30STE,S2A_MSIL1C_20200503T105621_N0209_R094_T30STE_20200503T130649,2020-05-03T11:11:29Z,N02.14,4.3.0,1.5.0,0.985926479520269,0,0,0,137.993394829484,65.0820608423643,S1A_IW_GRDH_1SDV_20200504T182610_20200504T182635_032419_03C103_FBAA,2020-05-04T18:26:10Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloud-free,0,,32630,"POLYGON ((279620 3968850, 284710 3968850, 284710 3973940, 279620 3973940, 279620 3968850))",509,POINT (-5.412557 35.86258),"10, 0, 279620, 0, -10, 3973940",1.0
18308,FERNANDO,ROI_8433,20180611T110619_20180611T111927_T30STE,S2B_MSIL1C_20180611T110619_N0206_R137_T30STE_20180611T163346,2018-06-11T11:19:27Z,N02.08,4.3.0,1.5.0,0.970788345489,0,0,0,129.24586386,71.7658937798,S1B_IW_GRDH_1SDV_20180610T061824_20180610T061849_011307_014C2C_F244,2018-06-10T06:18:24Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - DPA,2.9,1.0,10,scribble,low-cloudy,0,,32630,"POLYGON ((279620 3968850, 284710 3968850, 284710 3973940, 279620 3973940, 279620 3968850))",509,POINT (-5.412557 35.86258),"10, 0, 279620, 0, -10, 3973940",1.0
18309,FERNANDO,ROI_8433,20190825T110629_20190825T111008_T30STE,S2B_MSIL1C_20190825T110629_N0208_R137_T30STE_20190825T122017,2019-08-25T11:21:27Z,N02.13,4.3.0,1.5.0,0.97749128001,0,0,0,146.0014733,61.2715012111,S1A_IW_GRDH_1SDV_20190826T182610_20190826T182635_028744_034135_3AC6,2019-08-26T18:26:10Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,cloudy,0,,32630,"POLYGON ((279620 3968850, 284710 3968850, 284710 3973940, 279620 3973940, 279620 3968850))",509,POINT (-5.412557 35.86258),"10, 0, 279620, 0, -10, 3973940",1.0
18310,FERNANDO,ROI_8434,20200228T105859_20200228T110733_T30SUD,S2B_MSIL1C_20200228T105859_N0209_R094_T30SUD_20200228T131110,2020-02-28T11:11:34Z,N02.14,4.3.0,1.5.0,1.0213464811155,0,0,0,152.512906308301,43.2588976013589,S1A_IW_GRDH_1SDV_20200229T181743_20200229T181808_031471_039FB5_DB32,2020-02-29T18:17:43Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32630,"POLYGON ((361340 3875020, 366430 3875020, 366430 3880110, 361340 3880110, 361340 3875020))",509,POINT (-4.49216 35.0316),"10, 0, 361340, 0, -10, 3880110",1.0
18311,FERNANDO,ROI_8434,20190906T105621_20190906T110842_T30SUD,S2A_MSIL1C_20190906T105621_N0208_R094_T30SUD_20190906T130522,2019-09-06T11:11:36Z,N02.13,4.3.0,1.5.0,0.982811754377,0,0,0,148.285278645,57.9721158731,S1B_IW_GRDH_1SDV_20190908T181717_20190908T181742_017950_021CAA_D430,2019-09-08T18:17:17Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,30,scribble,low-cloudy,0,,32630,"POLYGON ((361340 3875020, 366430 3875020, 366430 3880110, 361340 3880110, 361340 3875020))",509,POINT (-4.49216 35.0316),"10, 0, 361340, 0, -10, 3880110",1.0
18312,FERNANDO,ROI_8434,20200413T105621_20200413T110411_T30SUD,S2A_MSIL1C_20200413T105621_N0209_R094_T30SUD_20200413T132454,2020-04-13T11:11:36Z,N02.14,4.3.0,1.5.0,0.996831234582808,0,0,0,144.89469013517,60.2879640230681,S1B_IW_GRDH_1SDV_20200412T061859_20200412T061924_021107_0280CD_B154,2020-04-12T06:18:59Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloudy,0,,32630,"POLYGON ((361340 3875020, 366430 3875020, 366430 3880110, 361340 3880110, 361340 3875020))",509,POINT (-4.49216 35.0316),"10, 0, 361340, 0, -10, 3880110",1.0
18313,FERNANDO,ROI_8434,20190504T105629_20190504T110014_T30SUD,S2B_MSIL1C_20190504T105629_N0207_R094_T30SUD_20190504T134936,2019-05-04T11:11:45Z,N02.11,4.3.0,1.5.0,0.985772898511,0,0,0,138.912440898,66.4471316938,S1A_IW_GRDH_1SDV_20190505T181738_20190505T181803_027096_030DB0_C139,2019-05-05T18:17:38Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,almost-clear,0,,32630,"POLYGON ((361340 3875020, 366430 3875020, 366430 3880110, 361340 3880110, 361340 3875020))",509,POINT (-4.49216 35.0316),"10, 0, 361340, 0, -10, 3880110",1.0
18314,FERNANDO,ROI_8434,20200602T105631_20200602T110632_T30SUD,S2A_MSIL1C_20200602T105631_N0209_R094_T30SUD_20200602T130515,2020-06-02T11:11:43Z,N02.14,4.3.0,1.5.0,0.973234288514179,0,0,0,127.095773762721,71.1450509600588,S1A_IW_GRDH_1SDV_20200604T181746_20200604T181811_032871_03CEB2_F49E,2020-06-04T18:17:46Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,mid-cloudy,0,,32630,"POLYGON ((361340 3875020, 366430 3875020, 366430 3880110, 361340 3880110, 361340 3875020))",509,POINT (-4.49216 35.0316),"10, 0, 361340, 0, -10, 3880110",1.0
18320,FERNANDO,ROI_8441,20200403T105621_20200403T110740_T30SVF,S2A_MSIL1C_20200403T105621_N0209_R094_T30SVF_20200403T130550,2020-04-03T11:11:00Z,N02.14,4.3.0,1.5.0,1.0025764436602,0,0,0,149.963763421024,55.5272931038774,S1A_IW_GRDH_1SDV_20200401T061044_20200401T061109_031930_03AFC3_B964,2020-04-01T06:10:44Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,almost-clear,0,,32630,"POLYGON ((482810 4067090, 487900 4067090, 487900 4072180, 482810 4072180, 482810 4067090))",509,POINT (-3.164107 36.77238),"10, 0, 482810, 0, -10, 4072180",1.0
18321,FERNANDO,ROI_8441,20180608T105649_20180608T110550_T30SVF,S2B_MSIL1C_20180608T105649_N0206_R094_T30SVF_20180608T120643,2018-06-08T11:05:50Z,N02.08,4.3.0,1.5.0,0.971572746073,0,0,0,131.355221792,70.8491578117,S1B_IW_GRDH_1SDV_20180610T061824_20180610T061849_011307_014C2C_F244,2018-06-10T06:18:24Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - DPA,2.9,0.807990551217573,30,scribble,cloud-free,0,,32630,"POLYGON ((482810 4067090, 487900 4067090, 487900 4072180, 482810 4072180, 482810 4067090))",509,POINT (-3.164107 36.77238),"10, 0, 482810, 0, -10, 4072180",1.0
18322,FERNANDO,ROI_8441,20180310T105849_20180310T110908_T30SVF,S2B_MSIL1C_20180310T105849_N0206_R094_T30SVF_20180310T130511,2018-03-10T11:09:08Z,N02.06,4.3.0,1.5.0,1.01613212756,0,0,0,153.16837301,45.9576494822,S1A_IW_GRDH_1SDV_20180312T061843_20180312T061908_020978_024034_2EF0,2018-03-12T06:18:43Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - DPA,2.84,1.0,30,scribble,mid-cloudy,0,,32630,"POLYGON ((482810 4067090, 487900 4067090, 487900 4072180, 482810 4072180, 482810 4067090))",509,POINT (-3.164107 36.77238),"10, 0, 482810, 0, -10, 4072180",1.0
18323,FERNANDO,ROI_8441,20190404T105619_20190404T111048_T30SVF,S2B_MSIL1C_20190404T105619_N0207_R094_T30SVF_20190404T135126,2019-04-04T11:11:08Z,N02.11,4.3.0,1.5.0,1.00240278942,0,0,0,149.977869737,55.6306808238,S1B_IW_GRDH_1SDV_20190406T061827_20190406T061852_015682_01D6BD_9E8B,2019-04-06T06:18:27Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,0.804443398010661,30,scribble,cloudy,0,,32630,"POLYGON ((482810 4067090, 487900 4067090, 487900 4072180, 482810 4072180, 482810 4067090))",509,POINT (-3.164107 36.77238),"10, 0, 482810, 0, -10, 4072180",1.0
18324,FERNANDO,ROI_8441,20180218T110109_20180218T110529_T30SVF,S2B_MSIL1C_20180218T110109_N0206_R094_T30SVF_20180218T162525,2018-02-18T11:05:29Z,N02.06,4.3.0,1.5.0,1.02540080584,0,0,0,155.607723429,38.5905050216,S1B_IW_GRDH_1SDV_20180217T061008_20180217T061033_009659_0116BD_15AB,2018-02-17T06:10:08Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - DPA,2.84,1.0,30,scribble,low-cloudy,0,,32630,"POLYGON ((482810 4067090, 487900 4067090, 487900 4072180, 482810 4072180, 482810 4067090))",509,POINT (-3.164107 36.77238),"10, 0, 482810, 0, -10, 4072180",1.0
18325,FERNANDO,ROI_8445,20190419T105621_20190419T110407_T30SUF,S2A_MSIL1C_20190419T105621_N0207_R094_T30SUF_20190419T130656,2019-04-19T11:11:11Z,N02.11,4.3.0,1.5.0,0.993832481275,0,0,0,145.224729212,60.5199707114,S1B_IW_GRDH_1SDV_20190417T181734_20190417T181759_015850_01DC48_7B8E,2019-04-17T18:17:34Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,50,scribble,mid-cloudy,0,,32630,"POLYGON ((364110 4058810, 369200 4058810, 369200 4063900, 364110 4063900, 364110 4058810))",509,POINT (-4.492546 36.6885),"10, 0, 364110, 0, -10, 4063900",1.0
18326,FERNANDO,ROI_8445,20200607T105619_20200607T110855_T30SUF,S2B_MSIL1C_20200607T105619_N0209_R094_T30SUF_20200607T130135,2020-06-07T11:11:10Z,N02.14,4.3.0,1.5.0,0.971739287372427,0,0,0,129.211779663653,70.169388416417,S1A_IW_GRDH_1SDV_20200605T061859_20200605T061924_032878_03CEE7_2FE6,2020-06-05T06:18:59Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,50,scribble,low-cloudy,0,,32630,"POLYGON ((364110 4058810, 369200 4058810, 369200 4063900, 364110 4063900, 364110 4058810))",509,POINT (-4.492546 36.6885),"10, 0, 364110, 0, -10, 4063900",1.0
18327,FERNANDO,ROI_8445,20191105T110231_20191105T110442_T30SUF,S2A_MSIL1C_20191105T110231_N0208_R094_T30SUF_20191105T113410,2019-11-05T11:11:11Z,N02.13,4.3.0,1.5.0,1.0157758191,0,0,0,164.727582802,36.4344992274,S1B_IW_GRDH_1SDV_20191107T181743_20191107T181808_018825_0237F7_A69F,2019-11-07T18:17:43Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,50,scribble,almost-clear,0,,32630,"POLYGON ((364110 4058810, 369200 4058810, 369200 4063900, 364110 4063900, 364110 4058810))",509,POINT (-4.492546 36.6885),"10, 0, 364110, 0, -10, 4063900",1.0
18328,FERNANDO,ROI_8445,20190409T105621_20190409T111014_T30SUF,S2A_MSIL1C_20190409T105621_N0207_R094_T30SUF_20190409T131851,2019-04-09T11:11:10Z,N02.11,4.3.0,1.5.0,0.999523140238,0,0,0,147.304745879,57.0322813998,S1A_IW_GRDH_1SDV_20190411T181827_20190411T181852_026746_0300F5_E3EF,2019-04-11T18:18:27Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,0.870056082846677,50,scribble,cloudy,0,,32630,"POLYGON ((364110 4058810, 369200 4058810, 369200 4063900, 364110 4063900, 364110 4058810))",509,POINT (-4.492546 36.6885),"10, 0, 364110, 0, -10, 4063900",1.0
18329,FERNANDO,ROI_8445,20200513T105621_20200513T110348_T30SUF,S2A_MSIL1C_20200513T105621_N0209_R094_T30SUF_20200513T130613,2020-05-13T11:11:13Z,N02.14,4.3.0,1.5.0,0.981075381479777,0,0,0,137.865264028482,67.2202999673589,S1A_IW_GRDH_1SDV_20200512T061858_20200512T061923_032528_03C467_027D,2020-05-12T06:18:58Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,50,scribble,cloud-free,0,,32630,"POLYGON ((364110 4058810, 369200 4058810, 369200 4063900, 364110 4063900, 364110 4058810))",509,POINT (-4.492546 36.6885),"10, 0, 364110, 0, -10, 4063900",1.0
18330,FERNANDO,ROI_8448,20180320T105739_20180320T110436_T30SVG,S2B_MSIL1C_20180320T105739_N0206_R094_T30SVG_20180320T144502,2018-03-20T11:04:36Z,N02.06,4.3.0,1.5.0,1.01075553749,0,0,0,152.363560483,49.0630142791,S1A_IW_GRDH_1SDV_20180318T181011_20180318T181036_021073_024323_288A,2018-03-18T18:10:11Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - DPA,2.9,1.0,10,scribble,mid-cloudy,0,,32630,"POLYGON ((452740 4135400, 457830 4135400, 457830 4140490, 452740 4140490, 452740 4135400))",509,POINT (-3.505122 37.38718),"10, 0, 452740, 0, -10, 4140490",1.0
18331,FERNANDO,ROI_8448,20200607T105619_20200607T110855_T30SVG,S2B_MSIL1C_20200607T105619_N0209_R094_T30SVG_20200607T130135,2020-06-07T11:10:52Z,N02.14,4.3.0,1.5.0,0.971739287372427,0,0,0,133.252880319485,70.1918849032496,S1B_IW_GRDH_1SDV_20200605T180931_20200605T180956_021902_029910_586C,2020-06-05T18:09:31Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32630,"POLYGON ((452740 4135400, 457830 4135400, 457830 4140490, 452740 4140490, 452740 4135400))",509,POINT (-3.505122 37.38718),"10, 0, 452740, 0, -10, 4140490",1.0
18332,FERNANDO,ROI_8448,20180409T105619_20180409T110405_T30SVG,S2B_MSIL1C_20180409T105619_N0206_R094_T30SVG_20180409T121646,2018-04-09T11:04:05Z,N02.06,4.3.0,1.5.0,0.999349824586,0,0,0,149.6902387,56.7704296735,S1B_IW_GRDH_1SDV_20180411T061756_20180411T061821_010432_013019_B703,2018-04-11T06:17:56Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,10,scribble,low-cloudy,0,,32630,"POLYGON ((452740 4135400, 457830 4135400, 457830 4140490, 452740 4140490, 452740 4135400))",509,POINT (-3.505122 37.38718),"10, 0, 452740, 0, -10, 4140490",1.0
18333,FERNANDO,ROI_8448,20180519T105619_20180519T110334_T30SVG,S2B_MSIL1C_20180519T105619_N0206_R094_T30SVG_20180519T132003,2018-05-19T11:03:34Z,N02.06,4.3.0,1.5.0,0.978604192653,0,0,0,139.511500562,68.088755971,S1A_IW_GRDH_1SDV_20180517T181013_20180517T181038_021948_025EB7_CF95,2018-05-17T18:10:13Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,10,scribble,almost-clear,0,,32630,"POLYGON ((452740 4135400, 457830 4135400, 457830 4140490, 452740 4140490, 452740 4135400))",509,POINT (-3.505122 37.38718),"10, 0, 452740, 0, -10, 4140490",1.0
18334,FERNANDO,ROI_8448,20200627T105619_20200627T111033_T30SVG,S2B_MSIL1C_20200627T105619_N0209_R094_T30SVG_20200627T130949,2020-06-27T11:10:53Z,N02.14,4.3.0,1.5.0,0.967909047126311,0,0,0,130.187687290197,69.9278178349059,S1A_IW_GRDH_1SDV_20200629T061900_20200629T061925_033228_03D97C_429D,2020-06-29T06:19:00Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,10,scribble,cloud-free,0,,32630,"POLYGON ((452740 4135400, 457830 4135400, 457830 4140490, 452740 4140490, 452740 4135400))",509,POINT (-3.505122 37.38718),"10, 0, 452740, 0, -10, 4140490",1.0
18350,FERNANDO,ROI_8460,20180606T111051_20180606T111256_T29SQA,S2A_MSIL1C_20180606T111051_N0206_R137_T29SQA_20180606T163433,2018-06-06T11:12:56Z,N02.08,4.3.0,1.5.0,0.97213359889,0,0,0,131.608591669,70.7126702203,S1A_IW_GRDH_1SDV_20180608T182624_20180608T182649_022269_0268EB_88A9,2018-06-08T18:26:24Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - DPA,2.9,1.0,30,scribble,cloudy,0,,32629,"POLYGON ((776380 4029820, 781470 4029820, 781470 4034910, 776380 4034910, 776380 4029820))",509,POINT (-5.890053 36.39599),"10, 0, 776380, 0, -10, 4034910",1.0
18351,FERNANDO,ROI_8460,20200226T111051_20200226T112033_T29SQA,S2A_MSIL1C_20200226T111051_N0209_R137_T29SQA_20200226T131100,2020-02-26T11:21:05Z,N02.14,4.3.0,1.5.0,1.0222550105926,0,0,0,154.504114466119,41.2310564063053,S1B_IW_GRDH_1SDV_20200228T182546_20200228T182611_020473_026CAB_0BD6,2020-02-28T18:25:46Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,almost-clear,0,,32629,"POLYGON ((776380 4029820, 781470 4029820, 781470 4034910, 776380 4034910, 776380 4029820))",509,POINT (-5.890053 36.39599),"10, 0, 776380, 0, -10, 4034910",1.0
18352,FERNANDO,ROI_8460,20191123T111259_20191123T111438_T29SQA,S2B_MSIL1C_20191123T111259_N0208_R137_T29SQA_20191123T114955,2019-11-23T11:21:07Z,N02.13,4.3.0,1.5.0,1.02430765247,0,0,0,166.225578276,31.9493616532,S1B_IW_GRDH_1SDV_20191124T182549_20191124T182614_019073_023FEB_4BF0,2019-11-24T18:25:49Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,low-cloudy,0,,32629,"POLYGON ((776380 4029820, 781470 4029820, 781470 4034910, 776380 4034910, 776380 4029820))",509,POINT (-5.890053 36.39599),"10, 0, 776380, 0, -10, 4034910",1.0
18353,FERNANDO,ROI_8460,20200526T110631_20200526T112106_T29SQA,S2A_MSIL1C_20200526T110631_N0209_R137_T29SQA_20200526T131215,2020-05-26T11:21:17Z,N02.14,4.3.0,1.5.0,0.975654598945146,0,0,0,135.137898018117,69.8491313517525,S1A_IW_GRDH_1SDV_20200528T182636_20200528T182701_032769_03CBB8_EF29,2020-05-28T18:26:36Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32629,"POLYGON ((776380 4029820, 781470 4029820, 781470 4034910, 776380 4034910, 776380 4029820))",509,POINT (-5.890053 36.39599),"10, 0, 776380, 0, -10, 4034910",1.0
18354,FERNANDO,ROI_8460,20190701T110621_20190701T111753_T30STF,S2A_MSIL1C_20190701T110621_N0207_R137_T30STF_20190701T113552,2019-07-01T11:21:13Z,N02.12,4.3.0,1.5.0,0.967625166711,0,0,0,128.954649444,70.5073951809,S1B_IW_GRDH_1SDV_20190703T182545_20190703T182610_016973_01FEFC_9368,2019-07-03T18:25:45Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,30,scribble,mid-cloudy,0,,32629,"POLYGON ((776380 4029820, 781470 4029820, 781470 4034910, 776380 4034910, 776380 4029820))",509,POINT (-5.890053 36.39599),"10, 0, 776380, 0, -10, 4034910",1.0
18405,FERNANDO,ROI_8498,20200607T105619_20200607T110855_T30SVG,S2B_MSIL1C_20200607T105619_N0209_R094_T30SVG_20200607T130135,2020-06-07T11:10:52Z,N02.14,4.3.0,1.5.0,0.971739287372427,0,0,0,133.252880319485,70.1918849032496,S1B_IW_GRDH_1SDV_20200605T180956_20200605T181021_021902_029910_F376,2020-06-05T18:09:56Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32630,"POLYGON ((433310 4160140, 438400 4160140, 438400 4165230, 433310 4165230, 433310 4160140))",509,POINT (-3.726757 37.60902),"10, 0, 433310, 0, -10, 4165230",1.0
18406,FERNANDO,ROI_8498,20200408T105619_20200408T111017_T30SVG,S2B_MSIL1C_20200408T105619_N0209_R094_T30SVG_20200408T144355,2020-04-08T11:10:47Z,N02.14,4.3.0,1.5.0,0.999696540408902,0,0,0,149.746322085273,56.5906750718894,S1B_IW_GRDH_1SDV_20200406T180953_20200406T181018_021027_027E34_FAC4,2020-04-06T18:09:53Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,low-cloudy,0,,32630,"POLYGON ((433310 4160140, 438400 4160140, 438400 4165230, 433310 4165230, 433310 4160140))",509,POINT (-3.726757 37.60902),"10, 0, 433310, 0, -10, 4165230",1.0
18407,FERNANDO,ROI_8498,20200508T105619_20200508T110851_T30SVG,S2B_MSIL1C_20200508T105619_N0209_R094_T30SVG_20200508T130052,2020-05-08T11:10:48Z,N02.14,4.3.0,1.5.0,0.983435999087302,0,0,0,142.899681330811,65.9355710992544,S1A_IW_GRDH_1SDV_20200506T181025_20200506T181050_032448_03C1F6_F4DA,2020-05-06T18:10:25Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloud-free,0,,32630,"POLYGON ((433310 4160140, 438400 4160140, 438400 4165230, 433310 4165230, 433310 4160140))",509,POINT (-3.726757 37.60902),"10, 0, 433310, 0, -10, 4165230",1.0
18408,FERNANDO,ROI_8498,20180817T105619_20180817T110514_T30SVG,S2B_MSIL1C_20180817T105619_N0206_R094_T30SVG_20180817T151857,2018-08-17T11:05:14Z,N02.08,4.3.0,1.5.0,0.974575741995,0,0,0,143.639649498,61.601428666,S1B_IW_GRDH_1SDV_20180815T180948_20180815T181013_012277_0169F1_4A3A,2018-08-15T18:09:48Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,almost-clear,0,,32630,"POLYGON ((433310 4160140, 438400 4160140, 438400 4165230, 433310 4165230, 433310 4160140))",509,POINT (-3.726757 37.60902),"10, 0, 433310, 0, -10, 4165230",1.0
18409,FERNANDO,ROI_8498,20191205T110431_20191205T110436_T30SVG,S2A_MSIL1C_20191205T110431_N0208_R094_T30SVG_20191205T114403,2019-12-05T11:10:48Z,N02.13,4.3.0,1.5.0,1.02877590123,0,0,0,165.811070163,28.8693263918,S1A_IW_GRDH_1SDV_20191207T181835_20191207T181900_030246_037535_8494,2019-12-07T18:18:35Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32630,"POLYGON ((433310 4160140, 438400 4160140, 438400 4165230, 433310 4165230, 433310 4160140))",509,POINT (-3.726757 37.60902),"10, 0, 433310, 0, -10, 4165230",1.0
18755,FERNANDO,ROI_8815,20181103T102159_20181103T102338_T32TMM,S2B_MSIL1C_20181103T102159_N0206_R065_T32TMM_20181103T123639,2018-11-03T10:23:38Z,N02.09,4.3.0,1.5.0,1.01486938831,0,0,0,168.436376676,32.1721371054,S1B_IW_GRDH_1SDV_20181101T172120_20181101T172145_013414_018D15_3515,2018-11-01T17:21:20Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,80,scribble,low-cloudy,0,,32632,"POLYGON ((467460 4659570, 472550 4659570, 472550 4664660, 467460 4664660, 467460 4659570))",509,POINT (8.63719 42.11056),"10, 0, 467460, 0, -10, 4664660",1.0
18756,FERNANDO,ROI_8815,20190726T102031_20190726T102654_T32TMM,S2A_MSIL1C_20190726T102031_N0208_R065_T32TMM_20190726T123724,2019-07-26T10:29:20Z,N02.13,4.3.0,1.5.0,0.968790751188,0,0,0,144.356956524,63.7867216971,S1A_IW_GRDH_1SDV_20190728T053612_20190728T053637_028313_0332EF_E93A,2019-07-28T05:36:12Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,0.838564001219696,80,scribble,cloud-free,0,,32632,"POLYGON ((467460 4659570, 472550 4659570, 472550 4664660, 467460 4664660, 467460 4659570))",509,POINT (8.63719 42.11056),"10, 0, 467460, 0, -10, 4664660",1.0
18757,FERNANDO,ROI_8815,20200720T102031_20200720T102636_T32TMM,S2A_MSIL1C_20200720T102031_N0209_R065_T32TMM_20200720T122431,2020-07-20T10:29:20Z,N02.14,4.3.0,1.5.0,0.968057438905345,0,0,0,143.257089607575,64.7570964835048,S1A_IW_GRDH_1SDV_20200722T053619_20200722T053644_033563_03E3B0_E331,2020-07-22T05:36:19Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,0.837718705732956,80,scribble,almost-clear,0,,32632,"POLYGON ((467460 4659570, 472550 4659570, 472550 4664660, 467460 4664660, 467460 4659570))",509,POINT (8.63719 42.11056),"10, 0, 467460, 0, -10, 4664660",1.0
18758,FERNANDO,ROI_8815,20190127T102311_20190127T102327_T32TMM,S2A_MSIL1C_20190127T102311_N0207_R065_T32TMM_20190127T123325,2019-01-27T10:29:12Z,N02.11,4.3.0,1.5.0,1.0322329988,0,0,0,161.351013038,27.4630977207,S1A_IW_GRDH_1SDV_20190129T053607_20190129T053632_025688_02DA9D_84CF,2019-01-29T05:36:07Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,0.818064620717073,80,scribble,cloudy,0,,32632,"POLYGON ((467460 4659570, 472550 4659570, 472550 4664660, 467460 4664660, 467460 4659570))",509,POINT (8.63719 42.11056),"10, 0, 467460, 0, -10, 4664660",1.0
18759,FERNANDO,ROI_8815,20190402T102029_20190402T102026_T32TMM,S2B_MSIL1C_20190402T102029_N0207_R065_T32TMM_20190402T130831,2019-04-02T10:29:18Z,N02.11,4.3.0,1.5.0,1.00356864908,0,0,0,155.825312036,50.5629078613,S1A_IW_GRDH_1SDV_20190331T172206_20190331T172231_026585_02FB0F_9403,2019-03-31T17:22:06Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,80,scribble,mid-cloudy,0,,32632,"POLYGON ((467460 4659570, 472550 4659570, 472550 4664660, 467460 4664660, 467460 4659570))",509,POINT (8.63719 42.11056),"10, 0, 467460, 0, -10, 4664660",1.0
18775,FERNANDO,ROI_8834,20180726T102019_20180726T102150_T32TNN,S2B_MSIL1C_20180726T102019_N0206_R065_T32TNN_20180726T142914,2018-07-26T10:21:50Z,N02.08,4.3.0,1.5.0,0.968840131035,0,0,0,147.54740239,63.4526073584,S1A_IW_GRDH_1SDV_20180728T052754_20180728T052819_022990_027EC5_8BB9,2018-07-28T05:27:54Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,20,scribble,almost-clear,0,,32632,"POLYGON ((518150 4708990, 523240 4708990, 523240 4714080, 518150 4714080, 518150 4708990))",509,POINT (9.252093 42.55594),"10, 0, 518150, 0, -10, 4714080",1.0
18776,FERNANDO,ROI_8834,20190417T102031_20190417T102431_T32TNN,S2A_MSIL1C_20190417T102031_N0207_R065_T32TNN_20190417T122147,2019-04-17T10:28:59Z,N02.11,4.3.0,1.5.0,0.994971564527,0,0,0,156.92407221,55.6730999057,S1B_IW_GRDH_1SDV_20190418T172142_20190418T172207_015864_01DCBF_852D,2019-04-18T17:21:42Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,20,scribble,low-cloudy,0,,32632,"POLYGON ((518150 4708990, 523240 4708990, 523240 4714080, 518150 4714080, 518150 4708990))",509,POINT (9.252093 42.55594),"10, 0, 518150, 0, -10, 4714080",1.0
18777,FERNANDO,ROI_8834,20181223T102429_20181223T102536_T32TNN,S2B_MSIL1C_20181223T102429_N0207_R065_T32TNN_20181223T123456,2018-12-23T10:28:52Z,N02.11,4.3.0,1.5.0,1.03317513387,0,0,0,167.219496116,22.6647005952,S1B_IW_GRDH_1SDV_20181225T052725_20181225T052750_014194_01A61A_8AE0,2018-12-25T05:27:25Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,20,scribble,cloudy,0,,32632,"POLYGON ((518150 4708990, 523240 4708990, 523240 4714080, 518150 4714080, 518150 4708990))",509,POINT (9.252093 42.55594),"10, 0, 518150, 0, -10, 4714080",1.0
18778,FERNANDO,ROI_8834,20180906T101021_20180906T101811_T32TNN,S2A_MSIL1C_20180906T101021_N0206_R022_T32TNN_20180906T122259,2018-09-06T10:18:11Z,N02.08,4.3.0,1.5.0,0.982941004397,0,0,0,155.499032655,51.1352893777,S1B_IW_GRDH_1SDV_20180908T052714_20180908T052739_012619_01748C_C52B,2018-09-08T05:27:14Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,20,scribble,mid-cloudy,0,,32632,"POLYGON ((518150 4708990, 523240 4708990, 523240 4714080, 518150 4714080, 518150 4708990))",509,POINT (9.252093 42.55594),"10, 0, 518150, 0, -10, 4714080",1.0
18779,FERNANDO,ROI_8834,20200228T101021_20200228T101400_T32TNN,S2A_MSIL1C_20200228T101021_N0209_R022_T32TNN_20200228T104845,2020-02-28T10:18:56Z,N02.14,4.3.0,1.5.0,1.02136209161557,0,0,0,156.747045238568,36.2688694191894,S1B_IW_GRDH_1SDV_20200301T052718_20200301T052743_020494_026D59_E654,2020-03-01T05:27:18Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,20,scribble,cloud-free,0,,32632,"POLYGON ((518150 4708990, 523240 4708990, 523240 4714080, 518150 4714080, 518150 4708990))",509,POINT (9.252093 42.55594),"10, 0, 518150, 0, -10, 4714080",1.0
18785,EDUARDO,ROI_8851,20180830T102021_20180830T102524_T32TMS,S2A_MSIL1C_20180830T102021_N0206_R065_T32TMS_20180830T123227,2018-08-30T10:25:24Z,N02.08,4.3.0,1.5.0,0.979720187345,0,0,0,156.767289893,50.4162372122,S1B_IW_GRDH_1SDV_20180828T171422_20180828T171446_012466_016FD2_060E,2018-08-28T17:14:22Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloudy,0,,32632,"POLYGON ((469410 5163520, 474500 5163520, 474500 5168610, 469410 5168610, 469410 5163520))",509,POINT (8.633514 46.64756),"10, 0, 469410, 0, -10, 5168610",1.0
18786,EDUARDO,ROI_8851,20180818T103019_20180818T103724_T32TMS,S2B_MSIL1C_20180818T103019_N0206_R108_T32TMS_20180818T161808,2018-08-18T10:37:24Z,N02.08,4.3.0,1.5.0,0.974923214593,0,0,0,157.513845248,54.8057900795,S1B_IW_GRDH_1SDV_20180816T171421_20180816T171446_012291_016A61_AF79,2018-08-16T17:14:21Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,mid-cloudy,0,,32632,"POLYGON ((469410 5163520, 474500 5163520, 474500 5168610, 469410 5168610, 469410 5163520))",509,POINT (8.633514 46.64756),"10, 0, 469410, 0, -10, 5168610",1.0
18787,EDUARDO,ROI_8851,20180719T103019_20180719T103020_T32TMS,S2B_MSIL1C_20180719T103019_N0206_R108_T32TMS_20180719T141710,2018-07-19T10:30:20Z,N02.08,4.3.0,1.5.0,0.967907932335,0,0,0,151.901219144,62.0301290552,S1A_IW_GRDH_1SDV_20180717T171514_20180717T171539_022837_0279EC_19E8,2018-07-17T17:15:14Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,low-cloudy,0,,32632,"POLYGON ((469410 5163520, 474500 5163520, 474500 5168610, 469410 5168610, 469410 5163520))",509,POINT (8.633514 46.64756),"10, 0, 469410, 0, -10, 5168610",1.0
18788,EDUARDO,ROI_8851,20181017T103019_20181017T103202_T32TMS,S2B_MSIL1C_20181017T103019_N0206_R108_T32TMS_20181017T142233,2018-10-17T10:32:02Z,N02.09,4.3.0,1.5.0,1.00544336308,0,0,0,169.976076089,33.7177571288,S1B_IW_GRDH_1SDV_20181015T171423_20181015T171448_013166_018542_B2BE,2018-10-15T17:14:23Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,cloud-free,0,,32632,"POLYGON ((469410 5163520, 474500 5163520, 474500 5168610, 469410 5168610, 469410 5163520))",509,POINT (8.633514 46.64756),"10, 0, 469410, 0, -10, 5168610",1.0
18789,EDUARDO,ROI_8851,20180731T102021_20180731T102701_T32TMS,S2A_MSIL1C_20180731T102021_N0206_R065_T32TMS_20180731T123218,2018-07-31T10:27:01Z,N02.08,4.3.0,1.5.0,0.969778426222,0,0,0,149.326621425,58.7672665237,S1A_IW_GRDH_1SDV_20180729T171514_20180729T171539_023012_027F72_0627,2018-07-29T17:15:14Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,almost-clear,0,,32632,"POLYGON ((469410 5163520, 474500 5163520, 474500 5168610, 469410 5168610, 469410 5163520))",509,POINT (8.633514 46.64756),"10, 0, 469410, 0, -10, 5168610",1.0
18795,EDUARDO,ROI_8863,20190917T103021_20190917T103549_T32TLS,S2A_MSIL1C_20190917T103021_N0208_R108_T32TLS_20190917T124452,2019-09-17T10:38:03Z,N02.13,4.3.0,1.5.0,0.988364122352,0,0,0,163.007631905,44.6067126792,S1A_IW_GRDH_1SDV_20190915T172329_20190915T172354_029035_034B57_6D0E,2019-09-15T17:23:29Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,30,scribble,low-cloudy,0,,32631,"POLYGON ((789480 5120740, 794570 5120740, 794570 5125830, 789480 5125830, 789480 5120740))",509,POINT (6.785162 46.20044),"10, 0, 789480, 0, -10, 5125830",1.0
18796,EDUARDO,ROI_8863,20190120T103341_20190120T103339_T31TGM,S2A_MSIL1C_20190120T103341_N0207_R108_T31TGM_20190120T123258,2019-01-20T10:38:03Z,N02.11,4.3.0,1.5.0,1.03342447925,0,0,0,162.915297401,21.7209882563,S1A_IW_GRDH_1SDV_20190118T172321_20190118T172346_025535_02D4FE_9B33,2019-01-18T17:23:21Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloudy,0,,32631,"POLYGON ((789480 5120740, 794570 5120740, 794570 5125830, 789480 5125830, 789480 5120740))",509,POINT (6.785162 46.20044),"10, 0, 789480, 0, -10, 5125830",1.0
18797,EDUARDO,ROI_8863,20180624T103021_20180624T103503_T31TGM,S2A_MSIL1C_20180624T103021_N0206_R108_T31TGM_20180624T160117,2018-06-24T10:35:03Z,N02.08,4.3.0,1.5.0,0.968308583008,0,0,0,147.640628042,64.1014464879,S1B_IW_GRDH_1SDV_20180622T172239_20180622T172308_011489_0151CA_BD15,2018-06-22T17:22:39Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,30,scribble,mid-cloudy,0,,32631,"POLYGON ((789480 5120740, 794570 5120740, 794570 5125830, 789480 5125830, 789480 5120740))",509,POINT (6.785162 46.20044),"10, 0, 789480, 0, -10, 5125830",1.0
18798,EDUARDO,ROI_8863,20181022T103051_20181022T103053_T31TGM,S2A_MSIL1C_20181022T103051_N0206_R108_T31TGM_20181022T124230,2018-10-22T10:30:53Z,N02.09,4.3.0,1.5.0,1.00828862512,0,0,0,168.111361437,31.7411801281,S1B_IW_GRDH_1SDV_20181020T172235_20181020T172300_013239_018795_7879,2018-10-20T17:22:35Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,cloud-free,0,,32631,"POLYGON ((789480 5120740, 794570 5120740, 794570 5125830, 789480 5125830, 789480 5120740))",509,POINT (6.785162 46.20044),"10, 0, 789480, 0, -10, 5125830",1.0
18799,EDUARDO,ROI_8863,20180823T103021_20180823T103535_T32TLS,S2A_MSIL1C_20180823T103021_N0206_R108_T32TLS_20180823T144557,2018-08-23T10:35:35Z,N02.08,4.3.0,1.5.0,0.976802393952,0,0,0,156.748541427,52.9675216334,S1B_IW_GRDH_1SDV_20180821T172233_20180821T172258_012364_016CB3_B837,2018-08-21T17:22:33Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,almost-clear,0,,32631,"POLYGON ((789480 5120740, 794570 5120740, 794570 5125830, 789480 5125830, 789480 5120740))",509,POINT (6.785162 46.20044),"10, 0, 789480, 0, -10, 5125830",1.0
18850,EDUARDO,ROI_8915,20200316T100021_20200316T100023_T33UWV,S2A_MSIL1C_20200316T100021_N0209_R122_T33UWV_20200316T134242,2020-03-16T10:05:49Z,N02.14,4.3.0,1.5.0,1.01275504379572,0,0,0,162.112630573792,33.500815426073,S1B_IW_GRDH_1SDV_20200315T050750_20200315T050819_020698_0273C4_694D,2020-03-15T05:07:50Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32633,"POLYGON ((563500 5966920, 568590 5966920, 568590 5972010, 563500 5972010, 563500 5966920))",509,POINT (16.00443 53.86946),"10, 0, 563500, 0, -10, 5972010",1.0
18851,EDUARDO,ROI_8915,20200403T100549_20200403T100808_T33UWV,S2B_MSIL1C_20200403T100549_N0209_R022_T33UWV_20200403T130157,2020-04-03T10:15:47Z,N02.14,4.3.0,1.5.0,1.00259665784976,0,0,0,165.389753771239,41.0872751426086,S1A_IW_GRDH_1SDV_20200402T050819_20200402T050844_031944_03B046_FC1C,2020-04-02T05:08:19Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,mid-cloudy,0,,32633,"POLYGON ((563500 5966920, 568590 5966920, 568590 5972010, 563500 5972010, 563500 5966920))",509,POINT (16.00443 53.86946),"10, 0, 563500, 0, -10, 5972010",1.0
18852,EDUARDO,ROI_8915,20200609T100029_20200609T100029_T33UWV,S2B_MSIL1C_20200609T100029_N0209_R122_T33UWV_20200609T120930,2020-06-09T10:05:55Z,N02.14,4.3.0,1.5.0,0.971209016478087,0,0,0,157.929924056975,57.9017476320592,S1B_IW_GRDH_1SDV_20200610T164356_20200610T164421_021974_029B48_3D2B,2020-06-10T16:43:56Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32633,"POLYGON ((563500 5966920, 568590 5966920, 568590 5972010, 563500 5972010, 563500 5966920))",509,POINT (16.00443 53.86946),"10, 0, 563500, 0, -10, 5972010",1.0
18853,EDUARDO,ROI_8915,20200428T101031_20200428T101240_T33UWV,S2A_MSIL1C_20200428T101031_N0209_R022_T33UWV_20200428T111417,2020-04-28T10:15:52Z,N02.14,4.3.0,1.5.0,0.988546661482691,0,0,0,165.506921959047,49.9963972636945,S1A_IW_GRDH_1SDV_20200429T164436_20200429T164501_032345_03BE66_17B1,2020-04-29T16:44:36Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,low-cloudy,0,,32633,"POLYGON ((563500 5966920, 568590 5966920, 568590 5972010, 563500 5972010, 563500 5966920))",509,POINT (16.00443 53.86946),"10, 0, 563500, 0, -10, 5972010",1.0
18854,EDUARDO,ROI_8915,20191205T101309_20191205T101308_T33UWV,S2B_MSIL1C_20191205T101309_N0208_R022_T33UWV_20191205T112936,2019-12-05T10:15:44Z,N02.13,4.3.0,1.5.0,1.02876433533,0,0,0,172.53730906,13.6919115434,S1A_IW_GRDH_1SDV_20191204T050822_20191204T050847_030194_037370_F9A7,2019-12-04T05:08:22Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32633,"POLYGON ((563500 5966920, 568590 5966920, 568590 5972010, 563500 5972010, 563500 5966920))",509,POINT (16.00443 53.86946),"10, 0, 563500, 0, -10, 5972010",1.0
18920,EDUARDO,ROI_8995,20200219T094031_20200219T094335_T34UFB,S2A_MSIL1C_20200219T094031_N0209_R036_T34UFB_20200219T101515,2020-02-19T09:46:14Z,N02.14,4.3.0,1.5.0,1.02526441439621,0,0,0,164.968172737719,26.534571199777,S1A_IW_GRDH_1SDV_20200218T043627_20200218T043652_031302_0399EA_32EF,2020-02-18T04:36:27Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32634,"POLYGON ((621320 5618720, 626410 5618720, 626410 5623810, 621320 5623810, 621320 5618720))",509,POINT (22.75511 50.72996),"10, 0, 621320, 0, -10, 5623810",1.0
18921,EDUARDO,ROI_8995,20190904T093039_20190904T093050_T34UFB,S2B_MSIL1C_20190904T093039_N0208_R136_T34UFB_20190904T113100,2019-09-04T09:36:27Z,N02.13,4.3.0,1.5.0,0.981837188986,0,0,0,162.345629742,45.0707535964,S1A_IW_GRDH_1SDV_20190903T043629_20190903T043654_028852_0344FA_B168,2019-09-03T04:36:29Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32634,"POLYGON ((621320 5618720, 626410 5618720, 626410 5623810, 621320 5623810, 621320 5618720))",509,POINT (22.75511 50.72996),"10, 0, 621320, 0, -10, 5623810",1.0
18922,EDUARDO,ROI_8995,20190805T093039_20190805T093537_T34UFB,S2B_MSIL1C_20190805T093039_N0208_R136_T34UFB_20190805T113513,2019-08-05T09:36:31Z,N02.13,4.3.0,1.5.0,0.970852139801,0,0,0,156.390658825,54.2164338764,S1B_IW_GRDH_1SDV_20190804T043546_20190804T043611_017431_020C93_6EEB,2019-08-04T04:35:46Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,almost-clear,0,,32634,"POLYGON ((621320 5618720, 626410 5618720, 626410 5623810, 621320 5623810, 621320 5618720))",509,POINT (22.75511 50.72996),"10, 0, 621320, 0, -10, 5623810",1.0
18923,EDUARDO,ROI_8995,20180810T093029_20180810T093029_T34UFB,S2B_MSIL1C_20180810T093029_N0206_R136_T34UFB_20180810T113847,2018-08-10T09:30:29Z,N02.08,4.3.0,1.5.0,0.972297423944,0,0,0,157.215841025,52.8194514339,S1B_IW_GRDH_1SDV_20180809T043540_20180809T043605_012181_016706_0CE6,2018-08-09T04:35:40Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,low-cloudy,0,,32634,"POLYGON ((621320 5618720, 626410 5618720, 626410 5623810, 621320 5623810, 621320 5618720))",509,POINT (22.75511 50.72996),"10, 0, 621320, 0, -10, 5623810",1.0
18924,EDUARDO,ROI_8995,20180611T093029_20180611T093032_T34UFB,S2B_MSIL1C_20180611T093029_N0206_R136_T34UFB_20180611T131254,2018-06-11T09:30:32Z,N02.08,4.3.0,1.5.0,0.970804878567,0,0,0,155.954282951,60.4838213015,S1B_IW_GRDH_1SDV_20180610T043536_20180610T043601_011306_014C26_6CFA,2018-06-10T04:35:36Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,10,scribble,mid-cloudy,0,,32634,"POLYGON ((621320 5618720, 626410 5618720, 626410 5623810, 621320 5623810, 621320 5618720))",509,POINT (22.75511 50.72996),"10, 0, 621320, 0, -10, 5623810",1.0
18925,CESAR,ROI_8997,20180430T094031_20180430T094543_T34UFC,S2A_MSIL1C_20180430T094031_N0206_R036_T34UFC_20180430T132616,2018-04-30T09:45:43Z,N02.06,4.3.0,1.5.0,0.98771160767,0,0,0,164.886034277,52.2030401589,S1A_IW_GRDH_1SDV_20180429T043602_20180429T043627_021677_02562E_E514,2018-04-29T04:36:02Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,10,scribble,cloud-free,0,,32634,"POLYGON ((643080 5740370, 648170 5740370, 648170 5745460, 643080 5745460, 643080 5740370))",509,POINT (23.11281 51.81807),"10, 0, 643080, 0, -10, 5745460",1.0
18926,EDUARDO,ROI_8997,20190308T093029_20190308T093411_T34UFC,S2B_MSIL1C_20190308T093029_N0207_R136_T34UFC_20190308T121829,2019-03-08T09:36:07Z,N02.11,4.3.0,1.5.0,1.01734405797,0,0,0,161.831279532,31.7266165387,S1A_IW_GRDH_1SDV_20190307T043556_20190307T043621_026227_02EDDC_7026,2019-03-07T04:35:56Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloudy,0,,32634,"POLYGON ((643080 5740370, 648170 5740370, 648170 5745460, 643080 5745460, 643080 5740370))",509,POINT (23.11281 51.81807),"10, 0, 643080, 0, -10, 5745460",1.0
18927,EDUARDO,ROI_8997,20200630T093039_20200630T093036_T34UFC,S2B_MSIL1C_20200630T093039_N0209_R136_T34UFC_20200630T113306,2020-06-30T09:36:12Z,N02.14,4.3.0,1.5.0,0.967651691220274,0,0,0,154.751290219446,59.4322912484388,S1A_IW_GRDH_1SDV_20200629T043607_20200629T043632_033227_03D976_978C,2020-06-29T04:36:07Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,10,scribble,almost-clear,0,,32634,"POLYGON ((643080 5740370, 648170 5740370, 648170 5745460, 643080 5745460, 643080 5740370))",509,POINT (23.11281 51.81807),"10, 0, 643080, 0, -10, 5745460",1.0
18928,EDUARDO,ROI_8997,20180729T094031_20180729T094031_T34UFC,S2A_MSIL1C_20180729T094031_N0206_R036_T34UFC_20180729T101505,2018-07-29T09:40:31Z,N02.08,4.3.0,1.5.0,0.969371029381,0,0,0,159.894286205,55.5894802368,S1B_IW_GRDH_1SDV_20180728T043514_20180728T043539_012006_0161AB_7372,2018-07-28T04:35:14Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,low-cloudy,0,,32634,"POLYGON ((643080 5740370, 648170 5740370, 648170 5745460, 643080 5745460, 643080 5740370))",509,POINT (23.11281 51.81807),"10, 0, 643080, 0, -10, 5745460",1.0
18929,EDUARDO,ROI_8997,20180828T094031_20180828T094319_T34UFC,S2A_MSIL1C_20180828T094031_N0206_R036_T34UFC_20180828T121318,2018-08-28T09:43:19Z,N02.08,4.3.0,1.5.0,0.978841199597,0,0,0,164.685198057,46.9504080135,S1A_IW_GRDH_1SDV_20180827T043558_20180827T043623_023427_028CAC_46D3,2018-08-27T04:35:58Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32634,"POLYGON ((643080 5740370, 648170 5740370, 648170 5745460, 643080 5745460, 643080 5740370))",509,POINT (23.11281 51.81807),"10, 0, 643080, 0, -10, 5745460",1.0
18935,EDUARDO,ROI_9001,20190927T094029_20190927T094447_T34UEB,S2B_MSIL1C_20190927T094029_N0208_R036_T34UEB_20190927T120623,2019-09-27T09:46:25Z,N02.13,4.3.0,1.5.0,0.993806929778,0,0,0,168.250939829,36.8466291675,S1A_IW_GRDH_1SDV_20190928T162709_20190928T162734_029224_0351D1_278A,2019-09-28T16:27:09Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,low-cloudy,0,,32634,"POLYGON ((545240 5653940, 550330 5653940, 550330 5659030, 545240 5659030, 545240 5653940))",509,POINT (21.68185 51.0579),"10, 0, 545240, 0, -10, 5659030",1.0
18936,EDUARDO,ROI_9001,20200524T094029_20200524T094031_T34UEB,S2B_MSIL1C_20200524T094029_N0209_R036_T34UEB_20200524T114350,2020-05-24T09:46:26Z,N02.14,4.3.0,1.5.0,0.976436822594695,0,0,0,160.218328979087,58.7531787337727,S1B_IW_GRDH_1SDV_20200523T044402_20200523T044427_021704_029322_FB6F,2020-05-23T04:44:02Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,almost-clear,0,,32634,"POLYGON ((545240 5653940, 550330 5653940, 550330 5659030, 545240 5659030, 545240 5653940))",509,POINT (21.68185 51.0579),"10, 0, 545240, 0, -10, 5659030",1.0
18937,EDUARDO,ROI_9001,20190530T094039_20190530T094350_T34UEB,S2B_MSIL1C_20190530T094039_N0207_R036_T34UEB_20190530T114513,2019-05-30T09:46:33Z,N02.12,4.3.0,1.5.0,0.97448636297,0,0,0,159.611992312,59.5688308529,S1B_IW_GRDH_1SDV_20190529T044356_20190529T044421_016454_01EF8F_6F11,2019-05-29T04:43:56Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,mid-cloudy,0,,32634,"POLYGON ((545240 5653940, 550330 5653940, 550330 5659030, 545240 5659030, 545240 5653940))",509,POINT (21.68185 51.0579),"10, 0, 545240, 0, -10, 5659030",1.0
18938,EDUARDO,ROI_9001,20191027T094029_20191027T094607_T34UEB,S2B_MSIL1C_20191027T094029_N0208_R036_T34UEB_20191027T114656,2019-10-27T09:46:26Z,N02.13,4.3.0,1.5.0,1.01089777162,0,0,0,171.776069122,25.9593464793,S1A_IW_GRDH_1SDV_20191026T044445_20191026T044510_029625_035F96_C03A,2019-10-26T04:44:45Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,cloud-free,0,,32634,"POLYGON ((545240 5653940, 550330 5653940, 550330 5659030, 545240 5659030, 545240 5653940))",509,POINT (21.68185 51.0579),"10, 0, 545240, 0, -10, 5659030",1.0
18939,EDUARDO,ROI_9001,20181002T094029_20181002T094029_T34UEB,S2B_MSIL1C_20181002T094029_N0206_R036_T34UEB_20181002T115250,2018-10-02T09:40:29Z,N02.08,4.3.0,1.5.0,0.996805232612,0,0,0,169.064557921,34.876622557,S1B_IW_GRDH_1SDV_20181001T044356_20181001T044421_012954_017ED1_079B,2018-10-01T04:43:56Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,40,scribble,cloudy,0,,32634,"POLYGON ((545240 5653940, 550330 5653940, 550330 5659030, 545240 5659030, 545240 5653940))",509,POINT (21.68185 51.0579),"10, 0, 545240, 0, -10, 5659030",1.0
18940,EDUARDO,ROI_9002,20190319T095031_20190319T095353_T34UDB,S2A_MSIL1C_20190319T095031_N0207_R079_T34UDB_20190319T133450,2019-03-19T09:56:23Z,N02.11,4.3.0,1.5.0,1.01150020417,0,0,0,164.185727207,37.3659410367,S1B_IW_GRDH_1SDV_20190318T044353_20190318T044418_015404_01CD84_CA98,2019-03-18T04:43:53Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,mid-cloudy,0,,32634,"POLYGON ((474200 5653770, 479290 5653770, 479290 5658860, 474200 5658860, 474200 5653770))",509,POINT (20.66818 51.05789),"10, 0, 474200, 0, -10, 5658860",1.0
18941,EDUARDO,ROI_9002,20190629T094039_20190629T094329_T34UDB,S2B_MSIL1C_20190629T094039_N0207_R036_T34UDB_20190629T114509,2019-06-29T09:46:37Z,N02.12,4.3.0,1.5.0,0.967789902613,0,0,0,153.689474045,60.268948592,S1A_IW_GRDH_1SDV_20190628T044439_20190628T044504_027875_03259D_8CFD,2019-06-28T04:44:39Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32634,"POLYGON ((474200 5653770, 479290 5653770, 479290 5658860, 474200 5658860, 474200 5653770))",509,POINT (20.66818 51.05789),"10, 0, 474200, 0, -10, 5658860",1.0
18942,EDUARDO,ROI_9002,20190530T094039_20190530T094350_T34UDB,S2B_MSIL1C_20190530T094039_N0207_R036_T34UDB_20190530T114513,2019-05-30T09:46:37Z,N02.12,4.3.0,1.5.0,0.97448636297,0,0,0,157.121215459,59.2406031833,S1B_IW_GRDH_1SDV_20190529T044356_20190529T044421_016454_01EF8F_6F11,2019-05-29T04:43:56Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloudy,0,,32634,"POLYGON ((474200 5653770, 479290 5653770, 479290 5658860, 474200 5658860, 474200 5653770))",509,POINT (20.66818 51.05789),"10, 0, 474200, 0, -10, 5658860",1.0
18943,EDUARDO,ROI_9002,20190729T094039_20190729T094242_T34UDB,S2B_MSIL1C_20190729T094039_N0208_R036_T34UDB_20190729T114538,2019-07-29T09:46:37Z,N02.13,4.3.0,1.5.0,0.969313593133,0,0,0,154.860464762,55.7906400294,S1B_IW_GRDH_1SDV_20190728T044400_20190728T044425_017329_02096A_E9EA,2019-07-28T04:44:00Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,10,scribble,almost-clear,0,,32634,"POLYGON ((474200 5653770, 479290 5653770, 479290 5658860, 474200 5658860, 474200 5653770))",509,POINT (20.66818 51.05789),"10, 0, 474200, 0, -10, 5658860",1.0
18944,EDUARDO,ROI_9002,20200524T094029_20200524T094031_T34UDB,S2B_MSIL1C_20200524T094029_N0209_R036_T34UDB_20200524T114350,2020-05-24T09:46:29Z,N02.14,4.3.0,1.5.0,0.976436822594695,0,0,0,157.765826578403,58.4339822507522,S1B_IW_GRDH_1SDV_20200523T044402_20200523T044427_021704_029322_FB6F,2020-05-23T04:44:02Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,low-cloudy,0,,32634,"POLYGON ((474200 5653770, 479290 5653770, 479290 5658860, 474200 5658860, 474200 5653770))",509,POINT (20.66818 51.05789),"10, 0, 474200, 0, -10, 5658860",1.0
18945,EDUARDO,ROI_9004,20190530T094039_20190530T094350_T34UDC,S2B_MSIL1C_20190530T094039_N0207_R036_T34UDC_20190530T114513,2019-05-30T09:46:23Z,N02.12,4.3.0,1.5.0,0.97448636297,0,0,0,157.566489933,58.3930298808,S1A_IW_GRDH_1SDV_20190531T162727_20190531T162752_027474_031992_DBC2,2019-05-31T16:27:27Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloudy,0,,32634,"POLYGON ((454110 5746740, 459200 5746740, 459200 5751830, 454110 5751830, 454110 5746740))",509,POINT (20.37012 51.89264),"10, 0, 454110, 0, -10, 5751830",1.0
18946,EDUARDO,ROI_9004,20200529T094041_20200529T094037_T34UDC,S2A_MSIL1C_20200529T094041_N0209_R036_T34UDC_20200529T111355,2020-05-29T09:46:21Z,N02.14,4.3.0,1.5.0,0.974591678326587,0,0,0,157.577483767913,58.3584052363211,S1B_IW_GRDH_1SDV_20200528T045153_20200528T045218_021777_029556_8CB6,2020-05-28T04:51:53Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32634,"POLYGON ((454110 5746740, 459200 5746740, 459200 5751830, 454110 5751830, 454110 5746740))",509,POINT (20.37012 51.89264),"10, 0, 454110, 0, -10, 5751830",1.0
18947,EDUARDO,ROI_9004,20200524T094029_20200524T094031_T34UDC,S2B_MSIL1C_20200524T094029_N0209_R036_T34UDC_20200524T114350,2020-05-24T09:46:15Z,N02.14,4.3.0,1.5.0,0.976436822594695,0,0,0,158.180533493127,57.5831146578701,S1A_IW_GRDH_1SDV_20200525T162734_20200525T162759_032724_03CA62_B238,2020-05-25T16:27:34Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,low-cloudy,0,,32634,"POLYGON ((454110 5746740, 459200 5746740, 459200 5751830, 454110 5751830, 454110 5746740))",509,POINT (20.37012 51.89264),"10, 0, 454110, 0, -10, 5751830",1.0
18948,EDUARDO,ROI_9004,20180622T095031_20180622T095438_T34UDC,S2A_MSIL1C_20180622T095031_N0206_R079_T34UDC_20180622T110427,2018-06-22T09:54:38Z,N02.08,4.3.0,1.5.0,0.968596527236,0,0,0,159.100206005,60.3248226762,S1B_IW_GRDH_1SDV_20180623T162642_20180623T162707_011503_015239_B081,2018-06-23T16:26:42Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,1.0,10,scribble,mid-cloudy,0,,32634,"POLYGON ((454110 5746740, 459200 5746740, 459200 5751830, 454110 5751830, 454110 5746740))",509,POINT (20.37012 51.89264),"10, 0, 454110, 0, -10, 5751830",1.0
18949,EDUARDO,ROI_9004,20200229T094031_20200229T094026_T34UDC,S2A_MSIL1C_20200229T094031_N0209_R036_T34UDC_20200229T101444,2020-02-29T09:46:10Z,N02.14,4.3.0,1.5.0,1.02090664743069,0,0,0,161.574914768059,28.8220569690176,S1A_IW_GRDH_1SDV_20200228T045232_20200228T045257_031448_039EDF_131B,2020-02-28T04:52:32Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloud-free,0,,32634,"POLYGON ((454110 5746740, 459200 5746740, 459200 5751830, 454110 5751830, 454110 5746740))",509,POINT (20.37012 51.89264),"10, 0, 454110, 0, -10, 5751830",1.0
18990,EDUARDO,ROI_9038,20190626T093039_20190626T093444_T34TDK,S2B_MSIL1C_20190626T093039_N0207_R136_T34TDK_20190626T113343,2019-06-26T09:39:33Z,N02.12,4.3.0,1.5.0,0.96810127337,0,0,0,137.813930745,68.8027117364,S1A_IW_GRDH_1SDV_20190628T044734_20190628T044759_027875_03259D_B6FA,2019-06-28T04:47:34Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,low-cloudy,0,,32634,"POLYGON ((465950 4426660, 471040 4426660, 471040 4431750, 465950 4431750, 465950 4426660))",509,POINT (20.63085 40.01246),"10, 0, 465950, 0, -10, 4431750",1.0
18991,EDUARDO,ROI_9038,20190701T093041_20190701T093039_T34TDK,S2A_MSIL1C_20190701T093041_N0207_R136_T34TDK_20190701T110249,2019-07-01T09:39:29Z,N02.12,4.3.0,1.5.0,0.967629862477,0,0,0,137.631204475,68.4582515477,S1A_IW_GRDH_1SDV_20190629T163221_20190629T163246_027897_032646_64CE,2019-06-29T16:32:21Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32634,"POLYGON ((465950 4426660, 471040 4426660, 471040 4431750, 465950 4431750, 465950 4426660))",509,POINT (20.63085 40.01246),"10, 0, 465950, 0, -10, 4431750",1.0
18992,EDUARDO,ROI_9038,20190502T093041_20190502T093541_T34TDK,S2A_MSIL1C_20190502T093041_N0207_R136_T34TDK_20190502T113538,2019-05-02T09:39:28Z,N02.11,4.3.0,1.5.0,0.986829856413,0,0,0,149.979909265,62.3842869488,S1A_IW_GRDH_1SDV_20190430T163218_20190430T163243_027022_030AF4_57D5,2019-04-30T16:32:18Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,almost-clear,0,,32634,"POLYGON ((465950 4426660, 471040 4426660, 471040 4431750, 465950 4431750, 465950 4426660))",509,POINT (20.63085 40.01246),"10, 0, 465950, 0, -10, 4431750",1.0
18993,EDUARDO,ROI_9038,20180308T093031_20180308T093605_T34TDK,S2A_MSIL1C_20180308T093031_N0206_R136_T34TDK_20180308T114452,2018-03-08T09:36:05Z,N02.06,4.3.0,1.5.0,1.01719086835,0,0,0,156.283419847,42.2552503711,S1A_IW_GRDH_1SDV_20180306T163210_20180306T163235_020897_023D94_2B63,2018-03-06T16:32:10Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - DPA,2.84,1.0,10,scribble,mid-cloudy,0,,32634,"POLYGON ((465950 4426660, 471040 4426660, 471040 4431750, 465950 4431750, 465950 4426660))",509,POINT (20.63085 40.01246),"10, 0, 465950, 0, -10, 4431750",1.0
18994,EDUARDO,ROI_9038,20180606T093031_20180606T093240_T34TDK,S2A_MSIL1C_20180606T093031_N0206_R136_T34TDK_20180606T132351,2018-06-06T09:32:40Z,N02.08,4.3.0,1.5.0,0.97215382543,0,0,0,140.998491083,68.7165684139,S1B_IW_GRDH_1SDV_20180604T163116_20180604T163141_011226_0149A8_2307,2018-06-04T16:31:16Z,Sentinel-1 IPF,2.9,Copernicus S1 Core Ground Segment - UPA,2.9,0.539093951312524,10,scribble,cloudy,0,,32634,"POLYGON ((465950 4426660, 471040 4426660, 471040 4431750, 465950 4431750, 465950 4426660))",509,POINT (20.63085 40.01246),"10, 0, 465950, 0, -10, 4431750",1.0
19000,EDUARDO,ROI_9058,20180222T095031_20180222T095026_T34UED,S2A_MSIL1C_20180222T095031_N0206_R079_T34UED_20180223T130143,2018-02-22T09:50:26Z,N02.06,4.3.0,1.5.0,1.02376922521,0,0,0,166.163093145,26.1871891697,S1A_IW_GRDH_1SDV_20180221T044405_20180221T044430_020700_02375B_C32F,2018-02-21T04:44:05Z,Sentinel-1 IPF,2.84,Copernicus S1 Core Ground Segment - DPA,2.84,1.0,10,scribble,cloudy,0,,32634,"POLYGON ((532990 5831230, 538080 5831230, 538080 5836320, 532990 5836320, 532990 5831230))",509,POINT (21.5253 52.65277),"10, 0, 532990, 0, -10, 5836320",1.0
19001,EDUARDO,ROI_9058,20190530T094039_20190530T094350_T34UED,S2B_MSIL1C_20190530T094039_N0207_R036_T34UED_20190530T114513,2019-05-30T09:46:04Z,N02.12,4.3.0,1.5.0,0.97448636297,0,0,0,160.466743325,57.8594929502,S1B_IW_GRDH_1SDV_20190529T044331_20190529T044356_016454_01EF8F_FB51,2019-05-29T04:43:31Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,almost-clear,0,,32634,"POLYGON ((532990 5831230, 538080 5831230, 538080 5836320, 532990 5836320, 532990 5831230))",509,POINT (21.5253 52.65277),"10, 0, 532990, 0, -10, 5836320",1.0
19002,EDUARDO,ROI_9058,20180803T094029_20180803T094501_T34UED,S2B_MSIL1C_20180803T094029_N0206_R036_T34UED_20180803T132643,2018-08-03T09:45:01Z,N02.08,4.3.0,1.5.0,0.970440916327,0,0,0,158.568248681,53.2058513556,S1B_IW_GRDH_1SDV_20180802T044329_20180802T044354_012079_0163DC_6598,2018-08-02T04:43:29Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,low-cloudy,0,,32634,"POLYGON ((532990 5831230, 538080 5831230, 538080 5836320, 532990 5836320, 532990 5831230))",509,POINT (21.5253 52.65277),"10, 0, 532990, 0, -10, 5836320",1.0
19003,EDUARDO,ROI_9058,20190828T094039_20190828T094520_T34UED,S2B_MSIL1C_20190828T094039_N0208_R036_T34UED_20190828T123035,2019-08-28T09:46:00Z,N02.13,4.3.0,1.5.0,0.978712789219,0,0,0,162.853250158,45.9013746325,S1A_IW_GRDH_1SDV_20190827T044418_20190827T044443_028750_034167_C03F,2019-08-27T04:44:18Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,cloud-free,0,,32634,"POLYGON ((532990 5831230, 538080 5831230, 538080 5836320, 532990 5836320, 532990 5831230))",509,POINT (21.5253 52.65277),"10, 0, 532990, 0, -10, 5836320",1.0
19004,EDUARDO,ROI_9058,20191015T095031_20191015T095354_T34UED,S2A_MSIL1C_20191015T095031_N0208_R079_T34UED_20191015T102439,2019-10-15T09:55:55Z,N02.13,4.3.0,1.5.0,1.00410713313,0,0,0,173.628646154,28.5777115107,S1A_IW_GRDH_1SDV_20191014T044420_20191014T044445_029450_035997_9D8F,2019-10-14T04:44:20Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,mid-cloudy,0,,32634,"POLYGON ((532990 5831230, 538080 5831230, 538080 5836320, 532990 5836320, 532990 5831230))",509,POINT (21.5253 52.65277),"10, 0, 532990, 0, -10, 5836320",1.0
19250,EDUARDO,ROI_9302,20200623T075609_20200623T080005_T38UPD,S2B_MSIL1C_20200623T075609_N0209_R035_T38UPD_20200623T100353,2020-06-23T08:05:16Z,N02.14,4.3.0,1.5.0,0.968405133625971,0,0,0,158.128065095238,59.2984750899282,S1A_IW_GRDH_1SDV_20200622T030527_20200622T030552_033124_03D651_539D,2020-06-22T03:05:27Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,almost-clear,0,,32638,"POLYGON ((660610 5847530, 665700 5847530, 665700 5852620, 660610 5852620, 660610 5847530))",509,POINT (47.41883 52.77581),"10, 0, 660610, 0, -10, 5852620",1.0
19251,EDUARDO,ROI_9302,20190629T075619_20190629T080033_T38UPD,S2B_MSIL1C_20190629T075619_N0207_R035_T38UPD_20190629T095844,2019-06-29T08:05:22Z,N02.12,4.3.0,1.5.0,0.967796418173,0,0,0,157.785186122,59.0646329134,S1A_IW_GRDH_1SDV_20190628T030521_20190628T030546_027874_032595_ABB2,2019-06-28T03:05:21Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,cloudy,0,,32638,"POLYGON ((660610 5847530, 665700 5847530, 665700 5852620, 660610 5852620, 660610 5847530))",509,POINT (47.41883 52.77581),"10, 0, 660610, 0, -10, 5852620",1.0
19252,EDUARDO,ROI_9302,20181231T080329_20181231T080329_T38UPD,S2B_MSIL1C_20181231T080329_N0207_R035_T38UPD_20181231T082135,2018-12-31T08:05:11Z,N02.11,4.3.0,1.5.0,1.03406653412,0,0,0,168.539794773,13.442338148,S1A_IW_GRDH_1SDV_20181230T030518_20181230T030543_025249_02CAAE_CDE3,2018-12-30T03:05:18Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,40,scribble,cloud-free,0,,32638,"POLYGON ((660610 5847530, 665700 5847530, 665700 5852620, 660610 5852620, 660610 5847530))",509,POINT (47.41883 52.77581),"10, 0, 660610, 0, -10, 5852620",1.0
19253,EDUARDO,ROI_9302,20190724T075611_20190724T080349_T38UPD,S2A_MSIL1C_20190724T075611_N0208_R035_T38UPD_20190724T094704,2019-07-24T08:05:18Z,N02.13,4.3.0,1.5.0,0.968469483261,0,0,0,157.978034397,55.6483190673,S1A_IW_GRDH_1SDV_20190722T030522_20190722T030547_028224_033030_CEA8,2019-07-22T03:05:22Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,low-cloudy,0,,32638,"POLYGON ((660610 5847530, 665700 5847530, 665700 5852620, 660610 5852620, 660610 5847530))",509,POINT (47.41883 52.77581),"10, 0, 660610, 0, -10, 5852620",1.0
19254,EDUARDO,ROI_9302,20191012T075851_20191012T080035_T38UPD,S2A_MSIL1C_20191012T075851_N0208_R035_T38UPD_20191012T082155,2019-10-12T08:05:16Z,N02.13,4.3.0,1.5.0,1.00233584121,0,0,0,170.839923877,29.5462722328,S1A_IW_GRDH_1SDV_20191014T030526_20191014T030551_029449_03598D_1A2E,2019-10-14T03:05:26Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,mid-cloudy,0,,32638,"POLYGON ((660610 5847530, 665700 5847530, 665700 5852620, 660610 5852620, 660610 5847530))",509,POINT (47.41883 52.77581),"10, 0, 660610, 0, -10, 5852620",1.0
19255,EDUARDO,ROI_9304,20200718T075611_20200718T080349_T38UPF,S2A_MSIL1C_20200718T075611_N0209_R035_T38UPF_20200718T093438,2020-07-18T08:04:49Z,N02.14,4.3.0,1.5.0,0.967838496103116,0,0,0,158.578832580885,54.9788525052546,S1A_IW_GRDH_1SDV_20200716T030504_20200716T030529_033474_03E0F7_0833,2020-07-16T03:05:04Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,40,scribble,cloudy,0,,32638,"POLYGON ((648440 6034680, 653530 6034680, 653530 6039770, 648440 6039770, 648440 6034680))",509,POINT (47.32935 54.46021),"10, 0, 648440, 0, -10, 6039770",1.0
19256,EDUARDO,ROI_9304,20190530T075619_20190530T080326_T38UPF,S2B_MSIL1C_20190530T075619_N0207_R035_T38UPF_20190530T100127,2019-05-30T08:04:53Z,N02.12,4.3.0,1.5.0,0.974511612869,0,0,0,161.832071531,56.2224495239,S1A_IW_GRDH_1SDV_20190528T031307_20190528T031332_027422_0317EA_7173,2019-05-28T03:13:07Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,40,scribble,mid-cloudy,0,,32638,"POLYGON ((648440 6034680, 653530 6034680, 653530 6039770, 648440 6039770, 648440 6034680))",509,POINT (47.32935 54.46021),"10, 0, 648440, 0, -10, 6039770",1.0
19257,EDUARDO,ROI_9304,20200616T080609_20200616T080609_T38UPF,S2B_MSIL1C_20200616T080609_N0209_R078_T38UPF_20200616T101059,2020-06-16T08:14:44Z,N02.14,4.3.0,1.5.0,0.96960040312798,0,0,0,164.034197353454,58.097274870786,S1A_IW_GRDH_1SDV_20200615T031315_20200615T031340_033022_03D32F_5AB6,2020-06-15T03:13:15Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,low-cloudy,0,,32638,"POLYGON ((648440 6034680, 653530 6034680, 653530 6039770, 648440 6039770, 648440 6034680))",509,POINT (47.32935 54.46021),"10, 0, 648440, 0, -10, 6039770",1.0
19258,EDUARDO,ROI_9304,20190415T075611_20190415T080233_T38UPF,S2A_MSIL1C_20190415T075611_N0207_R035_T38UPF_20190415T092545,2019-04-15T08:04:47Z,N02.11,4.3.0,1.5.0,0.99616151645,0,0,0,164.147873492,44.2583438851,S1A_IW_GRDH_1SDV_20190417T030452_20190417T030517_026824_0303CD_E51E,2019-04-17T03:04:52Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,40,scribble,cloud-free,0,,32638,"POLYGON ((648440 6034680, 653530 6034680, 653530 6039770, 648440 6039770, 648440 6034680))",509,POINT (47.32935 54.46021),"10, 0, 648440, 0, -10, 6039770",1.0
19259,EDUARDO,ROI_9304,20200512T080611_20200512T081107_T38UPF,S2A_MSIL1C_20200512T080611_N0209_R078_T38UPF_20200512T094351,2020-05-12T08:14:46Z,N02.14,4.3.0,1.5.0,0.981591177773869,0,0,0,167.252032821201,53.2364289958308,S1A_IW_GRDH_1SDV_20200510T031312_20200510T031337_032497_03C36D_4550,2020-05-10T03:13:12Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,40,scribble,almost-clear,0,,32638,"POLYGON ((648440 6034680, 653530 6034680, 653530 6039770, 648440 6039770, 648440 6034680))",509,POINT (47.32935 54.46021),"10, 0, 648440, 0, -10, 6039770",1.0
19260,EDUARDO,ROI_9306,20200613T075609_20200613T080027_T39UUB,S2B_MSIL1C_20200613T075609_N0209_R035_T39UUB_20200613T100135,2020-06-13T08:04:29Z,N02.14,4.3.0,1.5.0,0.970248346375338,0,0,0,162.645158693299,56.9310759491851,S1B_IW_GRDH_1SDV_20200611T025534_20200611T025603_021980_029B7D_BAFF,2020-06-11T02:55:34Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloudy,0,,32639,"POLYGON ((367010 6140270, 372100 6140270, 372100 6145360, 367010 6145360, 367010 6140270))",509,POINT (48.93936 55.41419),"10, 0, 367010, 0, -10, 6145360",1.0
19261,EDUARDO,ROI_9306,20190619T075619_20190619T075710_T39UUB,S2B_MSIL1C_20190619T075619_N0207_R035_T39UUB_20190619T105931,2019-06-19T08:04:34Z,N02.12,4.3.0,1.5.0,0.969159700062,0,0,0,162.151259732,57.0607960955,S1B_IW_GRDH_1SDV_20190617T025527_20190617T025556_016730_01F7DE_D4A4,2019-06-17T02:55:27Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,mid-cloudy,0,,32639,"POLYGON ((367010 6140270, 372100 6140270, 372100 6145360, 367010 6145360, 367010 6140270))",509,POINT (48.93936 55.41419),"10, 0, 367010, 0, -10, 6145360",1.0
19262,EDUARDO,ROI_9306,20190724T075611_20190724T080349_T39UUB,S2A_MSIL1C_20190724T075611_N0208_R035_T39UUB_20190724T094704,2019-07-24T08:04:32Z,N02.13,4.3.0,1.5.0,0.968469483261,0,0,0,161.222482504,53.3690315195,S1B_IW_GRDH_1SDV_20190723T025530_20190723T025559_017255_020749_2971,2019-07-23T02:55:30Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - UPA,3.1,1.0,30,scribble,low-cloudy,0,,32639,"POLYGON ((367010 6140270, 372100 6140270, 372100 6145360, 367010 6145360, 367010 6140270))",509,POINT (48.93936 55.41419),"10, 0, 367010, 0, -10, 6145360",1.0
19263,EDUARDO,ROI_9306,20190525T075611_20190525T080347_T39UUB,S2A_MSIL1C_20190525T075611_N0207_R035_T39UUB_20190525T091147,2019-05-25T08:04:30Z,N02.12,4.3.0,1.5.0,0.976348340446,0,0,0,164.68033551,54.773459581,S1B_IW_GRDH_1SDV_20190524T025526_20190524T025555_016380_01ED68_E01D,2019-05-24T02:55:26Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,almost-clear,0,,32639,"POLYGON ((367010 6140270, 372100 6140270, 372100 6145360, 367010 6145360, 367010 6140270))",509,POINT (48.93936 55.41419),"10, 0, 367010, 0, -10, 6145360",1.0
19264,EDUARDO,ROI_9306,20200409T075611_20200409T075607_T39UUB,S2A_MSIL1C_20200409T075611_N0209_R035_T39UUB_20200409T092211,2020-04-09T08:04:25Z,N02.14,4.3.0,1.5.0,0.999193513844692,0,0,0,165.937557455512,41.62905719925,S1A_IW_GRDH_1SDV_20200411T030429_20200411T030458_032074_03B4DA_28F2,2020-04-11T03:04:29Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,30,scribble,cloud-free,0,,32639,"POLYGON ((367010 6140270, 372100 6140270, 372100 6145360, 367010 6145360, 367010 6140270))",509,POINT (48.93936 55.41419),"10, 0, 367010, 0, -10, 6145360",1.0
19320,EDUARDO,ROI_9383,20190419T064629_20190419T064630_T42VVH,S2B_MSIL1C_20190419T064629_N0207_R020_T42VVH_20190419T094151,2019-04-19T06:53:43Z,N02.11,4.3.0,1.5.0,0.993929743937,0,0,0,168.853003269,44.3124088178,S1B_IW_GRDH_1SDV_20190421T014110_20190421T014135_015898_01DDDA_EDED,2019-04-21T01:41:10Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloud-free,0,,32642,"POLYGON ((457060 6239720, 462150 6239720, 462150 6244810, 457060 6244810, 457060 6239720))",509,POINT (68.34684 56.32339),"10, 0, 457060, 0, -10, 6244810",1.0
19321,EDUARDO,ROI_9383,20200528T064631_20200528T064927_T42VVH,S2A_MSIL1C_20200528T064631_N0209_R020_T42VVH_20200528T084721,2020-05-28T06:53:43Z,N02.14,4.3.0,1.5.0,0.974989306836523,0,0,0,167.653538926814,54.7406166412622,S1B_IW_GRDH_1SDV_20200526T014928_20200526T014957_021746_029459_E453,2020-05-26T01:49:28Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,mid-cloudy,0,,32642,"POLYGON ((457060 6239720, 462150 6239720, 462150 6244810, 457060 6244810, 457060 6239720))",509,POINT (68.34684 56.32339),"10, 0, 457060, 0, -10, 6244810",1.0
19322,EDUARDO,ROI_9383,20190817T064629_20190817T064630_T42VVH,S2B_MSIL1C_20190817T064629_N0208_R020_T42VVH_20190817T093241,2019-08-17T06:53:43Z,N02.13,4.3.0,1.5.0,0.97441028188,0,0,0,166.742903315,46.5362843345,S1B_IW_GRDH_1SDV_20190819T014117_20190819T014142_017648_021334_AFC0,2019-08-19T01:41:17Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,10,scribble,low-cloudy,0,,32642,"POLYGON ((457060 6239720, 462150 6239720, 462150 6244810, 457060 6244810, 457060 6239720))",509,POINT (68.34684 56.32339),"10, 0, 457060, 0, -10, 6244810",1.0
19323,EDUARDO,ROI_9383,20200510T063629_20200510T063624_T42VVH,S2B_MSIL1C_20200510T063629_N0209_R120_T42VVH_20200512T202214,2020-05-10T06:43:38Z,N02.14,4.3.0,1.5.0,0.98256104630337,0,0,0,164.991652375339,50.6912007161501,S1B_IW_GRDH_1SDV_20200509T014117_20200509T014142_021498_028D14_D59C,2020-05-09T01:41:17Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,cloudy,0,,32642,"POLYGON ((457060 6239720, 462150 6239720, 462150 6244810, 457060 6244810, 457060 6239720))",509,POINT (68.34684 56.32339),"10, 0, 457060, 0, -10, 6244810",1.0
19324,EDUARDO,ROI_9383,20190603T064631_20190603T064640_T42VVH,S2A_MSIL1C_20190603T064631_N0207_R020_T42VVH_20190603T084832,2019-06-03T06:53:39Z,N02.12,4.3.0,1.5.0,0.973193549095,0,0,0,167.153089619,55.4474202427,S1B_IW_GRDH_1SDV_20190601T014922_20190601T014951_016496_01F0C7_2B33,2019-06-01T01:49:22Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,almost-clear,0,,32642,"POLYGON ((457060 6239720, 462150 6239720, 462150 6244810, 457060 6244810, 457060 6239720))",509,POINT (68.34684 56.32339),"10, 0, 457060, 0, -10, 6244810",1.0
19325,EDUARDO,ROI_9389,20190317T063629_20190317T063624_T42VVH,S2B_MSIL1C_20190317T063629_N0207_R120_T42VVH_20190317T101938,2019-03-17T06:43:38Z,N02.11,4.3.0,1.5.0,1.01266815486,0,0,0,164.813426054,31.2674056711,S1B_IW_GRDH_1SDV_20190316T014109_20190316T014134_015373_01CC8C_88DA,2019-03-16T01:41:09Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloud-free,0,,32642,"POLYGON ((428320 6230140, 433410 6230140, 433410 6235230, 428320 6235230, 428320 6230140))",509,POINT (67.88472 56.23402),"10, 0, 428320, 0, -10, 6235230",1.0
19326,EDUARDO,ROI_9389,20200627T064631_20200627T064926_T42VVH,S2A_MSIL1C_20200627T064631_N0209_R020_T42VVH_20200627T084828,2020-06-27T06:53:43Z,N02.14,4.3.0,1.5.0,0.967926741960142,0,0,0,164.858529660112,56.2820447488626,S1B_IW_GRDH_1SDV_20200626T014120_20200626T014145_022198_02A214_76BB,2020-06-26T01:41:20Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,30,scribble,cloudy,0,,32642,"POLYGON ((428320 6230140, 433410 6230140, 433410 6235230, 428320 6235230, 428320 6230140))",509,POINT (67.88472 56.23402),"10, 0, 428320, 0, -10, 6235230",1.0
19327,EDUARDO,ROI_9389,20190708T064639_20190708T064633_T42VVH,S2B_MSIL1C_20190708T064639_N0208_R020_T42VVH_20190708T094545,2019-07-08T06:53:46Z,N02.13,4.3.0,1.5.0,0.967363445272,0,0,0,164.344361135,55.4220722484,S1B_IW_GRDH_1SDV_20190707T014924_20190707T014953_017021_020057_63B9,2019-07-07T01:49:24Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,30,scribble,low-cloudy,0,,32642,"POLYGON ((428320 6230140, 433410 6230140, 433410 6235230, 428320 6235230, 428320 6230140))",509,POINT (67.88472 56.23402),"10, 0, 428320, 0, -10, 6235230",1.0
19328,EDUARDO,ROI_9389,20200624T063631_20200624T064243_T42VVH,S2A_MSIL1C_20200624T063631_N0209_R120_T42VVH_20200624T083657,2020-06-24T06:43:46Z,N02.14,4.3.0,1.5.0,0.968277688599342,0,0,0,161.042311749788,56.0022934786889,S1B_IW_GRDH_1SDV_20200626T014120_20200626T014145_022198_02A214_76BB,2020-06-26T01:41:20Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,30,scribble,mid-cloudy,0,,32642,"POLYGON ((428320 6230140, 433410 6230140, 433410 6235230, 428320 6235230, 428320 6230140))",509,POINT (67.88472 56.23402),"10, 0, 428320, 0, -10, 6235230",1.0
19329,EDUARDO,ROI_9389,20190529T064629_20190529T065338_T42VVH,S2B_MSIL1C_20190529T064629_N0207_R020_T42VVH_20190529T093346,2019-05-29T06:53:48Z,N02.12,4.3.0,1.5.0,0.974881448996,0,0,0,167.652644616,54.7775084731,S1B_IW_GRDH_1SDV_20190527T014112_20190527T014137_016423_01EEA9_0B95,2019-05-27T01:41:12Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,almost-clear,0,,32642,"POLYGON ((428320 6230140, 433410 6230140, 433410 6235230, 428320 6235230, 428320 6230140))",509,POINT (67.88472 56.23402),"10, 0, 428320, 0, -10, 6235230",1.0
19495,EDUARDO,ROI_9554,20190210T022839_20190210T022835_T52UEC,S2B_MSIL1C_20190210T022839_N0207_R046_T52UEC_20190210T041602,2019-02-10T02:33:11Z,N02.11,4.3.0,1.5.0,1.02856009081,0,0,0,163.803485107,22.3218377087,S1B_IW_GRDH_1SDV_20190208T212737_20190208T212802_014860_01BBC4_639C,2019-02-08T21:27:37Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,30,scribble,cloud-free,0,,32652,"POLYGON ((570560 5760760, 575650 5760760, 575650 5765850, 570560 5765850, 570560 5760760))",509,POINT (130.0653 52.01556),"10, 0, 570560, 0, -10, 5765850",1.0
19496,EDUARDO,ROI_9554,20200704T022549_20200704T022551_T52UEC,S2B_MSIL1C_20200704T022549_N0209_R046_T52UEC_20200704T041555,2020-07-04T02:33:13Z,N02.14,4.3.0,1.5.0,0.967442501450498,0,0,0,156.01978295236,59.3026985607082,S1B_IW_GRDH_1SDV_20200701T213543_20200701T213608_022283_02A4A9_49E2,2020-07-01T21:35:43Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,30,scribble,mid-cloudy,0,,32652,"POLYGON ((570560 5760760, 575650 5760760, 575650 5765850, 570560 5765850, 570560 5760760))",509,POINT (130.0653 52.01556),"10, 0, 570560, 0, -10, 5765850",1.0
19497,EDUARDO,ROI_9554,20200629T022551_20200629T022554_T52UEC,S2A_MSIL1C_20200629T022551_N0209_R046_T52UEC_20200629T040853,2020-06-29T02:33:16Z,N02.14,4.3.0,1.5.0,0.967755105018342,0,0,0,156.256855803731,59.7161339988046,S1B_IW_GRDH_1SDV_20200626T212748_20200626T212813_022210_02A26F_0155,2020-06-26T21:27:48Z,Sentinel-1 IPF,3.3,Copernicus S1 Core Ground Segment - DPA,3.3,1.0,30,scribble,almost-clear,0,,32652,"POLYGON ((570560 5760760, 575650 5760760, 575650 5765850, 570560 5765850, 570560 5760760))",509,POINT (130.0653 52.01556),"10, 0, 570560, 0, -10, 5765850",1.0
19498,EDUARDO,ROI_9554,20200724T022549_20200724T022551_T52UEC,S2B_MSIL1C_20200724T022549_N0209_R046_T52UEC_20200724T041011,2020-07-24T02:33:13Z,N02.14,4.3.0,1.5.0,0.968537757838615,0,0,0,156.668775211087,56.2288590272657,S1B_IW_GRDH_1SDV_20200725T213545_20200725T213610_022633_02AF49_AF8A,2020-07-25T21:35:45Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,30,scribble,cloudy,0,,32652,"POLYGON ((570560 5760760, 575650 5760760, 575650 5765850, 570560 5765850, 570560 5760760))",509,POINT (130.0653 52.01556),"10, 0, 570560, 0, -10, 5765850",1.0
19499,EDUARDO,ROI_9554,20190126T022951_20190126T022953_T52UEC,S2A_MSIL1C_20190126T022951_N0207_R046_T52UEC_20190126T041030,2019-01-26T02:33:07Z,N02.11,4.3.0,1.5.0,1.03249657274,0,0,0,165.046858895,18.1267556277,S1B_IW_GRDH_1SDV_20190127T212737_20190127T212802_014685_01B604_DB4C,2019-01-27T21:27:37Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,30,scribble,low-cloudy,0,,32652,"POLYGON ((570560 5760760, 575650 5760760, 575650 5765850, 570560 5765850, 570560 5760760))",509,POINT (130.0653 52.01556),"10, 0, 570560, 0, -10, 5765850",1.0
19825,ANGIE,ROI_9825,20190425T043701_20190425T043704_T47VNE,S2A_MSIL1C_20190425T043701_N0207_R033_T47VNE_20190425T074221,2019-04-25T04:42:21Z,N02.11,4.3.0,1.5.0,0.990660767717,0,0,0,167.68397779,44.4341272833,S1B_IW_GRDH_1SDV_20190422T234536_20190422T234601_015926_01DEC1_401F,2019-04-22T23:45:36Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,cloudy,0,,32647,"POLYGON ((573360 6463140, 578450 6463140, 578450 6468230, 573360 6468230, 573360 6463140))",509,POINT (100.296 58.32554),"10, 0, 573360, 0, -10, 6468230",1.0
19826,ANGIE,ROI_9825,20200723T043659_20200723T043734_T47VNE,S2B_MSIL1C_20200723T043659_N0209_R033_T47VNE_20200723T073813,2020-07-23T04:42:19Z,N02.14,4.3.0,1.5.0,0.968407299803202,0,0,0,163.279109321848,50.975913323428,S1B_IW_GRDH_1SDV_20200721T234547_20200721T234612_022576_02AD93_AD4F,2020-07-21T23:45:47Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,10,scribble,mid-cloudy,0,,32647,"POLYGON ((573360 6463140, 578450 6463140, 578450 6468230, 573360 6468230, 573360 6463140))",509,POINT (100.296 58.32554),"10, 0, 573360, 0, -10, 6468230",1.0
19827,ANGIE,ROI_9825,20190515T043701_20190515T043704_T47VNE,S2A_MSIL1C_20190515T043701_N0207_R033_T47VNE_20190515T063114,2019-05-15T04:42:21Z,N02.12,4.3.0,1.5.0,0.980603077583,0,0,0,167.285732116,50.1466800641,S1B_IW_GRDH_1SDV_20190516T234537_20190516T234602_016276_01EA1B_8704,2019-05-16T23:45:37Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - DPA,2.91,1.0,10,scribble,low-cloudy,0,,32647,"POLYGON ((573360 6463140, 578450 6463140, 578450 6468230, 573360 6468230, 573360 6463140))",509,POINT (100.296 58.32554),"10, 0, 573360, 0, -10, 6468230",1.0
19828,ANGIE,ROI_9825,20190212T044919_20190212T044920_T47VNE,S2B_MSIL1C_20190212T044919_N0207_R076_T47VNE_20190212T082715,2019-02-12T04:52:14Z,N02.11,4.3.0,1.5.0,1.02785001972,0,0,0,169.24635138,17.5428658718,S1B_IW_GRDH_1SDV_20190209T234535_20190209T234600_014876_01BC43_DCE3,2019-02-09T23:45:35Z,Sentinel-1 IPF,2.91,Copernicus S1 Core Ground Segment - UPA,2.91,1.0,10,scribble,cloud-free,0,,32647,"POLYGON ((573360 6463140, 578450 6463140, 578450 6468230, 573360 6468230, 573360 6463140))",509,POINT (100.296 58.32554),"10, 0, 573360, 0, -10, 6468230",1.0
19829,ANGIE,ROI_9825,20200618T043711_20200618T043707_T47VNE,S2A_MSIL1C_20200618T043711_N0209_R033_T47VNE_20200618T074817,2020-06-18T04:42:23Z,N02.14,4.3.0,1.5.0,0.969240521117161,0,0,0,164.42862452161,54.5663717984126,S1B_IW_GRDH_1SDV_20200615T234545_20200615T234610_022051_029D98_3CE2,2020-06-15T23:45:45Z,Sentinel-1 IPF,3.2,Copernicus S1 Core Ground Segment - DPA,3.2,1.0,10,scribble,almost-clear,0,,32647,"POLYGON ((573360 6463140, 578450 6463140, 578450 6468230, 573360 6468230, 573360 6463140))",509,POINT (100.296 58.32554),"10, 0, 573360, 0, -10, 6468230",1.0
19915,ANGIE,ROI_9914,20191103T052001_20191103T052037_T43PGS,S2A_MSIL1C_20191103T052001_N0208_R062_T43PGS_20191103T083428,2019-11-03T05:34:48Z,N02.13,4.3.0,1.5.0,1.01459869958,0,0,0,153.226309465,56.7625174404,S1B_IW_GRDH_1SDV_20191102T003859_20191102T003924_018741_023531_00A9,2019-11-02T00:38:59Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,cloud-free,0,,32643,"POLYGON ((727930 1656210, 733020 1656210, 733020 1661300, 727930 1661300, 727930 1656210))",509,POINT (77.14331 14.99379),"10, 0, 727930, 0, -10, 1661300",1.0
19916,ANGIE,ROI_9914,20191029T051929_20191029T053128_T43PGS,S2B_MSIL1C_20191029T051929_N0208_R062_T43PGS_20191029T090522,2019-10-29T05:34:46Z,N02.13,4.3.0,1.5.0,1.0118998003,0,0,0,151.752214361,58.1720321027,S1A_IW_GRDH_1SDV_20191027T003937_20191027T004002_029637_03600F_2779,2019-10-27T00:39:37Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,low-cloudy,0,,32643,"POLYGON ((727930 1656210, 733020 1656210, 733020 1661300, 727930 1661300, 727930 1656210))",509,POINT (77.14331 14.99379),"10, 0, 727930, 0, -10, 1661300",1.0
19917,ANGIE,ROI_9914,20200730T051701_20200730T052738_T43PGS,S2A_MSIL1C_20200730T051701_N0209_R062_T43PGS_20200730T081603,2020-07-30T05:34:51Z,N02.14,4.3.0,1.5.0,0.969610586818093,0,0,0,76.9950401232592,70.0337789142647,S1A_IW_GRDH_1SDV_20200729T003945_20200729T004010_033662_03E6C5_A614,2020-07-29T00:39:45Z,Sentinel-1 IPF,3.31,Copernicus S1 Core Ground Segment - DPA,3.31,1.0,40,scribble,mid-cloudy,0,,32643,"POLYGON ((727930 1656210, 733020 1656210, 733020 1661300, 727930 1661300, 727930 1656210))",509,POINT (77.14331 14.99379),"10, 0, 727930, 0, -10, 1661300",1.0
19918,ANGIE,ROI_9914,20191128T052149_20191128T052347_T43PGS,S2B_MSIL1C_20191128T052149_N0208_R062_T43PGS_20191128T082121,2019-11-28T05:34:41Z,N02.13,4.3.0,1.5.0,1.02621355392,0,0,0,156.2680949,50.6585138408,S1B_IW_GRDH_1SDV_20191126T003859_20191126T003924_019091_024078_A420,2019-11-26T00:38:59Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,cloudy,0,,32643,"POLYGON ((727930 1656210, 733020 1656210, 733020 1661300, 727930 1661300, 727930 1656210))",509,POINT (77.14331 14.99379),"10, 0, 727930, 0, -10, 1661300",1.0
19919,ANGIE,ROI_9914,20190929T051649_20190929T052609_T43PGS,S2B_MSIL1C_20190929T051649_N0208_R062_T43PGS_20190929T090912,2019-09-29T05:34:46Z,N02.13,4.3.0,1.5.0,0.994828440471,0,0,0,134.993853457,66.2633746953,S1B_IW_GRDH_1SDV_20190927T003857_20190927T003922_018216_0224CE_F5A7,2019-09-27T00:38:57Z,Sentinel-1 IPF,3.1,Copernicus S1 Core Ground Segment - DPA,3.1,1.0,40,scribble,almost-clear,0,,32643,"POLYGON ((727930 1656210, 733020 1656210, 733020 1661300, 727930 1661300, 727930 1656210))",509,POINT (77.14331 14.99379),"10, 0, 727930, 0, -10, 1661300",1.0