--- 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 ---