The goal is to estimate the amount of people affected by active fires in a given area, using VIIRS satellite data and US Census data
- Cluster fire data points from VIIRS data into groups, representing active fire areas
- For each group, create a polygon that contains all points (a convex hull), this represents the boundaries of a given fire area
- For each polygon, create an intersection against Census tract boundaries.
- Calculate the populations of the tracts that are fully contained
- ?
- Calculate the populations of tracts that are partially contained, based on the percentage of overlap
- ?
- Profit?