furuhashilab / digitaltwin4shibuyaCP

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

対象エリア BBOX #1

Open mapconcierge opened 1 month ago

mapconcierge commented 1 month ago

GeoJSON (但し、正方形ではない)

https://github.com/furuhashilab/digitaltwin4shibuyaCP/blob/main/data/BBOX/StudyAreaInShibuya_PlanA.geojson

{
      "type": "Feature",
      "properties": {
        "name": "Shibuya"
      },
      "geometry": {
        "coordinates": [
          [
            [
              139.68098993411616,
              35.67097571228027
            ],
            [
              139.68098993411616,
              35.64126300363202
            ],
            [
              139.72528202455675,
              35.64126300363202
            ],
            [
              139.72528202455675,
              35.67097571228027
            ],
            [
              139.68098993411616,
              35.67097571228027
            ]
          ]
        ],
        "type": "Polygon"
      },
      "id": 25200
    }
mapconcierge commented 1 month ago

正方形バージョン検討 EPSG:3857

地域メッシュ依存(正方形ではない)

正方形に修正

{
"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, 4256099. ], [ 15548438, 4251292 ], [ 15554241, 4251292 ], [ 15554241, 4256099 ], [ 15548438, 4256099 ] ] ] } }
]
}

{
"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 ] ] ] } }
]
}
mapconcierge commented 1 month ago

City Planner 設定項目名

Bbox min: x, y Bbox max: x, y