Importante

A tradução é um esforço comunitário você pode contribuir. Esta página está atualmente traduzida em 60.47%.

8.2. Lesson: Combining the Analyses

Utilizar los resultados vectorizados del análisis ráster te permitirá seleccionar solo construcciones con terreno adecuado.

El objetivo de esta lección: Utilizar los resultados de terreno vectorizado para seleccionar las parcelas adecuadas.

8.2.1. ★★☆ Try Yourself:

  1. Salve seu mapa atual (:arquivo:`raster_analise.qgs`).

  2. Abra o mapa que você criou durante a análise vetorial anterior (você deveria ter salvo o arquivo como :arquivo:`analises.qgs`).

  3. No painel Camadas, ative estas camadas:

    • hillshade,

    • solution (or buildings_over_100)

  4. Além dessas camadas, que já devem estar carregadas no mapa de quando você trabalhou nele antes, adicione também o conjunto de dados :arquivo:`terreno_adequado.shp`.

  5. Se estiver faltando algumas camadas, você deve encontrá-las em :arquivo:`dados_exercício/desenvolvimento_residencial/`

  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.

Ahora deberías tener una capa mostrando ciertas construcciones como tu solución, por ejemplo:

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

8.2.2. ★★☆ Try Yourself: Inspecting the Results

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. ★★☆ Try Yourself: Refining the Analysis

Puedes ver en los resultados que algunas construcciones que estaban incluidas no eran realmente adecuadas, así que ahora podemos refinar el análisis.

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 Conclusion

Ahora has respondido a la pregunta original del estudio, y puedes ofrecer una opinión (con razonamientos respaldados en el análisis) para una recomendación respecto a que propiedad desarrollar.

8.2.5. What’s Next?

Lo siguiente será presentar esos resultados como parte de tu segundo ejercicio.