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.
LA County Daily AQI Data for CO pollutant measured in
LA County Daily AQI Data for Pb pollutant measured in
LA County Daily AQI Data for NO pollutant measured in
LA County Daily AQI Data for Ozone pollutant measured in
LA County Daily AQI Data for PM pollutant measured in
LA County Daily AQI Data for PM pollutant measured in
LA County Daily AQI Data for SO pollutant measured in
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 opencsvjar downarrow commonslangzip 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
UML Diagrams if applicable
Description of your program
Java source code
Screenshots of sample runs.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
