leonelgv commited on
Commit
1f2c6da
·
verified ·
1 Parent(s): 3276b4b

📊 Add metadata file: class_info.json

Browse files
Files changed (1) hide show
  1. data/class_info.json +102 -0
data/class_info.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": {
3
+ "scientific_name": "Acmaeodera flavomarginata",
4
+ "common_name": "Flat-headed borer",
5
+ "family": "Buprestidae",
6
+ "order": "Coleoptera",
7
+ "pollinator_type": "Secondary pollinator",
8
+ "habitat": "Trees and shrubs",
9
+ "geographic_range": "North America",
10
+ "conservation_status": "Least Concern"
11
+ },
12
+ "1": {
13
+ "scientific_name": "Acromyrmex octospinosus",
14
+ "common_name": "Leafcutter ant",
15
+ "family": "Formicidae",
16
+ "order": "Hymenoptera",
17
+ "pollinator_type": "Indirect pollinator",
18
+ "habitat": "Tropical forests",
19
+ "geographic_range": "Central and South America",
20
+ "conservation_status": "Least Concern"
21
+ },
22
+ "2": {
23
+ "scientific_name": "Adelpha basiloides",
24
+ "common_name": "Sister butterfly",
25
+ "family": "Nymphalidae",
26
+ "order": "Lepidoptera",
27
+ "pollinator_type": "Primary pollinator",
28
+ "habitat": "Forest clearings and edges",
29
+ "geographic_range": "Neotropics",
30
+ "conservation_status": "Least Concern"
31
+ },
32
+ "3": {
33
+ "scientific_name": "Adelpha iphicleola",
34
+ "common_name": "Sister butterfly",
35
+ "family": "Nymphalidae",
36
+ "order": "Lepidoptera",
37
+ "pollinator_type": "Primary pollinator",
38
+ "habitat": "Tropical forests",
39
+ "geographic_range": "Central America",
40
+ "conservation_status": "Least Concern"
41
+ },
42
+ "4": {
43
+ "scientific_name": "Aedes aegypti",
44
+ "common_name": "Yellow fever mosquito",
45
+ "family": "Culicidae",
46
+ "order": "Diptera",
47
+ "pollinator_type": "Occasional pollinator",
48
+ "habitat": "Urban and suburban areas",
49
+ "geographic_range": "Tropical and subtropical worldwide",
50
+ "conservation_status": "Least Concern"
51
+ },
52
+ "5": {
53
+ "scientific_name": "Agrius cingulata",
54
+ "common_name": "Pink-spotted hawkmoth",
55
+ "family": "Sphingidae",
56
+ "order": "Lepidoptera",
57
+ "pollinator_type": "Specialized night pollinator",
58
+ "habitat": "Gardens, fields, and forest edges",
59
+ "geographic_range": "Americas",
60
+ "conservation_status": "Least Concern"
61
+ },
62
+ "6": {
63
+ "scientific_name": "Anaea aidea",
64
+ "common_name": "Tropical leafwing",
65
+ "family": "Nymphalidae",
66
+ "order": "Lepidoptera",
67
+ "pollinator_type": "Primary pollinator",
68
+ "habitat": "Tropical rainforests",
69
+ "geographic_range": "Central and South America",
70
+ "conservation_status": "Least Concern"
71
+ },
72
+ "7": {
73
+ "scientific_name": "Anartia fatima",
74
+ "common_name": "Banded peacock",
75
+ "family": "Nymphalidae",
76
+ "order": "Lepidoptera",
77
+ "pollinator_type": "Primary pollinator",
78
+ "habitat": "Open areas and gardens",
79
+ "geographic_range": "South America",
80
+ "conservation_status": "Least Concern"
81
+ },
82
+ "8": {
83
+ "scientific_name": "Anartia jatrophae",
84
+ "common_name": "White peacock",
85
+ "family": "Nymphalidae",
86
+ "order": "Lepidoptera",
87
+ "pollinator_type": "Primary pollinator",
88
+ "habitat": "Gardens, parks, and open areas",
89
+ "geographic_range": "Southern United States to Argentina",
90
+ "conservation_status": "Least Concern"
91
+ },
92
+ "9": {
93
+ "scientific_name": "Anoplolepis gracilipes",
94
+ "common_name": "Yellow crazy ant",
95
+ "family": "Formicidae",
96
+ "order": "Hymenoptera",
97
+ "pollinator_type": "Indirect pollinator",
98
+ "habitat": "Tropical and subtropical regions",
99
+ "geographic_range": "Indo-Pacific (invasive worldwide)",
100
+ "conservation_status": "Least Concern"
101
+ }
102
+ }