-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathai4eo_structure_test.yaml
978 lines (978 loc) · 92.1 KB
/
ai4eo_structure_test.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
eopatch-01:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-01/ts_037.tif
eopatch-02:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-02/ts_021.tif
eopatch-03:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_037.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_038.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_039.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_040.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_041.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_042.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_043.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_044.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_045.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_046.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-03/ts_047.tif
eopatch-04:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-04/ts_037.tif
eopatch-05:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-05/ts_037.tif
eopatch-06:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-06/ts_037.tif
eopatch-07:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_037.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_038.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_039.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_040.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_041.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_042.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-07/ts_043.tif
eopatch-08:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-08/ts_037.tif
eopatch-09:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-09/ts_018.tif
eopatch-10:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-10/ts_037.tif
eopatch-11:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-11/ts_037.tif
eopatch-12:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-12/ts_037.tif
eopatch-13:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-13/ts_037.tif
eopatch-14:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-14/ts_037.tif
eopatch-15:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-15/ts_037.tif
eopatch-16:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-16/ts_037.tif
eopatch-17:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-17/ts_024.tif
eopatch-18:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-18/ts_037.tif
eopatch-19:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-19/ts_037.tif
eopatch-20:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-20/ts_018.tif
eopatch-21:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-21/ts_037.tif
eopatch-22:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_037.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_038.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_039.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_040.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_041.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_042.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_043.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_044.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-22/ts_045.tif
eopatch-23:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_037.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_038.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_039.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_040.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_041.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_042.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_043.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_044.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_045.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-23/ts_046.tif
eopatch-24:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-24/ts_018.tif
eopatch-25:
boundary_paths: null
scl_mask_paths:
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_000.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_001.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_002.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_003.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_004.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_005.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_006.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_007.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_008.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_009.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_010.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_011.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_012.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_013.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_014.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_015.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_016.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_017.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_018.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_019.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_020.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_021.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_022.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_023.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_024.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_025.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_026.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_027.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_028.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_029.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_030.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_031.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_032.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_033.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_034.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_035.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_036.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_037.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_038.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_039.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_040.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_041.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_042.tif
- /ds/images/AI4EO/EnhancedS2Agriculture/raw/test_s2coverage_restructured_temp/eopatch-25/ts_043.tif