重要

翻訳は あなたが参加できる コミュニティの取り組みです。このページは現在 74.42% 翻訳されています。

8.2. レッスン: 分析を組み合わせる

ベクタ化されたラスタ解析の結果を使うと、適当な地形の上の建物のみを選択することができます。

このレッスンの目標: 適当な小地所を選び出すためにベクタ化された地形の結果を使う。

8.2.1. ★★☆ (中級レベル) 自分でやってみよう:

  1. 現在の地図 (raster_analysis.qgs)を保存します。

  2. 以前にベクタ解析中に作成した地図を開きます(ファイルを analysis.qgs として保存したはずです)。

  3. レイヤ パネルで次のレイヤを有効にします:

    • hillshade,

    • solution (or buildings_over_100)

  4. これらのレイヤに加え、以前作業したときに既に地図に読み込まれているはずの suitable_terrain.shp データセットも追加します。

  5. もし、レイヤが足りない場合は、 exercise_data/residential_development/ にあるはずです

  6. Use the Intersection tool (Vector ► Geoprocessing Tools) to create a new vector layer called new_solution.shp which contains only those buildings which intersect the suitable_terrain layer.

あなたは解として特定の建物を示すレイヤを持っているはずです。例えば:

../../../_images/new_solution_example.png

8.2.2. ★★☆ (中級レベル) やってみよう: 結果を検査する

Look at each of the buildings in your new_solution layer. Compare them with the suitable_terrain layer by changing the symbology for the new_solution layer so that it has outlines only. What do you notice about some of the buildings? Are they all suitable just because they intersect with the suitable_terrain layer? Why or why not? Which ones would you deem to be unsuitable?

8.2.3. ★★☆ (中級レベル) やってみよう: 解析の改良

結果に含まれていた建物の中には本当には適していないものがありましたので解析を改良しましょう。

We want to ensure that our analysis returns only those buildings which fall entirely within the suitable_terrain layer. How would you achieve this? Use one or more Vector Analysis tools and remember that our buildings are all over 100m squared in size.

8.2.4. 結論

これで当初の研究課題に答え、どの地所を開発するべきかに関する推薦の意見を(理由をもって、分析に支えられて)提示できます。

8.2.5. 次は?

次は2番目の研究課題の一部としてこれらの結果を提示します。