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

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

CSCI2010L Programming II - 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 Environmentail Information (NCELapart of the National Oceanic and Atmospheric Administration (NOAA) Here is an example of some temperature data from a weather station near Pittsburgh, PA 22.6 20.5 16.4 19.3 26.2 24.1 18 2.1 20180101 20180102 1 20180104 12 23 17 13 10 0180105 20180108 - 11 31 20180107 27 20180108 34 27 We would like to do some analysis on this data. The daily data for 1 weather reporting station in Pensyivania during 2018 has been captured from the NOAA website and loaded into a Java 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 dass and add it to your Lab5 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 m ethods 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 static method returns a string containing 1 temperature record. You will need to divide each of these strings into the following 5 data elements CSCI2010L Programming II - 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 Environmentail Information (NCELapart of the National Oceanic and Atmospheric Administration (NOAA) Here is an example of some temperature data from a weather station near Pittsburgh, PA 22.6 20.5 16.4 19.3 26.2 24.1 18 2.1 20180101 20180102 1 20180104 12 23 17 13 10 0180105 20180108 - 11 31 20180107 27 20180108 34 27 We would like to do some analysis on this data. The daily data for 1 weather reporting station in Pensyivania during 2018 has been captured from the NOAA website and loaded into a Java 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 dass and add it to your Lab5 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 m ethods 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 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!