Files changed (1) hide show
  1. main.json +56 -0
main.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "Collection",
3
+ "stac_version": "1.0.0-beta.2",
4
+ "id": "demo2",
5
+ "description": "Burn Cems 2",
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
+ null
23
+ ]
24
+ ]
25
+ }
26
+ },
27
+ "links": [
28
+ {
29
+ "rel": "self",
30
+ "href": "https://huggingface.co/datasets/jfloresf/burn-cems-2/resolve/main/catalog.json"
31
+ }
32
+ ],
33
+ "ml:train": {
34
+ "n_items": 1361,
35
+ "url": "https://huggingface.co/datasets/jfloresf/burn-cems-2/resolve/main/train/"
36
+ },
37
+ "ml:validation": {
38
+ "n_items": 304,
39
+ "url": "https://huggingface.co/datasets/jfloresf/burn-cems-2/resolve/main/validation/"
40
+ },
41
+ "ml:test": {
42
+ "n_items": 459,
43
+ "url": "https://huggingface.co/datasets/jfloresf/burn-cems-2/resolve/main/test/"
44
+ },
45
+ "ml:version": "0.0.1",
46
+ "ml:task": "TensorToTensor",
47
+ "ml:curator": {
48
+ "name": "Jair Flores",
49
+ "email": "[email protected]",
50
+ "url": "https://huggingface.co/jfloresf"
51
+ },
52
+ "ml:split_strategy": {
53
+ },
54
+ "ml:discuss": "https://huggingface.co/jfloresf",
55
+ "ml:raw": "https://huggingface.co/jfloresf"
56
+ }