Importante

La traduzione è uno sforzo comunitario you can join. Questa pagina è attualmente tradotta al 74.42%.

8.2. Lezione: Combinare le Analisi

Usando i risultati vettorializzati dell’analisi raster ci permette di selezionare solo gli edifici su terreni adatti.

Obiettivo della lezione: Usare i risultati vettorializzati dei terreni per selezionare i lotti adatti.

8.2.1. ★★☆ Prova Tu:

  1. Salva la tua mappa attuale (raster_analysis.qgs).

  2. Apri la mappa che hai creato prima durante l’analisi vettoriale (dovresti aver salvato il file come analysis.qgs).

  3. Nel pannello Layers, abilita questi layer:

    • hillshade,

    • solution (or buildings_over_100)

  4. Oltre a questi layer, che dovrebbero essere già caricati nella mappa da quando ci hai lavorato prima, aggiungi anche l’insieme dei dati suitable_terrain.shp.

  5. Se ti mancano alcuni layer, dovresti trovarli in 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.

Dovresti ora avere un layer che mostra alcuni edifici come soluzione, per esempio:

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

8.2.2. ★★☆ Prova Tu: Controllare i risultati

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. ★★☆ Provate Tu: Affinare l’Analisi

Puoi vedere dai risultati che alcuni edifici sono stati inclusi ma non sono veramente adatti, quindi possiamo affinare l’analisi.

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. In Conclusione

Ora hai risposto alla domanda iniziale, e puoi dare un’opinione (con motivazioni supportate da un’analisi) per una raccomandazione su quale proprietà sviluppare.

8.2.5. Cosa Segue?

Di seguito esporrai questi risultati come parte del tuo secondo compito.