Homework 4
Create weather forecast
Using weather data from KMA, write a code to produce weather outlook/statement that looks like the section, “Detailed Forecast” in NWS.
- Pick a region you want to make forecast.
- In addition to max/min temperature, please add a statement that compares it with the climatological values.
- Try to create your own class to do this job.
- Turn in the python file or jupyter notebook file by next Thursday.
Try to include everything in the class definition so that you can get the forecast statement with <Classname>.<printfunction>
.