Performed quality control procedures on AWS( Automatic Weather Station) data to ensure accuracy and reliability, Analyzed AWS data in comparison with synoptic or observational results using statistical methods such as Chi Square test, Two-Sample t-test, and Mann-Whitney U test, enhancing data validation and integrity.
- Shapiro-Wilk test : Checking Normal Distribution
- Two-Tailed test : Comparing 2 datasets if normally distributed
- Mann-Whitney U test : Comparing 2 datasets if 2 datasets not normally distributed or just one of them normally distributed
- Pandas
- Numpy
- datetime
- Scipy.stas
- matplotlib.pyplot