Skip to content

Presentation on crash data visualization prepared for the fall 2020 ISU graphics group meeting

License

Notifications You must be signed in to change notification settings

ashirwad/isu-graphics_crash-data-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crash Data Visualization Using Leaflet

Overview

This repository contains the source files for the talk that I gave on September 3rd, 2020 at the Graphics Group in the Department of Statistics at Iowa State University.

Abstract

In the recent years, RStudio has ported Leaflet, a widely used open-source JavaScript library for creating interactive maps, to R as a package called leaflet and has made it possible to create maps in R using the familiar ggplot2 style syntax. Additionally, a bunch of Leaflet plugins that extend Leaflet's functionalities have also been ported to R by the community members, enabling users to create a variety of maps with ease. In this talk, I will demonstrate the use of the leaflet R package for visualizing fatal crash data for the state of Iowa in many different ways, such as heat maps, choropleth maps, etc. Towards the end of the presentation, I will also introduce some data visualization software such as kepler.gl and deck.gl that support large scale data and provide an intuitive interface for creating geospatial visualizations without any coding.

License

The presentation and images under the slide/img/ folder are licensed under the Creative Commons Attribution-ShareAlike 4.0 International license (CC BY-SA 4.0), and the source files are licensed under the MIT license.