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