Skip to content

reepoi/data-vis-2020-fires

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U.S. Wildfires 2020 Visualizations

Website: https://reepoi.github.io/data-vis-2020-fires/

Project Screencast

YouTube Link: https://youtu.be/J4yhI7hhRPM

Process Book

In our docs folder: https://github.com/reepoi/data-vis-2020-fires/blob/main/docs/process-book.pdf

Code

External Sources

Data Sources

  • Data sources are listed on the 'About' page of the website, or about.html.

Visualization Features

2020 US Wildfire Visualization

  • Point data and bars are encoded by a black to red color scale according to the data in the filter.
  • In the map view, point data is removed and polygon data added after zooming past 50 km in extent.
  • Selections are synced between the points, polygons, and bars.
  • When selected, the map automatically pans and zooms to the polygon extent of the fire.
  • The data in the views of the bar chart and map can be updated, and the data can futher be filtered.
  • An information icon can be clicked to walk the user through the visualization.
  • In the map view, the home button can be clicked to reset the extent.

California Wildfire History

  • The top 20 CA wildfires are displayed in a bubble chart, encoded by year (color/position) and acres burned (size).
  • The map and donut chart are coordinated to show the number of acres burned by county, based on the user's selection.

National Wildfire History

  • The scatterplot includes a best fit line. Each dataset can be clicked to highlight the selection.

Task checklist:

  • Data Pre-processing WF_perimeters, WF_points, CA_firehistory
  • Leaflet Fire map with polygons and fire icons
  • Bar chart showing Structures Destroyed, Area burned, Suppresion Cost
  • Coordinated user clicks and navigations
  • Filtering fires data by causes and dates on right panel
  • Compare Years from California's wildfires
  • Story-telling navigation (under fire-map) with animations
  • National Wildfires history from 1983 Visualization