jfloresf commited on
Commit
93d2849
·
1 Parent(s): b8aad31

Update main.json

Browse files
Files changed (1) hide show
  1. main.json +10 -23
main.json CHANGED
@@ -1,56 +1,43 @@
1
  {
2
  "type": "Collection",
3
  "stac_version": "1.0.0-beta.2",
4
- "id": "burn-cems-1",
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
- "2022-12-31T00:00:00Z"
23
  ]
24
  ]
25
  }
26
- },
27
  "links": [
28
  {
29
  "rel": "self",
30
- "href": "https://huggingface.co/datasets/jfloresf/burn-cems-1/tree/main/catalog.json"
31
  }
32
  ],
33
  "ml:train": {
34
- "n_items": 359,
35
- "url": "https://huggingface.co/datasets/jfloresf/burn-cems-1/tree/main/train/"
36
  },
37
  "ml:validation": {
38
- "n_items": 67,
39
- "url": "https://huggingface.co/datasets/jfloresf/burn-cems-1/tree/main/validation/"
40
  },
41
  "ml:test": {
42
- "n_items": 43,
43
- "url": "https://huggingface.co/datasets/jfloresf/burn-cems-1/tree/main/test/"
44
  },
45
  "ml:version": "0.0.1",
46
  "ml:task": "TensorToTensor",
47
  "ml:curator": {
48
  "name": "Jair Flores",
49
- "email": "jfloresf0517@gmail.com",
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"