Skip to content

Instantly share code, notes, and snippets.

@To-Ki-O
Last active August 17, 2022 06:16
Show Gist options
  • Save To-Ki-O/a7593ebb41142823a3e895cfec50c8b5 to your computer and use it in GitHub Desktop.
Save To-Ki-O/a7593ebb41142823a3e895cfec50c8b5 to your computer and use it in GitHub Desktop.
json file to create tokyo evacuation space open data
{
"id": "shelter",
"type": "shelter",
"name": {
"type": "text",
"value": "品川学園"
},
"name_english": {
"type": "text",
"value": "Integrated E. & Jr. H. Sch. Shinagawa-gakuen"
},
"address": {
"type": "text",
"value": "東京都品川区北品川3-9-30"
},
"location": {
"type": "geo:json",
"vlaue": {
"type": "Point",
"coordinates": [35.61778, 139.7375]
}
},
"elevater": {
"type": "text",
"value": "有"
},
"slope": {
"type": "text",
"value": "有"
},
"tactile_tile": {
"type": "text",
"value": "有"
},
"accessible_restroom": {
"type": "text",
"value": "有"
},
"target_disasters": {
"value": ["崖崩れ", "津波"]
},
"phone_number": {
"type": "text",
"value": "03-3474-2671"
},
"category": {
"type": "text",
"value": "避難所"
},
"caverage_cities": {
"value": ["北品川2丁目(一部)", "北品川3丁目(全域)", "北品川4丁目(一部)", "南品川4丁目(一部)", "北品川2丁目町会", "北品川3丁目親和会", "都営南品川アパート自治会"]
},
"area_size": {
"type": "Integer",
"value": 185322
},
"effective_area_size": {
"type": "Integer",
"value": 119929
},
"planned_people_number": {
"type": "Integer",
"value": 44230
},
"effective_area_size_per_person": {
"type": "float",
"value": 2.71
},
"max_distance": {
"type": "float",
"value": 1.0
},
"equipments": {
"value": ["災害用備蓄倉庫", "救助活動用工具セット", "AED"]
},
"temporary_acceptable_number": {
"type": "Integer",
"value": 3360
},
"long_term_acceptable_number": {
"type": "Integer",
"value": 2026
},
"structure": {
"type": "text",
"value": "鉄筋コンクリート造"
},
"URL": {
"type": "text",
"value": "http://edogawa.schoolweb.ne.jp/swas/index.php?id=1310033"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment