Skip to content

samomullane/meteor_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor_app:

NASA JPL meteor and comet data visualization

The finished app can be found here. A full write up of this project can be accessed via this link.

The contents of this main folder are the shiny R source files (global, server and ui files). The folders are img (images used in shiny application) and cleaned_data (data used for analysis in app and blog post).

The key packages used for this project are:

  1. Shiny - overall framework
  2. dplyr - data manipulation and preparation
  3. plotly - prettifying ggplots and making them interactive
  4. leaflet - showing the city-sized craters created by meteor impacts

There are some cool helper functions in global.R that I wrote to create elliptical orbits in ggplot2 given an objects orbital parameters 'a' and 'q'. Server.R contains code for the interactive crater application.

About

NASA JPL meteor and comet EDA and visualization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages