bcgov / wps

Wildfire Predictive Services to support decision making in prevention, preparedness, response and recovery
Apache License 2.0
41 stars 9 forks source link

Generate risk maps using values, MODIS and fire perimeter data #3940

Open conbrad opened 2 months ago

conbrad commented 2 months ago

Given the user input values, and the current fire perimeters, generate risk map similar to how it's being done here: https://github.com/emillan-gov/gis-pantry/blob/master/recipes/Wildfire_Values_Mapping/main.py

Input values: https://github.com/bcgov/wps/issues/3938 Current fire perimeters: https://catalogue.data.gov.bc.ca/dataset/bc-wildfire-fire-perimeters-current

conbrad commented 2 months ago

I imagine for each value point we calculate 10 days of FWI values based on their nearest fire weather station, classify the risks according to risk level critieria, then based on the wind direction for each of those days, identify the most at risk values.