Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 62e64ad

Browse files
committed
feat: add sentinel-2-l2a collection
1 parent ec0fec1 commit 62e64ad

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

data/collections.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,39 @@
3232
"type": "application/vnd.apache.parquet"
3333
}
3434
}
35+
},
36+
{
37+
"type": "Collection",
38+
"stac_version": "1.1.0",
39+
"id": "sentinel-2-l2a",
40+
"description": "Sentinel 2 STAC items from the Microsoft Planetary Computer, 2024 only",
41+
"license": "other",
42+
"extent": {
43+
"spatial": {
44+
"bbox": [
45+
[
46+
-179.99523907,
47+
-82.84941944,
48+
179.98892131,
49+
62.57091961
50+
]
51+
]
52+
},
53+
"temporal": {
54+
"interval": [
55+
[
56+
"2024-01-01T00:00:00Z",
57+
"2024-12-31T23:59:59Z"
58+
]
59+
]
60+
}
61+
},
62+
"links": [],
63+
"assets": {
64+
"data": {
65+
"href": "./sentinel-2-l2a/*.parquet",
66+
"type": "application/vnd.apache.parquet"
67+
}
68+
}
3569
}
3670
]

0 commit comments

Comments
 (0)