Question: Produce a Python Program using the provided file, 'Broken _ Hill _ Solar _ Radiation.txt ' , which contains the solar radiation data from Broken
Produce a Python Program using the provided file, 'BrokenHillSolarRadiation.txt which contains the solar radiation data from Broken Hill Airport, during January and February The daily values of Solar Radiation MJsq m were obtained from BOM australia Prior to starting Check the January brokenhillairportcsv and February brokenhillairportcsv and check the Solar Radiation values in BrokenHillSolarRadiation.txt are correct.
The dates are in ascending order with their respective solar radiation values.
The dates are in ascending order with their respective solar radiation values.
Input:
Write a Python program that reads the data of the dates and solar radiation values into two separate lists.
Output:
The program must display the dates having the maximum and minimum solar radiation values. In addition, the program must display the average solar radiation value for each month and shows the month that Broken Hill has a higher solar radiation value.
Sample Output:
The month of has the maximum solar radiation value of
The month of has the minimum solar radiation value of
this is for both months
The average solar radiation value of January is
The average solar radiation value of February is
Broken Hill Airport has higher solar radiation in
Coding requirements:
Added comments to top of code with name, date and purpose of program.
The program must use lists, strings and builtin list functions to complete the task.
The program should include user defined functions to modularise the code.
The program must include exception handling to handle IOError exception.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
