Difference between revisions of "ISSS608 2016-17 T3 Assign DEBASISH BEHERA DataPrep"

From Visual Analytics and Applications
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style=background:#2B3856 border:#A3BFB1>
+
<div style=background:#0B5345 border:#A3BFB1>
[[Image:vaa1.jpg|250px]]  
+
[[Image:Vacomm_logo.jpg|300px]]
<font size = 5; color="#FFFFFF">VAST Challenge: Mini Challenge 2</font>
+
<font size = 5; color="#FFFFFF">VAST Challenge: Mini Challenge 2</font>    
 
</div>
 
</div>
 
<!--MAIN HEADER -->  
 
<!--MAIN HEADER -->  
Line 19: Line 19:
 
| style="font-family:Century Gothic; font-size:100%; solid #1B338F; background:#0B5345; text-align:center;" width="25%" |   
 
| style="font-family:Century Gothic; font-size:100%; solid #1B338F; background:#0B5345; text-align:center;" width="25%" |   
 
;  
 
;  
[[ISSS608_2016-17_T3_Assign_DEBASISH BEHERA_Feedback| <font color="#FFFFFF">Feedback and Comments</font>]]  
+
[[ISSS608_2016-17_T3_Assign_DEBASISH BEHERA_Feedback| <font color="#FFFFFF">Submission and Comments</font>]]  
 
   
 
   
 
|  &nbsp;  
 
|  &nbsp;  
Line 25: Line 25:
  
 
<!--MAIN HEADER-->
 
<!--MAIN HEADER-->
 +
 +
 +
<div style=background:#0B5345 border:#A3BFB1>
 +
<font size = 3; color="#FFFFFF">Meteorological Data</font>   
 +
</div>
 +
 +
 +
The meteorological data was checked for any missing values.
 +
 +
 +
[[File:Meteor deb.png|600px]]
 +
<div style="float:center;text-align:left;font-size:12px;"> <u>''Figure 1''</u> </div>
 +
 +
 +
We found here that there are two missing values for the wind direction. These missing values were removed for our subsequent analysis.
 +
 +
 +
 +
[[File:Winddirection.png|300px]]
 +
<div style="float:center;text-align:left;font-size:12px;"> <u>''Figure 2''</u> </div>
 +
 +
The meteorological table was added with two columns that described the wind direction and the wind speed using formulas in excel.
 +
 +
<div style=background:#0B5345 border:#A3BFB1>
 +
<font size = 3; color="#FFFFFF">Sensor Data</font>   
 +
</div>
 +
 +
 +
[[File:Sensor deb.png|600px]]
 +
<div style="float:center;text-align:left;font-size:12px;"> <u>''Figure 3''</u> </div>
 +
 +
 +
There are no missing values that can be observed for the sensor data.
 +
 +
 +
 +
<div style=background:#0B5345 border:#A3BFB1>
 +
<font size = 3; color="#FFFFFF">Sensor Coordinate Table</font>   
 +
</div>
 +
 +
 +
[[File:Senscordeb.png|200px]]
 +
<div style="float:center;text-align:left;font-size:12px;"> <u>''Figure 4''</u> </div>
 +
 +
The Sensor Coordinate table was made by inputting the coordinates in excel and creating one excel file know as sensor coordinates
 +
 +
 +
<div style=background:#0B5345 border:#A3BFB1>
 +
<font size = 3; color="#FFFFFF">Preparing the Data for Wind Fan</font>   
 +
</div>
 +
 +
 +
[[File:Windfan deb.png|600px]]
 +
<div style="float:center;text-align:left;font-size:12px;"> <u>''Figure 5''</u> </div>
 +
 +
For preparing the data for constructing the wind fan, the data set known as  Meteorological_Data_windrose.csv was created by using the table meteorological data, sensor data and the sensor coordinates.
 +
 +
 +
[[File:Windfancode.png|400px]]
 +
<div style="float:center;text-align:left;font-size:12px;"> <u>''Figure 6''</u> </div>
 +
 +
After we have prepared the data then we use R to replicate each row 3 times and give a path ID.
 +
The table created was known as wind_rose_data_prep.csv

Latest revision as of 18:56, 15 July 2017

Vacomm logo.jpg VAST Challenge: Mini Challenge 2

Introduction

Data Preparation

Insight & Conclusion

Submission and Comments

 


Meteorological Data


The meteorological data was checked for any missing values.


Meteor deb.png

Figure 1


We found here that there are two missing values for the wind direction. These missing values were removed for our subsequent analysis.


Winddirection.png

Figure 2

The meteorological table was added with two columns that described the wind direction and the wind speed using formulas in excel.

Sensor Data


Sensor deb.png

Figure 3


There are no missing values that can be observed for the sensor data.


Sensor Coordinate Table


Senscordeb.png

Figure 4

The Sensor Coordinate table was made by inputting the coordinates in excel and creating one excel file know as sensor coordinates


Preparing the Data for Wind Fan


Windfan deb.png

Figure 5

For preparing the data for constructing the wind fan, the data set known as Meteorological_Data_windrose.csv was created by using the table meteorological data, sensor data and the sensor coordinates.


Windfancode.png

Figure 6

After we have prepared the data then we use R to replicate each row 3 times and give a path ID. The table created was known as wind_rose_data_prep.csv