bcgov / wps

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

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

Open conbrad opened 3 weeks ago

conbrad commented 3 weeks 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 3 weeks 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.