-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
31,094 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<p>This is a simple implementation of Shiny dashboard to explore the Nepal earthquake (http://en.wikipedia.org/wiki/April_2015_Nepal_earthquake) data. The earthquake data used here is NOT real-time. The data was downloaded from USGS (csv format) and can be updated by replacing the file in the data folder. To filter the quakes in the vicinity of Nepal, only the quakes within the bounding box of Nepal map are used. (2/6/2015) | ||
You can try the app live at: [not live yet] asheshwor.shinyapps.io/np-quake</p> | ||
<h2>R packages used</h2> | ||
<ul> | ||
<li>shinydashboard</li> | ||
<li>leaflet</li> | ||
<li>dplyr</li> | ||
<li>scales</li> | ||
<li>ggplot2</li> | ||
<li>htmltools</li> | ||
<li>rcolorbrewer</li> | ||
</ul> | ||
<h2>Source code</h2> | ||
<p>Full source code is available from the following github repo: https://github.com/asheshwor/quake</p> | ||
<h2>Attribution</h2> | ||
<p><b>Earthquake data:</b> This app uses earthquake data from USGS http://earthquake.usgs.gov/earthquakes/feed/v1.0/csv.php<br> | ||
<b>Map data:</b> Map tiles from Mapbox https://www.mapbox.com/ Mapbox uses map data from Open Street Maps (http://www.openstreetmap.org/)</p> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.