We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CityPlannerを用いた渋谷デジタルツインデータ整備
CityPlannerの仕様上平面投影の正方形が必須条件
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "coordinates": [ [ [ 139.67400258922322, 35.67576991472468 ], [ 139.67400258922322, 35.6406857362758 ], [ 139.7261290509494, 35.6406857362758 ], [ 139.7261290509494, 35.67576991472468 ], [ 139.67400258922322, 35.67576991472468 ] ] ], "type": "Polygon" } } ] }
{ "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 ] ] ] } } ] }
UL: 15548440, 4256600 [m]
UR: 15554240, 4256600 [m]
LL: 15548440, 4250800 [m]
LR: 15554240, 4250800 [m]
X横幅: 5,800 [m] +/- 2900
Y縦幅: 5,800 [m] +/- 2900
中心座標: 15551340, 4253700 [m]
{ "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 ] ] ] } } ] }
原則オープンデータを用いる
The text was updated successfully, but these errors were encountered:
mapconcierge
No branches or pull requests
Digital Twin for Shibuya City Planner
CityPlannerを用いた渋谷デジタルツインデータ整備
1. 対象エリア
CityPlannerの仕様上平面投影の正方形が必須条件
1-1. 空間参照系
1-2. 地域メッシュ
1-3. BBOX
正方形に修正
UL: 15548440, 4256600 [m]
UR: 15554240, 4256600 [m]
LL: 15548440, 4250800 [m]
LR: 15554240, 4250800 [m]
X横幅: 5,800 [m] +/- 2900
Y縦幅: 5,800 [m] +/- 2900
中心座標: 15551340, 4253700 [m]
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
The text was updated successfully, but these errors were encountered: