Tree Type Γ Wildfire Risk
A spatial data analysis project exploring how different forest types β particularly coniferous and broadleaf β relate to wildfire occurrence and damage in Korea, using public GIS datasets and Python-based visualization tools.
Recent large-scale wildfires in Korea have highlighted the importance of understanding how forest composition affects wildfire vulnerability. Coniferous forests, rich in resin and low in moisture, are often more flammable than broadleaf forests. This project analyzes the relationship between forest type and wildfire occurrence, focusing on Seoul using GIS, GeoPandas, and Folium.
type2fire/
βββ data/
β βββ raw/ # Original SHP/CSV files
β βββ processed/ # Geocoded & transformed data
βββ notebooks/ # Jupyter notebooks (exploration, analysis)
βββ src/ # Utility scripts
βββ output/
β βββ maps/ # Folium HTML maps
β βββ figures/ # Visual charts/images
βββ assets/ # Banner image & supporting visuals
βββ README.md # You're here!
βββ requirements.txt # Python dependency list
βββ .gitignore # Git exclusions
βββ LICENSE # MIT license- Spatial visualization of coniferous, broadleaf, and mixed forests (μμλ)
- Geocoding of wildfire incidents using administrative addresses
- Overlay mapping of fire locations and forest type distribution
- Correlation analysis between forest composition and fire occurrence
git clone https://github.com/your-username/type2fire.git
cd type2firepip install -r requirements.txtUse JupyterLab or VS Code to explore notebooks/ step by step.
- μμΈνΉλ³μ μ°λ¦Ό μμλ (μ°λ¦Όμ²)
- μ°λΆ λ°μ ν΅κ³ λ°μ΄ν° (μ°λ¦Όμ² μ°λΆμν©κ΄μ μμ€ν )
- OpenStreetMap (Nominatim API for geocoding)
- λ¨νμ± β Project lead, spatial analysis, visualization
- λ°μμ¬ β Wildfire geocoding, correlation analysis
- ν©κ·μ β Forest data processing, reporting
This project is licensed under the MIT License. See LICENSE for more details.
