-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdesert.json
More file actions
91 lines (90 loc) · 3.75 KB
/
desert.json
File metadata and controls
91 lines (90 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
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
[
{
"name": "Sedum",
"image": "https://sp.yimg.com/ib/th?id=OIP.1hsHbQFrnVbDAoa5DVXE4QHaE8&pid=Api&w=148&h=148&c=7&dpr=2&rs=1",
"climate": "Desert",
"description": "A succulent plant with thick, fleshy leaves.",
"height": "Up to 2 feet",
"special_feature": "Drought tolerance"
},
{
"name": "Aloe Vera",
"image": "https://tse4.mm.bing.net/th?id=OIP.hzbCCb3NMiEbO8dWx4fQ0AHaFj&pid=Api&P=0&h=180",
"climate": "Desert",
"description": "A succulent plant with healing properties.",
"height": "Up to 3 feet",
"special_feature": "Healing properties"
},
{
"name": "Joshua Tree",
"image": "https://upload.wikimedia.org/wikipedia/commons/4/49/Joshua_Tree_01.jpg",
"climate": "Desert",
"description": "A distinctive tree with spiky leaves and a unique branching structure.",
"height": "Up to 40 feet",
"special_feature": "Unique, spiky appearance"
},
{
"name": "Cacti",
"image": "https://hips.hearstapps.com/hmg-prod/images/red-orange-cactus-flowers-parodia-notocactus-royalty-free-image-1717719946.jpg",
"climate": "Desert",
"description": "A diverse family of plants adapted to arid conditions with thick, fleshy stems.",
"height": "Varies widely",
"special_feature": "Water-storing tissues"
},
{
"name": "Desert Ironwood",
"image": "https://horticultureunlimited.com/wp-content/uploads/2016/01/Olneya-tesota-Desert-Ironwood-1-410x400.jpg",
"climate": "Desert",
"description": "A slow-growing tree with dense, hard wood, and small leaves.",
"height": "Up to 30 feet",
"special_feature": "Very hard wood"
},
{
"name": "Saguaro Cactus",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/Carnegiea_gigantea_in_Saguaro_National_Park_near_Tucson%2C_Arizona_during_November_%2858%29.jpg/1024px-Carnegiea_gigantea_in_Saguaro_National_Park_near_Tucson%2C_Arizona_during_November_%2858%29.jpg",
"climate": "Desert",
"description": "A large cactus with a tall, tree-like structure and arm-like branches.",
"height": "Up to 40 feet",
"special_feature": "Large size and arms"
},
{
"name": "Baobab Tree",
"image": "https://upload.wikimedia.org/wikipedia/commons/a/a8/Adansonia_grandidieri04.jpg",
"climate": "Desert",
"description": "A large tree with a distinctive trunk and branches, native to African savannas.",
"height": "Up to 100 feet",
"special_feature": "Large trunk and unique shape"
},
{
"name": "Acacia Tree",
"image": "https://cdn.britannica.com/62/156362-050-4E8FE282/Acacia-tree-savanna-Zimbabwe.jpg",
"climate": "Desert",
"description": "A thorny tree with feathery leaves, common in African savannas.",
"height": "Up to 50 feet",
"special_feature": "Thorns and fragrant flowers"
},
{
"name": "Ocotillo",
"image": "https://cdn.britannica.com/54/40054-050-29E13E65/Ocotillo.jpg",
"climate": "Desert",
"description": "A shrub with clusters of red flowers and a unique, branching structure.",
"height": "Up to 15 feet",
"special_feature": "Bright red flowers"
},
{
"name": "Paloverde Tree",
"image": "https://www.planetnatural.com/wp-content/uploads/2023/10/Palo-Verde-Tree.jpg",
"climate": "Desert",
"description": "A small tree with bright green leaves and yellow flowers, native to the Southwest US.",
"height": "Up to 25 feet",
"special_feature": "Bright green leaves and yellow flowers"
},
{
"name": "Desert Marigold",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTN46IboEyCNGpgVBe8pXZZGmmhxTWGiiz_tA&s",
"climate": "Desert",
"description": "A shrub with bright yellow or orange flowers, common in the Southwest US.",
"height": "Up to 3 feet",
"special_feature": "Bright yellow or orange flowers"
}
]