Create main.json
Browse files
main.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"type": "Collection",
|
3 |
+
"stac_version": "1.0.0-beta.2",
|
4 |
+
"id": "demo2",
|
5 |
+
"description": "Demo collection",
|
6 |
+
"license": "CC-BY-4.0",
|
7 |
+
"extent": {
|
8 |
+
"spatial": {
|
9 |
+
"bbox": [
|
10 |
+
[-180, -90, 180, 90]
|
11 |
+
]
|
12 |
+
},
|
13 |
+
"temporal": {
|
14 |
+
"interval": [
|
15 |
+
["2018-01-01T00:00:00Z", None]
|
16 |
+
]
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"links": [
|
20 |
+
{
|
21 |
+
"rel": "self",
|
22 |
+
"href": "https://huggingface.co/datasets/jfloresf/demo2/resolve/main/catalog.json"
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"ml:train": {
|
26 |
+
"n_items": 5,
|
27 |
+
"url": "https://huggingface.co/datasets/jfloresf/demo2/resolve/main/train/",
|
28 |
+
},
|
29 |
+
"ml:validation": {
|
30 |
+
"n_items": 5,
|
31 |
+
"url": "https://huggingface.co/datasets/jfloresf/demo2/resolve/main/validation/",
|
32 |
+
},
|
33 |
+
"ml:test": {
|
34 |
+
"n_items": 5,
|
35 |
+
"url": "https://huggingface.co/datasets/jfloresf/demo2/resolve/main/test/",
|
36 |
+
},
|
37 |
+
"ml:version": "0.0.1",
|
38 |
+
"ml:task": "TensorToTensor",
|
39 |
+
"ml:curator": {
|
40 |
+
"name": "Javier Flores",
|
41 |
+
"email": "demo@gmail.com",
|
42 |
+
"url": "https://huggingface.co/jfloresf"
|
43 |
+
},
|
44 |
+
"ml:split_strategy": {
|
45 |
+
"type": "random",
|
46 |
+
},
|
47 |
+
"ml:discuss": "https://huggingface.co/jfloresf",
|
48 |
+
"ml:raw": "https://huggingface.co/jfloresf"
|
49 |
+
}
|