Datasets:

Modalities:
Image
Text
Formats:
parquet
Srikumar26 commited on
Commit
d7225b3
·
verified ·
1 Parent(s): 1f056e0

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: val
8
+ path: data/val-*
9
+ dataset_info:
10
+ features:
11
+ - name: image
12
+ dtype: image
13
+ - name: Latitude
14
+ dtype: float64
15
+ - name: Longitude
16
+ dtype: float64
17
+ - name: Species
18
+ dtype: string
19
+ - name: Height_lowerbound
20
+ dtype: float64
21
+ - name: Height_upperbound
22
+ dtype: float64
23
+ - name: SLA_lowerbound
24
+ dtype: float64
25
+ - name: SLA_upperbound
26
+ dtype: float64
27
+ - name: Leaf_N_lowerbound
28
+ dtype: float64
29
+ - name: Leaf_N_upperbound
30
+ dtype: float64
31
+ - name: PFT
32
+ dtype: string
33
+ - name: Height
34
+ dtype: float64
35
+ - name: SLA
36
+ dtype: float64
37
+ - name: Leaf_N
38
+ dtype: float64
39
+ - name: LeafArea
40
+ dtype: float64
41
+ - name: LeafArea_lowerbound
42
+ dtype: float64
43
+ - name: LeafArea_upperbound
44
+ dtype: float64
45
+ splits:
46
+ - name: train
47
+ num_bytes: 250130569072
48
+ num_examples: 222590
49
+ - name: val
50
+ num_bytes: 95939878293
51
+ num_examples: 84710
52
+ download_size: 334102924082
53
+ dataset_size: 346070447365
54
+ ---