Summary of "طريقة حل الاختبار النهائي"

Summary of "طريقة حل الاختبار النهائي" (How to Solve the Final Exam)

This video provides a detailed step-by-step guide on how to solve a final exam related to spatial data analysis using QGIS (referred to as QGS) and Power BI. The focus is on analyzing damage to buildings and schools within neighborhoods, classifying damage types, and calculating statistics such as percentages of damage. The methodology involves GIS data handling, spatial queries, attribute joins, and exporting results for further analysis.


Main Ideas and Concepts


Detailed Methodology / Instructions

  1. Load Data Layers:
    • Open QGIS.
    • Add vector layers: buildings, damage points, neighborhoods, schools.
    • Turn off large layers temporarily to improve performance.
  2. Set Symbology:
    • Assign distinct colors to layers (e.g., orange for neighborhoods).
    • Zoom to relevant areas to avoid loading excessive data.
  3. Classify Damage:
    • Open attribute tables.
    • Identify damage types in the "merging" column.
    • Select features where merging = "total merge" (use double quotes in queries).
  4. Select Damaged Buildings:
    • Use "Select by Expression" or "Select by Attribute" on buildings layer.
    • Select buildings intersecting damage points classified as total damage.
  5. Calculate Damage Percentage:
    • Count total buildings and selected damaged buildings.
    • Export counts to Excel.
    • Calculate percentage = (damaged / total) * 100.
  6. Analyze Damaged Schools:
    • Select schools intersecting damaged buildings.
    • Fix coordinate system issues if schools are displaced.
    • Export selected damaged schools as a new layer.
  7. Assign Neighborhood Names:
    • Use "Join Attributes by Location" tool to join neighborhood names to schools.
    • For schools outside neighborhoods, manually add "regional area" label in attribute table.
  8. Export Data:
    • Export final layers with damage classification and neighborhood info.
    • Include coordinates for Power BI visualization.
  9. Power BI Visualization:
    • Import exported data.
    • Create heat maps or other visuals to represent damage distribution.
  10. Publish Maps:
    • Upload projects to QGIS Cloud or GeoNode.
    • Share maps and stories about damage analysis.

Speakers / Sources

Category ?

Educational

Share this summary

Video