Difference between revisions of "ISSS608 2016 17T3 Group12 Report"

From Visual Analytics and Applications
Jump to navigation Jump to search
Line 36: Line 36:
 
=Methodology=
 
=Methodology=
  
=Data Preparation=
+
==Data Preparation==
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 45: Line 45:
 
|-
 
|-
 
| Load crawled data from NEA and combine to one .csv
 
| Load crawled data from NEA and combine to one .csv
| row 1, cell 2
+
| [[File:G12-ScriptLoad.JPG|framed|]]
| row 1, cell 3
+
| [[File:G12-OutLoad.JPG|framed|]]
 
|-
 
|-
| Fix Format Date, for Month and Week
+
| Fix Format Date, for Month and Week, including tidy-ing relevant column
| row 2, cell 2
+
| [[File:G12-ScriptDate.JPG|framed|]]
| row 2, cell 3
+
| [[File:G12-OutDate.JPG|framed|]]
 
|-
 
|-
 
| Transform Month and Week to Factors which would let the data be project to the Bar Graph
 
| Transform Month and Week to Factors which would let the data be project to the Bar Graph
| row 2, cell 2
+
| [[File:G12-ScriptFactor.JPG|framed|]]
| row 2, cell 3
+
| [[File:G12-OutFactor.JPG|framed|]]
 +
|-
 +
| Project the Bar Graph by Monthly and Weekly
 +
| [[File:G12-ScriptWeek.JPG|framed|]][[File:G12-ScriptMonth.JPG|framed|]]
 +
| [[File:G12-OutWeekly.png|framed|]][[File:G12-OutMonthly.png|framed|]]
 
|}
 
|}
  
Line 66: Line 70:
 
|-
 
|-
 
| 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
| row 1, cell 2
+
| [[File:G12-ScriptShp.JPG|framed|]]
| row 1, cell 3
+
| [[File:G12-OutShp.JPG|framed|]]
 
|-
 
|-
 
|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
| row 2, cell 2
+
| [[File:G12-ScriptCoords.JPG|framed|]]
| row 2, cell 3
+
| [[File:G12-OutMap.png|framed|]]
 
|-
 
|-
|Filter the rainfall data and merge it with the map
+
|Filter the rainfall data based on the filter timeframe
| row 2, cell 2
+
| [[File:G12-ScriptFilter.JPG|framed|]]
| row 2, cell 3
+
| [[File:G12-OutFilter.JPG|framed|]]
 
|-
 
|-
 
|Run the fit model for the variogram
 
|Run the fit model for the variogram
| row 2, cell 2
+
| [[File:G12-ScriptVGM.JPG|framed|]]
| row 2, cell 3
+
| [[File:G12-OutVGM.png|framed|]]
 
|-
 
|-
 
|Perform the Kriging based on the best fit variogram  
 
|Perform the Kriging based on the best fit variogram  
| row 2, cell 2
+
| [[File:G12-ScriptKrig.JPG|framed|]]
| row 2, cell 3
+
| [[File:G12-OutKriged.JPG|framed|]]
 
|-
 
|-
 
|Plot the interpolated values to the SG map  
 
|Plot the interpolated values to the SG map  
| row 2, cell 2
+
| [[File:G12-ScriptOverlay.JPG|framed|]]
| row 2, cell 3
+
| [[File:G12-OutInter.png|framed|]]
|-
 
 
|}
 
|}
  

Revision as of 20:11, 6 August 2017

Vaa1.jpg ISSS608 Visual Analytics and Applications

Project Dropbox

Proposal

Poster

Report and App

 



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
G12-ScriptLoad.JPG
G12-OutLoad.JPG
Fix Format Date, for Month and Week, including tidy-ing relevant column
G12-ScriptDate.JPG
G12-OutDate.JPG
Transform Month and Week to Factors which would let the data be project to the Bar Graph
G12-ScriptFactor.JPG
G12-OutFactor.JPG
Project the Bar Graph by Monthly and Weekly
G12-ScriptWeek.JPG
G12-ScriptMonth.JPG
G12-OutWeekly.png
G12-OutMonthly.png

Geospatial Interpolation

Description R Script Output
Load the Shapefile and use it to create the map with a grid
G12-ScriptShp.JPG
G12-OutShp.JPG
Load the coordinates of each weather station and project it to the map
G12-ScriptCoords.JPG
G12-OutMap.png
Filter the rainfall data based on the filter timeframe
G12-ScriptFilter.JPG
G12-OutFilter.JPG
Run the fit model for the variogram
G12-ScriptVGM.JPG
G12-OutVGM.png
Perform the Kriging based on the best fit variogram
G12-ScriptKrig.JPG
G12-OutKriged.JPG
Plot the interpolated values to the SG map
G12-ScriptOverlay.JPG
G12-OutInter.png

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