Write a short summary on your findings in climate change across the globe.

computer science

Description

Objectives: 

1. Read a data file using file I/O operations 

2. Store the data in Java collection data structure(s) 

3. Perform various searches on the data based on specific search criteria 

4. Write the result data to another data file using file I/O operations 

5. Write a short summary on your findings in climate change across the globe.


Description: 

You are a weather scientist working for NOAA (National Oceanic and Atmospheric Administration; https://www.noaa.gov). You are given a data file, "world_temp_2000- 2016.csv", that contains data from the Climate Change Knowledge Portal (https://climateknowledgeportal.worldbank.org) with temperature readings of various months and years for all countries. With this data, you will:


1. Write a program that asks a user to enter any required input information. 

2. The program will run the climate analyzer tasks and store the results in a data file. 

3. Write a short conclusion on which country has been experiencing the most drastic climate change. Support your argument with your data analysis results.


The data that will be collected by your program will be based on the following activities: 

For a specific country search (Task A) : 

1) Get data which has the lowest and highest temperature reading for a given month. 

2) Get data for the month which has the lowest and highest temperature in a given year. 

3) Get all data that falls within a specific temperature range 

4) Get data for the year with the lowest temperature and for the year with the highest temperature reading 


Related Questions in computer science category