Spaces:
Runtime error
Runtime error
{ | |
"city": "Green Smart Village", | |
"population": 10000, | |
"size": { | |
"rows": 15, | |
"columns": 15 | |
}, | |
"buildings": [ | |
{ | |
"coords": [ | |
1, | |
1 | |
], | |
"type": "residential", | |
"size": 4 | |
}, | |
{ | |
"coords": [ | |
1, | |
3 | |
], | |
"type": "commercial", | |
"size": 3 | |
}, | |
{ | |
"coords": [ | |
2, | |
4 | |
], | |
"type": "community_facilities", | |
"size": 1 | |
}, | |
{ | |
"coords": [ | |
3, | |
3 | |
], | |
"type": "school", | |
"size": 2 | |
}, | |
{ | |
"coords": [ | |
4, | |
1 | |
], | |
"type": "healthcare_facility", | |
"size": 2 | |
}, | |
{ | |
"coords": [ | |
5, | |
5 | |
], | |
"type": "green_space", | |
"size": 6 | |
}, | |
{ | |
"coords": [ | |
6, | |
2 | |
], | |
"type": "utility_infrastructure", | |
"size": 2 | |
}, | |
{ | |
"coords": [ | |
7, | |
7 | |
], | |
"type": "emergency_services", | |
"size": 3 | |
}, | |
{ | |
"coords": [ | |
8, | |
3 | |
], | |
"type": "cultural_facilities", | |
"size": 2 | |
}, | |
{ | |
"coords": [ | |
9, | |
4 | |
], | |
"type": "recreational_facilities", | |
"size": 3 | |
}, | |
{ | |
"coords": [ | |
10, | |
5 | |
], | |
"type": "innovation_center", | |
"size": 2 | |
}, | |
{ | |
"coords": [ | |
11, | |
6 | |
], | |
"type": "elderly_care_home", | |
"size": 1 | |
}, | |
{ | |
"coords": [ | |
12, | |
7 | |
], | |
"type": "childcare_centers", | |
"size": 1 | |
}, | |
{ | |
"coords": [ | |
13, | |
8 | |
], | |
"type": "places_of_worship", | |
"size": 2 | |
}, | |
{ | |
"coords": [ | |
14, | |
9 | |
], | |
"type": "event_spaces", | |
"size": 2 | |
}, | |
{ | |
"coords": [ | |
12, | |
10 | |
], | |
"type": "guest_housing", | |
"size": 1 | |
}, | |
{ | |
"coords": [ | |
10, | |
12 | |
], | |
"type": "pet_care_facilities", | |
"size": 1 | |
}, | |
{ | |
"coords": [ | |
8, | |
13 | |
], | |
"type": "public_sanitation_facilities", | |
"size": 1 | |
}, | |
{ | |
"coords": [ | |
5, | |
12 | |
], | |
"type": "environmental_monitoring_stations", | |
"size": 1 | |
}, | |
{ | |
"coords": [ | |
3, | |
10 | |
], | |
"type": "disaster_preparedness_center", | |
"size": 1 | |
}, | |
{ | |
"coords": [ | |
1, | |
8 | |
], | |
"type": "outdoor_community_spaces", | |
"size": 2 | |
} | |
], | |
"roads": [ | |
{ | |
"start": [ | |
0, | |
0 | |
], | |
"end": [ | |
14, | |
0 | |
] | |
}, | |
{ | |
"start": [ | |
0, | |
0 | |
], | |
"end": [ | |
0, | |
14 | |
] | |
}, | |
{ | |
"start": [ | |
14, | |
0 | |
], | |
"end": [ | |
14, | |
14 | |
] | |
}, | |
{ | |
"start": [ | |
0, | |
14 | |
], | |
"end": [ | |
14, | |
14 | |
] | |
}, | |
{ | |
"start": [ | |
7, | |
0 | |
], | |
"end": [ | |
7, | |
14 | |
] | |
}, | |
{ | |
"start": [ | |
0, | |
7 | |
], | |
"end": [ | |
14, | |
7 | |
] | |
} | |
] | |
} | |