Question: i dont know how to do this in java For this programming assignment, download the following AQI data in CSV files. 1 . LA County

i dont know how to do this in java
For this programming assignment, download the following AQI data in CSV files.
1. LA County Daily AQI Data for CO pollutant measured in 2023.
2. LA County Daily AQI Data for Pb pollutant measured in 2023.
3. LA County Daily AQI Data for NO2 pollutant measured in 2023.
4. LA County Daily AQI Data for Ozone pollutant measured in 2023.
5. LA County Daily AQI Data for PM2.5 pollutant measured in 2023.
6. LA County Daily AQI Data for PM2.5 pollutant measured in 2023.
7. LA County Daily AQI Data for SO2 pollutant measured in 2023.
Read AQI data stored in CSV files. Understand the headers, identify possible values (data type) for each column, and interpret what each row of
- How many data collection sites are in the LA county?
- How do you think your city's air quality is calculated when there is no data collection site is in your city? Write your proposal.
Write a program to do:
- Load A CSV file using OpenCSV library opencsv-5.8-1.jar \(\downarrow \) commons-lang3-3.13.0.zip \(\downarrow \)
- Create an array list of String named dailyAQI and store each row into the array. First, scan the CSV file and determine the size of the array list.
- Create a hash table named sites.
- Use an int data type for key to store site id.
- Use a string data type for value to store site name.
- Create a hash table named aqsParameters.
- Use an int data type for key to store AQS Parameter code.
- Use a string data type for value to store AQS parameter name.
- Display all the names of the unique data collection sites.
- Accept a site name from the user and report the daily AQI values for each AQS parameters.
Deliverables
1. UML Diagrams - if applicable
2. Description of your program
3. Java source code
4. Screenshots of sample runs.
i dont know how to do this in java For this

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 Programming Questions!