Difference between revisions of "ISSS608 2016 17T3 Group12 Report"
Jump to navigation
Jump to search
Line 87: | Line 87: | ||
| row 2, cell 2 | | row 2, cell 2 | ||
| row 2, cell 3 | | row 2, cell 3 | ||
+ | |} | ||
+ | |||
+ | =Design Framework= | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |<center><b>Design Framework</b></center> | ||
+ | |<center><b>Results</b></center> | ||
+ | |- | ||
+ | |[[File:Airline.png|600px]]<br/> | ||
+ | <center>'''Airline Traffic'''</center> | ||
+ | | | ||
+ | * The dash board design allows the user to select different airline from the drop-down menu. | ||
+ | |||
+ | * It shows the network graph of the airlines connecting different parts of India with the size as the betweeness centrality and the colour as the closeness centrality. | ||
+ | |||
+ | * The lines on the map are directed from the origin to the destination airport with the arrow head. | ||
+ | |||
+ | * The data table on the right-hand side gives user on overall view of the arrival and departure airport of the airline as well as the departure time with frequency representing the no of days it fly’s. | ||
+ | | | ||
+ | |- | ||
+ | |[[File:Facet.png|600px|centre]] | ||
+ | <center>'''Facet''' </center> | ||
+ | | | ||
+ | * This design allows the user to easily have an overall view of all the airline carriers in india and lets the user see the big picture of the airline operating in different parts of india. | ||
+ | * It also allows the user to see the network analysis with an overall view. | ||
+ | | | ||
+ | |- | ||
+ | |[[File:Airline Time.png|600px]]<br/> | ||
+ | <center>'''Airline by Time''' </center> | ||
+ | | | ||
+ | * The design allows the user to navigate the different hours using the slider. | ||
+ | * It allows the user to find out which are the time where traffic network is very high and which are the airlines travelling during that period of time. | ||
+ | |- | ||
+ | |[[File:Airline Tier1.png|600px]]<br/> | ||
+ | <center>'''Airline by Tier'''</center> | ||
+ | | | ||
+ | * This design allows the user to explore the network centrality using both the map as well as the bubble plot to locate the cities of interest on the basis of 3 tier (derived from population). | ||
+ | | | ||
|} | |} |
Revision as of 00:39, 7 August 2017
|
|
|
|
Contents
Application
The RainyApp can be accessed through:
insert link here.
Methodology
Data Preparation
The data has been downloaded from NEA, which is provided for 58 active weather stations across spread across Singapore. The data is provided for each month and is updated on 10th of every month. This data has been used by us to
Geospatial Interpolation
Description | R Script | Output | |
---|---|---|---|
Load the Shapefile and use it to create the map with a grid | |||
Load the coordinates of each weather station and project it to the map | |||
Filter the rainfall data based on the filter timeframe | |||
Run the fit model for the variogram | |||
Perform the Kriging based on the best fit variogram | |||
Plot the interpolated values to the SG map |
Shiny Application
Description | R Script | Output |
---|---|---|
row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |