Skip to content

🌲πŸ”₯ A spatial analysis of wildfire risk by forest type(conifer vs. broadleaf) using GIS and Python

License

Notifications You must be signed in to change notification settings

ta3wook/type2fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

type2fire banner

type2fire

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.


πŸ“Š Project Overview

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.


πŸ“‚ Folder Structure

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

πŸ”Ή Features

  • 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

πŸ”§ Getting Started

1. Clone the repository

git clone https://github.com/your-username/type2fire.git
cd type2fire

2. Install dependencies

pip install -r requirements.txt

3. Launch notebooks

Use JupyterLab or VS Code to explore notebooks/ step by step.


πŸ“– Data Sources

  • μ„œμšΈνŠΉλ³„μ‹œ μ‚°λ¦Ό μž„μƒλ„ (μ‚°λ¦Όμ²­)
  • μ‚°λΆˆ λ°œμƒ 톡계 데이터 (μ‚°λ¦Όμ²­ μ‚°λΆˆμƒν™©κ΄€μ œμ‹œμŠ€ν…œ)
  • OpenStreetMap (Nominatim API for geocoding)

πŸ‘¨πŸ’» Authors

  • λ‚¨νƒœμš± β€” Project lead, spatial analysis, visualization
  • λ°•μƒμž¬ β€” Wildfire geocoding, correlation analysis
  • ν™©κ·œμƒ β€” Forest data processing, reporting

πŸ“„ License

This project is licensed under the MIT License. See LICENSE for more details.

About

🌲πŸ”₯ A spatial analysis of wildfire risk by forest type(conifer vs. broadleaf) using GIS and Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors