stac-api 0.8.2

Rust library for the SpatioTemporal Asset Catalog (STAC) API specification
Documentation
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
{
    "type": "FeatureCollection",
    "features": [
        {
            "id": "S2A_MSIL2A_20230216T235751_R087_T52CDV_20230217T134828",
            "bbox": [
                125.00680923,
                -77.00257728,
                126.30912414,
                -76.55113959
            ],
            "type": "Feature",
            "links": [
                {
                    "rel": "collection",
                    "type": "application/json",
                    "href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a"
                },
                {
                    "rel": "parent",
                    "type": "application/json",
                    "href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a"
                },
                {
                    "rel": "root",
                    "type": "application/json",
                    "href": "https://planetarycomputer.microsoft.com/api/stac/v1/"
                },
                {
                    "rel": "self",
                    "type": "application/geo+json",
                    "href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20230216T235751_R087_T52CDV_20230217T134828"
                },
                {
                    "rel": "license",
                    "href": "https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice"
                },
                {
                    "rel": "preview",
                    "href": "https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20230216T235751_R087_T52CDV_20230217T134828",
                    "title": "Map of item",
                    "type": "text/html"
                }
            ],
            "assets": {
                "AOT": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R10m/T52CDV_20230216T235751_AOT_10m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        10980,
                        10980
                    ],
                    "proj:transform": [
                        10.0,
                        0.0,
                        399960.0,
                        0.0,
                        -10.0,
                        1500040.0
                    ],
                    "gsd": 10.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Aerosol optical thickness (AOT)"
                },
                "B01": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R60m/T52CDV_20230216T235751_B01_60m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        1830,
                        1830
                    ],
                    "proj:transform": [
                        60.0,
                        0.0,
                        399960.0,
                        0.0,
                        -60.0,
                        1500040.0
                    ],
                    "gsd": 60.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 1 - Coastal aerosol - 60m",
                    "eo:bands": [
                        {
                            "name": "B01",
                            "common_name": "coastal",
                            "description": "Band 1 - Coastal aerosol",
                            "center_wavelength": 0.443,
                            "full_width_half_max": 0.027
                        }
                    ]
                },
                "B02": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R10m/T52CDV_20230216T235751_B02_10m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        10980,
                        10980
                    ],
                    "proj:transform": [
                        10.0,
                        0.0,
                        399960.0,
                        0.0,
                        -10.0,
                        1500040.0
                    ],
                    "gsd": 10.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 2 - Blue - 10m",
                    "eo:bands": [
                        {
                            "name": "B02",
                            "common_name": "blue",
                            "description": "Band 2 - Blue",
                            "center_wavelength": 0.49,
                            "full_width_half_max": 0.098
                        }
                    ]
                },
                "B03": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R10m/T52CDV_20230216T235751_B03_10m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        10980,
                        10980
                    ],
                    "proj:transform": [
                        10.0,
                        0.0,
                        399960.0,
                        0.0,
                        -10.0,
                        1500040.0
                    ],
                    "gsd": 10.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 3 - Green - 10m",
                    "eo:bands": [
                        {
                            "name": "B03",
                            "common_name": "green",
                            "description": "Band 3 - Green",
                            "center_wavelength": 0.56,
                            "full_width_half_max": 0.045
                        }
                    ]
                },
                "B04": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R10m/T52CDV_20230216T235751_B04_10m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        10980,
                        10980
                    ],
                    "proj:transform": [
                        10.0,
                        0.0,
                        399960.0,
                        0.0,
                        -10.0,
                        1500040.0
                    ],
                    "gsd": 10.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 4 - Red - 10m",
                    "eo:bands": [
                        {
                            "name": "B04",
                            "common_name": "red",
                            "description": "Band 4 - Red",
                            "center_wavelength": 0.665,
                            "full_width_half_max": 0.038
                        }
                    ]
                },
                "B05": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R20m/T52CDV_20230216T235751_B05_20m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        5490,
                        5490
                    ],
                    "proj:transform": [
                        20.0,
                        0.0,
                        399960.0,
                        0.0,
                        -20.0,
                        1500040.0
                    ],
                    "gsd": 20.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 5 - Vegetation red edge 1 - 20m",
                    "eo:bands": [
                        {
                            "name": "B05",
                            "common_name": "rededge",
                            "description": "Band 5 - Vegetation red edge 1",
                            "center_wavelength": 0.704,
                            "full_width_half_max": 0.019
                        }
                    ]
                },
                "B06": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R20m/T52CDV_20230216T235751_B06_20m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        5490,
                        5490
                    ],
                    "proj:transform": [
                        20.0,
                        0.0,
                        399960.0,
                        0.0,
                        -20.0,
                        1500040.0
                    ],
                    "gsd": 20.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 6 - Vegetation red edge 2 - 20m",
                    "eo:bands": [
                        {
                            "name": "B06",
                            "common_name": "rededge",
                            "description": "Band 6 - Vegetation red edge 2",
                            "center_wavelength": 0.74,
                            "full_width_half_max": 0.018
                        }
                    ]
                },
                "B07": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R20m/T52CDV_20230216T235751_B07_20m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        5490,
                        5490
                    ],
                    "proj:transform": [
                        20.0,
                        0.0,
                        399960.0,
                        0.0,
                        -20.0,
                        1500040.0
                    ],
                    "gsd": 20.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 7 - Vegetation red edge 3 - 20m",
                    "eo:bands": [
                        {
                            "name": "B07",
                            "common_name": "rededge",
                            "description": "Band 7 - Vegetation red edge 3",
                            "center_wavelength": 0.783,
                            "full_width_half_max": 0.028
                        }
                    ]
                },
                "B08": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R10m/T52CDV_20230216T235751_B08_10m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        10980,
                        10980
                    ],
                    "proj:transform": [
                        10.0,
                        0.0,
                        399960.0,
                        0.0,
                        -10.0,
                        1500040.0
                    ],
                    "gsd": 10.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 8 - NIR - 10m",
                    "eo:bands": [
                        {
                            "name": "B08",
                            "common_name": "nir",
                            "description": "Band 8 - NIR",
                            "center_wavelength": 0.842,
                            "full_width_half_max": 0.145
                        }
                    ]
                },
                "B09": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R60m/T52CDV_20230216T235751_B09_60m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        1830,
                        1830
                    ],
                    "proj:transform": [
                        60.0,
                        0.0,
                        399960.0,
                        0.0,
                        -60.0,
                        1500040.0
                    ],
                    "gsd": 60.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 9 - Water vapor - 60m",
                    "eo:bands": [
                        {
                            "name": "B09",
                            "description": "Band 9 - Water vapor",
                            "center_wavelength": 0.945,
                            "full_width_half_max": 0.026
                        }
                    ]
                },
                "B11": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R20m/T52CDV_20230216T235751_B11_20m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        5490,
                        5490
                    ],
                    "proj:transform": [
                        20.0,
                        0.0,
                        399960.0,
                        0.0,
                        -20.0,
                        1500040.0
                    ],
                    "gsd": 20.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 11 - SWIR (1.6) - 20m",
                    "eo:bands": [
                        {
                            "name": "B11",
                            "common_name": "swir16",
                            "description": "Band 11 - SWIR (1.6)",
                            "center_wavelength": 1.61,
                            "full_width_half_max": 0.143
                        }
                    ]
                },
                "B12": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R20m/T52CDV_20230216T235751_B12_20m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        5490,
                        5490
                    ],
                    "proj:transform": [
                        20.0,
                        0.0,
                        399960.0,
                        0.0,
                        -20.0,
                        1500040.0
                    ],
                    "gsd": 20.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 12 - SWIR (2.2) - 20m",
                    "eo:bands": [
                        {
                            "name": "B12",
                            "common_name": "swir22",
                            "description": "Band 12 - SWIR (2.2)",
                            "center_wavelength": 2.19,
                            "full_width_half_max": 0.242
                        }
                    ]
                },
                "B8A": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R20m/T52CDV_20230216T235751_B8A_20m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        5490,
                        5490
                    ],
                    "proj:transform": [
                        20.0,
                        0.0,
                        399960.0,
                        0.0,
                        -20.0,
                        1500040.0
                    ],
                    "gsd": 20.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Band 8A - Vegetation red edge 4 - 20m",
                    "eo:bands": [
                        {
                            "name": "B8A",
                            "common_name": "rededge",
                            "description": "Band 8A - Vegetation red edge 4",
                            "center_wavelength": 0.865,
                            "full_width_half_max": 0.033
                        }
                    ]
                },
                "SCL": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R20m/T52CDV_20230216T235751_SCL_20m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        5490,
                        5490
                    ],
                    "proj:transform": [
                        20.0,
                        0.0,
                        399960.0,
                        0.0,
                        -20.0,
                        1500040.0
                    ],
                    "gsd": 20.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Scene classfication map (SCL)"
                },
                "WVP": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R10m/T52CDV_20230216T235751_WVP_10m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        10980,
                        10980
                    ],
                    "proj:transform": [
                        10.0,
                        0.0,
                        399960.0,
                        0.0,
                        -10.0,
                        1500040.0
                    ],
                    "gsd": 10.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "Water vapour (WVP)"
                },
                "visual": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/IMG_DATA/R10m/T52CDV_20230216T235751_TCI_10m.tif",
                    "proj:bbox": [
                        399960.0,
                        1390240.0,
                        509760.0,
                        1500040.0
                    ],
                    "proj:shape": [
                        10980,
                        10980
                    ],
                    "proj:transform": [
                        10.0,
                        0.0,
                        399960.0,
                        0.0,
                        -10.0,
                        1500040.0
                    ],
                    "gsd": 10.0,
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "data"
                    ],
                    "title": "True color image",
                    "eo:bands": [
                        {
                            "name": "B04",
                            "common_name": "red",
                            "description": "Band 4 - Red",
                            "center_wavelength": 0.665,
                            "full_width_half_max": 0.038
                        },
                        {
                            "name": "B03",
                            "common_name": "green",
                            "description": "Band 3 - Green",
                            "center_wavelength": 0.56,
                            "full_width_half_max": 0.045
                        },
                        {
                            "name": "B02",
                            "common_name": "blue",
                            "description": "Band 2 - Blue",
                            "center_wavelength": 0.49,
                            "full_width_half_max": 0.098
                        }
                    ]
                },
                "preview": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/QI_DATA/T52CDV_20230216T235751_PVI.tif",
                    "type": "image/tiff; application=geotiff; profile=cloud-optimized",
                    "roles": [
                        "thumbnail"
                    ],
                    "title": "Thumbnail"
                },
                "safe-manifest": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/manifest.safe",
                    "type": "application/xml",
                    "roles": [
                        "metadata"
                    ],
                    "title": "SAFE manifest"
                },
                "granule-metadata": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/GRANULE/L2A_T52CDV_A039981_20230216T235752/MTD_TL.xml",
                    "type": "application/xml",
                    "roles": [
                        "metadata"
                    ],
                    "title": "Granule metadata"
                },
                "inspire-metadata": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/INSPIRE.xml",
                    "type": "application/xml",
                    "roles": [
                        "metadata"
                    ],
                    "title": "INSPIRE metadata"
                },
                "product-metadata": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/MTD_MSIL2A.xml",
                    "type": "application/xml",
                    "roles": [
                        "metadata"
                    ],
                    "title": "Product metadata"
                },
                "datastrip-metadata": {
                    "href": "https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/52/C/DV/2023/02/16/S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE/DATASTRIP/DS_ESRI_20230217T134828_S20230216T235752/MTD_DS.xml",
                    "type": "application/xml",
                    "roles": [
                        "metadata"
                    ],
                    "title": "Datastrip metadata"
                },
                "tilejson": {
                    "title": "TileJSON with default rendering",
                    "href": "https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20230216T235751_R087_T52CDV_20230217T134828&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png",
                    "type": "application/json",
                    "roles": [
                        "tiles"
                    ]
                },
                "rendered_preview": {
                    "title": "Rendered preview",
                    "rel": "preview",
                    "href": "https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20230216T235751_R087_T52CDV_20230217T134828&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png",
                    "roles": [
                        "overview"
                    ],
                    "type": "image/png"
                }
            },
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            126.3091241,
                            -76.5591414
                        ],
                        [
                            126.1075547,
                            -76.6301028
                        ],
                        [
                            125.7485584,
                            -76.7541645
                        ],
                        [
                            125.383403,
                            -76.8778593
                        ],
                        [
                            125.0114993,
                            -77.0010569
                        ],
                        [
                            125.0068092,
                            -77.0025773
                        ],
                        [
                            125.1441352,
                            -76.5511396
                        ],
                        [
                            126.3091241,
                            -76.5591414
                        ]
                    ]
                ]
            },
            "collection": "sentinel-2-l2a",
            "properties": {
                "datetime": "2023-02-16T23:57:51.024000Z",
                "platform": "Sentinel-2A",
                "proj:epsg": 32752,
                "instruments": [
                    "msi"
                ],
                "s2:mgrs_tile": "52CDV",
                "constellation": "Sentinel 2",
                "s2:granule_id": "S2A_OPER_MSI_L2A_TL_ESRI_20230217T134828_A039981_T52CDV_N04.00",
                "eo:cloud_cover": 3.713901,
                "s2:datatake_id": "GS2A_20230216T235751_039981_N04.00",
                "s2:product_uri": "S2A_MSIL2A_20230216T235751_N0400_R087_T52CDV_20230217T134828.SAFE",
                "s2:datastrip_id": "S2A_OPER_MSI_L2A_DS_ESRI_20230217T134828_S20230216T235752_N04.00",
                "s2:product_type": "S2MSI2A",
                "sat:orbit_state": "descending",
                "s2:datatake_type": "INS-NOBS",
                "s2:generation_time": "2023-02-17T13:48:28.300438Z",
                "sat:relative_orbit": 87,
                "s2:water_percentage": 0.0,
                "s2:mean_solar_zenith": 71.0120673687371,
                "s2:mean_solar_azimuth": 59.7407187371507,
                "s2:processing_baseline": "04.00",
                "s2:snow_ice_percentage": 96.2861,
                "s2:vegetation_percentage": 0.0,
                "s2:thin_cirrus_percentage": 0.0,
                "s2:cloud_shadow_percentage": 0.0,
                "s2:nodata_pixel_percentage": 93.810731,
                "s2:unclassified_percentage": 0.0,
                "s2:dark_features_percentage": 0.0,
                "s2:not_vegetated_percentage": 0.0,
                "s2:degraded_msi_data_percentage": 0.0,
                "s2:high_proba_clouds_percentage": 0.0,
                "s2:reflectance_conversion_factor": 1.02617077673437,
                "s2:medium_proba_clouds_percentage": 3.713901,
                "s2:saturated_defective_pixel_percentage": 0.0
            },
            "stac_extensions": [
                "https://stac-extensions.github.io/eo/v1.0.0/schema.json",
                "https://stac-extensions.github.io/sat/v1.0.0/schema.json",
                "https://stac-extensions.github.io/projection/v1.0.0/schema.json"
            ],
            "stac_version": "1.0.0"
        }
    ],
    "links": [
        {
            "rel": "items",
            "type": "application/geo+json",
            "href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items"
        },
        {
            "rel": "parent",
            "type": "application/json",
            "href": "https://planetarycomputer.microsoft.com/api/stac/v1/"
        },
        {
            "rel": "root",
            "type": "application/json",
            "href": "https://planetarycomputer.microsoft.com/api/stac/v1/"
        },
        {
            "rel": "self",
            "type": "application/json",
            "href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a"
        },
        {
            "rel": "next",
            "type": "application/geo+json",
            "method": "GET",
            "href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items?limit=1&token=next:S2A_MSIL2A_20230216T235751_R087_T52CDV_20230217T134828"
        },
        {
            "rel": "previous",
            "type": "application/geo+json",
            "method": "GET",
            "href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items?limit=1&token=prev:S2A_MSIL2A_20230216T235751_R087_T52CDV_20230217T134828"
        }
    ]
}