Generate risk maps using values, MODIS and fire perimeter data
- Dominant language
- Python
- Stars
- 65
- Forks
- 11
- Avg merge
- 21h 25m
- Merged PRs (30d)
- 70
Description
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
- [ ] Using current weather station indices add in 10 day forecast from MORECAST and calculate out 10 days of FWI values
- [ ] Weather stations will also have a polygon area they cover and any fires/MODIS hotspot that falls in that polygon
- [ ] Use forecasted wind direction from morecast on each day to determine what values would be most threatened on the given day
- e.g. East wind would cause values west of fire to be threatened
Input values: https://github.com/bcgov/wps/issues/3938
Current fire perimeters: https://catalogue.data.gov.bc.ca/dataset/bc-wildfire-fire-perimeters-current
Contributor guide
Assessment
This issue has not been assessed yet.