furuhashilab / digitaltwin4shibuyaCP

CityPlannerを用いた渋谷デジタルツインデータ整備
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Digital Twin for Shibuya City Planner

CityPlannerを用いた渋谷デジタルツインデータ整備

>整備データ


1. 対象エリア

CityPlannerの仕様上平面投影の正方形が必須条件

1-1. 渋谷駅北西エリア(53393596)

スクリーンショット 2024-05-29 10 17 15

53393596

包有正方形エリア

{
"type": "FeatureCollection",
"name": "mesh53393596_epsg3857",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } },
"features": [
{ "type": "Feature", "properties": { "Name": "53393596", "description": null, "timestamp": null, "begin": null, "end": null, "altitudeMode": null, "tessellate": -1, "extrude": 0, "visibility": 1, "drawOrder": null, "icon": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 15552778,4253530, 100.0 ], [ 15552778,4255030, 100.0 ], [ 15551278,4255030, 100.0 ], [ 15551278,4253530, 100.0 ], [ 15552778,4253530, 100.0 ] ] ] } }
]
}

座標の記述順番: LR → UR → UL → LL → LR

1-2. 渋谷駅周辺4x4エリア

1-1. 空間参照系

1-2. 地域メッシュ

1-3. BBOX

{
"type": "FeatureCollection",
"name": "StudyAreaInShibuya_PlanA_3857",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 15548438.845290701836348, 4256099.03733919467777 ], [ 15548438.845290701836348, 4251292.254631052725017 ], [ 15554241.536466917023063, 4251292.254631052725017 ], [ 15554241.536466917023063, 4256099.03733919467777 ], [ 15548438.845290701836348, 4256099.03733919467777 ] ] ] } }
]
}
{
"type": "FeatureCollection",
"name": "StudyAreaInShibuya_PlanA_3857",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 15548440, 4256600. ], [ 15554240, 4256600 ], [ 15554240, 4250800 ], [ 15548440, 4250800 ], [ 15548440, 4256600 ] ] ] } }
]
}

2. 整備すべきデータ形式

2-1. ラスタデータ

2-1-1. ラスタデータの整備方法

2-2. ベクタデータ

2-2-1. ベクタデータの整備方法

3. 整備データリスト

3-1. 主題データ

3-2. PLATEAU 3Dデータ

3-2-1. PLATEAUデータの整備方法

3-3. 標高DEM

3-4. ベースマップ

License

原則オープンデータを用いる

Appendix