Spaces:
Runtime error
Runtime error
File size: 8,012 Bytes
05ed9de 445524d 10dafcc 05ed9de 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d 8b80cd3 445524d a6d2710 8b80cd3 445524d dffc1fc b25e627 445524d b25e627 |
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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 |
{
"city": "Green Smart Village",
"population": 10000,
"size": {
"rows": 21,
"columns": 21
},
"buildings": [
{
"coords": [1, 1],
"type": "residential",
"size": 4,
"color": "Light Blue",
"sensors": ["Smart meters", "Water flow sensors", "Temperature and humidity sensors"]
},
{
"coords": [1, 6],
"type": "commercial",
"size": 3,
"color": "Green",
"sensors": ["Occupancy sensors", "Smart meters", "HVAC control systems"]
},
{
"coords": [1, 11],
"type": "community_facilities",
"size": 1,
"color": "Yellow",
"sensors": ["Smart lighting", "Security cameras", "Occupancy sensors"]
},
{
"coords": [1, 15],
"type": "school",
"size": 2,
"color": "Yellow",
"sensors": ["Indoor air quality sensors", "Smart lighting systems", "Energy consumption monitors"]
},
{
"coords": [6, 1],
"type": "healthcare_facility",
"size": 2,
"color": "Yellow",
"sensors": ["Patient monitoring systems", "Environmental monitoring sensors", "Energy management systems"]
},
{
"coords": [6, 6],
"type": "green_space",
"size": 6,
"color": "Dark Green",
"sensors": ["Soil moisture sensors", "Smart irrigation systems", "Environmental monitoring sensors"]
},
{
"coords": [6, 15],
"type": "utility_infrastructure",
"size": 2,
"color": "Dark Green",
"sensors": ["Smart meters", "Leak detection sensors", "Grid monitoring sensors"]
},
{
"coords": [11, 1],
"type": "emergency_services",
"size": 3,
"color": "Red",
"sensors": ["GPS tracking for vehicles", "Smart building sensors", "Dispatch management systems"]
},
{
"coords": [11, 6],
"type": "cultural_facilities",
"size": 2,
"color": "Purple",
"sensors": ["Environmental monitoring sensors", "Occupancy sensors", "Smart lighting"]
},
{
"coords": [11, 11],
"type": "recreational_facilities",
"size": 3,
"color": "Purple",
"sensors": ["Air quality sensors", "Smart equipment maintenance sensors", "Energy management systems"]
},
{
"coords": [11, 15],
"type": "innovation_center",
"size": 2,
"color": "Green",
"sensors": ["High-speed internet connectivity", "Energy consumption monitoring", "Smart security systems"]
},
{
"coords": [16, 1],
"type": "elderly_care_home",
"size": 1,
"color": "Yellow",
"sensors": ["Patient monitoring sensors", "Environmental control systems", "Security systems"]
},
{
"coords": [16, 6],
"type": "childcare_centers",
"size": 1,
"color": "Yellow",
"sensors": ["Indoor air quality sensors", "Security cameras", "Occupancy sensors"]
},
{
"coords": [16, 11],
"type": "places_of_worship",
"size": 2,
"color": "Purple",
"sensors": ["Smart lighting", "Energy consumption monitoring", "Security cameras"]
},
{
"coords": [16, 15],
"type": "event_spaces",
"size": 2,
"color": "Purple",
"sensors": ["Smart HVAC systems", "Occupancy sensors", "Smart lighting"]
},
{
"coords": [16, 19],
"type": "guest_housing",
"size": 1,
"color": "Orange",
"sensors": ["Smart locks", "Energy management systems", "Water usage monitoring"]
},
{
"coords": [19, 16],
"type": "pet_care_facilities",
"size": 1,
"color": "Orange",
"sensors": ["Environmental monitoring sensors", "Security systems", "Smart inventory management systems"]
},
{
"coords": [19, 11],
"type": "public_sanitation_facilities",
"size": 1,
"color": "Grey",
"sensors": ["Waste level sensors", "Fleet management systems for sanitation vehicles", "Air quality sensors"]
},
{
"coords": [19, 6],
"type": "environmental_monitoring_stations",
"size": 1,
"color": "Dark Green",
"sensors": ["Air quality sensors", "Weather stations", "Pollution monitors"]
},
{
"coords": [19, 1],
"type": "disaster_preparedness_center",
"size": 1,
"color": "Grey",
"sensors": ["Early warning systems", "Communication networks", "Environmental sensors"]
},
{
"coords": [10, 10],
"type": "outdoor_community_spaces",
"size": 2,
"color": "Dark Green",
"sensors": ["Environmental sensors", "Smart irrigation systems", "Adaptive lighting systems"]
}
],
"roads": [
{
"start": [0, 0],
"end": [20, 0],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [0, 0],
"end": [0, 20],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [20, 0],
"end": [20, 20],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [0, 20],
"end": [20, 20],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [4, 0],
"end": [4, 20],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [14, 0],
"end": [14, 20],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [0, 4],
"end": [20, 4],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [0, 14],
"end": [20, 14],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [8, 5],
"end": [8, 5],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [5, 11],
"end": [5, 11],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [6, 15],
"end": [6, 15],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
},
{
"start": [11, 15],
"end": [11, 15],
"color": "#898989",
"sensors": ["Traffic flow sensors", "Smart streetlights", "Pollution monitoring sensors"]
}
]
} |