ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Wildlife Insights Batch Upload Templates
2
These are the Wildlife Insights batch upload templates. The following tabs provide the data dictionaries for the four files needed to upload camera trap data into Wildlife Insights: Project, Camera, Deployment and Image .csv files. The column names on your batch upload templates should correspond to the 'Column Name' in column A in the following worksheets.
3
4
5
Steps to Get Your Data into the Wildlife Insights Batch Format
6
1. Organize your data into batch upload tempates, using the tabs in this template for guidance.
7
----Note: Save each batch upload template as a CSV file (one each for projects, deployments, cameras, images).
8
2. Start by running the R script (recommended) or download batch upload templates.
9
----Note: Column names and expected values need to match and are case sensitive
10
----Note: ALL Columns are required but not all columns require values (see Value Required column)
11
----Note: you will need to match your identifications/annotations to the Wildlife Insights taxonomy ID (WI Taxon ID). You can search for WI Taxon IDs here.
12
----Note: See the Wildlife Insights GitHub repository for code examples that transform data from one format into these templates. https://github.com/ConservationInternational/Wildlife-Insights----Data-Migration/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100