Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit b6180b7

Browse files
committed
fix item
1 parent 979b23d commit b6180b7

File tree

1 file changed

+5
-80
lines changed

1 file changed

+5
-80
lines changed
Lines changed: 5 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"type": "Feature",
33
"stac_version": "1.0.0-beta.1",
4-
"stac_extensions": [
5-
"eo",
6-
"view",
7-
"proj"
8-
],
4+
"stac_extensions": [],
95
"id": "S2A_34SGA_20200318_0_L2A",
106
"bbox": [
117
23.293255090449595,
@@ -41,90 +37,19 @@
4137
]
4238
},
4339
"properties": {
44-
"datetime": "2020-03-18T09:11:33Z",
45-
"platform": "sentinel-2a",
46-
"constellation": "sentinel-2",
47-
"instruments": [
48-
"msi"
49-
],
50-
"gsd": 10,
51-
"data_coverage": 73.85,
52-
"view:off_nadir": 0,
53-
"eo:cloud_cover": 89.84,
54-
"proj:epsg": 32634,
55-
"sentinel:latitude_band": "S",
56-
"sentinel:grid_square": "GA",
57-
"sentinel:sequence": "0",
58-
"sentinel:product_id": "S2A_MSIL2A_20200318T085701_N0214_R007_T34SGA_20200318T115254",
59-
"created": "2020-05-12T21:03:26.671Z",
60-
"updated": "2020-05-12T21:03:26.671Z"
40+
"datetime": "2020-03-18T09:11:33Z"
6141
},
62-
"collection": "sentinel-s2-l2a-cogs",
6342
"assets": {
6443
"B01": {
6544
"title": "Band 1 (coastal)",
6645
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
67-
"href": "https://myurl.com/B01.tif",
68-
"proj:shape": [
69-
1830,
70-
1830
71-
],
72-
"proj:transform": [
73-
60,
74-
0,
75-
699960,
76-
0,
77-
-60,
78-
3600000,
79-
0,
80-
0,
81-
1
82-
]
46+
"href": "https://myurl.com/B01.tif"
8347
},
8448
"B09": {
8549
"title": "Band 9",
8650
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
87-
"href": "https://myurl.com/B09.tif",
88-
"proj:shape": [
89-
1830,
90-
1830
91-
],
92-
"proj:transform": [
93-
60,
94-
0,
95-
699960,
96-
0,
97-
-60,
98-
3600000,
99-
0,
100-
0,
101-
1
102-
]
51+
"href": "https://myurl.com/B09.tif"
10352
}
10453
},
105-
"links": [
106-
{
107-
"rel": "self",
108-
"href": "s3://sentinel-cogs/sentinel-s2-l2a-cogs/2020/S2A_34SGA_20200318_0_L2A/S2A_34SGA_20200318_0_L2A.json",
109-
"type": "application/json"
110-
},
111-
{
112-
"rel": "parent",
113-
"href": "https://myurl.com/v0/collections/sentinel-s2-l2a"
114-
},
115-
{
116-
"rel": "collection",
117-
"href": "https://myurl.com/v0/collections/sentinel-s2-l2a"
118-
},
119-
{
120-
"rel": "root",
121-
"href": "https://myurl.com/v0/"
122-
},
123-
{
124-
"title": "Source STAC Item",
125-
"rel": "derived_from",
126-
"href": "https://myurl.com/collections/sentinel-s2-l2a/items/S2A_34SGA_20200318_0_L2A",
127-
"type": "application/json"
128-
}
129-
]
54+
"links": []
13055
}

0 commit comments

Comments
 (0)