Question: Please write a python code to complete this task. For wind stat.data, write python code to determine the following: - What was the location index

For wind stat.data, write python code to determine the following: - What was the location index (011) and date (yy mm dd) of the highest observed wind speed during any month of July during the years 19701975 ? - For years 1961-1978, Which location had the highest percentage of days with wind speed >w 107 Do not use any python loops for this calculation. Note that for a 1-D array x, len (x) or xsize returns the number of elements For wind_stat data, write python code to dellver the following - As a measure of potential for wind energy, compute the assessment value A= (mean wind speed) / (std. dev, of wind speed) for each location during the period 19611978. - For the location with the highest assessment value, A, plot a histogram of wind speed using a simple bar chart with
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
