cathv commited on
Commit
ce7a2a1
·
verified ·
1 Parent(s): 82973d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -142,6 +142,8 @@ The files `train_filtered.csv`, `test_filtered.csv` and `valid_filtered.csv` are
142
  - `lon` : Longitude coordinate of the hotspot
143
  - `latitude` : Latitude coordinate of the hotspot
144
  - `num_complete_checklists` : Number of complete checklists collected in that hotspot
 
 
145
 
146
  ## Authors
147
 
 
142
  - `lon` : Longitude coordinate of the hotspot
143
  - `latitude` : Latitude coordinate of the hotspot
144
  - `num_complete_checklists` : Number of complete checklists collected in that hotspot
145
+ - `bio_1` to `bio_19`: Environmental covariates values associated with that hotspot, extracted from the WorldClim model. For more details on each of these variables, please refer to Table 5 of the appendix.
146
+ - `split` : The split associated with that hotspot (either `train`, `valid` or `test`)
147
 
148
  ## Authors
149