Difference between revisions of "ISSS608 2016 17T3 Group12 Report"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
		
	
| Line 1: | Line 1: | ||
<div style=background:#2B3856 border:#A3BFB1>  | <div style=background:#2B3856 border:#A3BFB1>  | ||
| − | [[Image:  | + | [[Image:SG Grid.png|250px]]    | 
| − | <font size = 5; color="#FFFFFF">  | + | <font size = 5; color="#FFFFFF">WeatherWISE</font>  | 
</div>  | </div>  | ||
<!--MAIN HEADER -->  | <!--MAIN HEADER -->  | ||
| Line 71: | Line 71: | ||
| Load the Shapefile and use it to create the map with a grid  | | Load the Shapefile and use it to create the map with a grid  | ||
| [[File:G12-ScriptShp.JPG|framed|]]  | | [[File:G12-ScriptShp.JPG|framed|]]  | ||
| − | | [[File:  | + | | [[File:SG Grid.png|framed|]]  | 
|-style="vertical-align: top;horizontal-align: center;"  | |-style="vertical-align: top;horizontal-align: center;"  | ||
|Load the coordinates of each weather station and project it to the map  | |Load the coordinates of each weather station and project it to the map  | ||
Revision as of 20:57, 6 August 2017
| 
 | 
 | 
 | 
 | 
Contents
Application
The RainyApp can be accessed through:
insert link here.
Methodology
Data Preparation
| Description | R Script | Output | 
|---|---|---|
| Load crawled data from NEA and combine to one .csv | ||
| Fix Format Date, for Month and Week, including tidy-ing relevant column | ||
| Transform Month and Week to Factors which would let the data be project to the Bar Graph | ||
| Project the Bar Graph by Monthly and Weekly | 
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 | 





