Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 (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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started