現在地が土砂災害警戒区域に含まれているかどうか、近くに土砂災害警戒区域があるかどうかを検索できます
APIで取得できるデータ
APIのレスポンス例
"resultsets": {
"withinDangerZone": true,
},
"result": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"hazardType": 1,
"areaType": 1,
"prefCode": "40",
"areaNo": "133-K-013",
"areaName": "赤坂2丁目-1",
"address": "福岡市中央区赤坂2 城内",
"dateOfAnnouncement": "2013/12/24",
"specialPrecautionUnspecified": 0
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
130.38594418500008,
33.58524917700004
],
[
130.3857392970001,
33.585183864000044
],
...
[
130.38594418500008,
33.58524917700004
]
]
]
]
}
},
APIの出典
土砂災害警戒区域APIは、以下のデータを加工して公益財団法人九州先端科学技術研究所が作成しました。