Question: CSCI2010L Programming Il - Lab 5 Weather Data In the United States, the NOAA collects weather data and issues official weather forecasts. They have data

 CSCI2010L Programming Il - Lab 5 Weather Data In the United
States, the NOAA collects weather data and issues official weather forecasts. They

CSCI2010L Programming Il - Lab 5 Weather Data In the United States, the NOAA collects weather data and issues official weather forecasts. They have data from all weather stations in the country posted and freely available online. This data is provided by an agency of the US Federal Government: National Centers for Environmental Information (NCEI), a part of the National Oceanic and Atmospheric Administration (NOAA). http://www.ncds.noaa.gov/data-access/quick-links#loc-clim Here is an example of some temperature data from a weather station near Pittsburgh, PA. 20180101 2 20180102 20180103 20180104 20180105 20180106 11 20180107 20180108 -22.6 20.5 16.4 19.3 -26.2 24.1 -18 2.1 12 23 17 13 10 .3 27 34 27 31 We would like to do some analysis on this data. The daily data for 1 weather reporting station in Pennsylvania during 2018 has been captured from the NOAA website and loaded into a lava class. This class is called TemperatureData. Create a new Bluej project called Lab5-YOUR NAME. This project will contain at least 3 java classes. The first class is called TemperatureData and has already been written. It is available on the Lab Canvas site, in the Assignments section (Lab 05 assignment). You should download this class and add it to your Labs project. You may not modify this class in any way. Just use its 2 public static methods to load the weather data into your program. The 2 methods are: boolean hasNextTempRecord) This static method returns true if there is more data to read and false when the end of data is reached. Once you have read the false value from hasNextTempRecord, you may not call either of these TemperatureData methods again. String getNextTempRecord() This static method returns a string containing 1 temperature record. You will need to divide each of these strings into the following 5 data elements

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!