cathv commited on
Commit
547f389
·
verified ·
1 Parent(s): 9c9d650

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: South_Africa
4
+ features:
5
+ - name: hotspot_id
6
+ dtype: string
7
+ - name: hotspot_name
8
+ dtype: string
9
+ - name: lon
10
+ dtype: float32
11
+ - name: lat
12
+ dtype: float32
13
+ - name: county
14
+ dtype: string
15
+ - name: county_code
16
+ dtype: string
17
+ - name: state
18
+ dtype: string
19
+ - name: state_code
20
+ dtype: string
21
+ - name: sat_imagery_path
22
+ dtype: string
23
+ - name: environmental_path
24
+ dtype: string
25
+ - name: split
26
+ dtype: string
27
+ - name: num_complete_checklists
28
+ dtype: int32
29
+ - name: target
30
+ sequence: float32
31
+ length: 1054
32
+ - name: geometry
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 29784572
37
+ num_examples: 6481
38
+ - name: val
39
+ num_bytes: 999727
40
+ num_examples: 218
41
+ - name: test
42
+ num_bytes: 8510658
43
+ num_examples: 1852
44
+ download_size: 2153083
45
+ dataset_size: 39294957
46
+ configs:
47
+ - config_name: South_Africa
48
+ data_files:
49
+ - split: train
50
+ path: South_Africa/train-*
51
+ - split: val
52
+ path: South_Africa/val-*
53
+ - split: test
54
+ path: South_Africa/test-*
55
+ ---