Datasets:

Modalities:
Image
Text
Formats:
parquet
File size: 1,054 Bytes
d7225b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: Latitude
    dtype: float64
  - name: Longitude
    dtype: float64
  - name: Species
    dtype: string
  - name: Height_lowerbound
    dtype: float64
  - name: Height_upperbound
    dtype: float64
  - name: SLA_lowerbound
    dtype: float64
  - name: SLA_upperbound
    dtype: float64
  - name: Leaf_N_lowerbound
    dtype: float64
  - name: Leaf_N_upperbound
    dtype: float64
  - name: PFT
    dtype: string
  - name: Height
    dtype: float64
  - name: SLA
    dtype: float64
  - name: Leaf_N
    dtype: float64
  - name: LeafArea
    dtype: float64
  - name: LeafArea_lowerbound
    dtype: float64
  - name: LeafArea_upperbound
    dtype: float64
  splits:
  - name: train
    num_bytes: 250130569072
    num_examples: 222590
  - name: val
    num_bytes: 95939878293
    num_examples: 84710
  download_size: 334102924082
  dataset_size: 346070447365
---