Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In java please Format of houses.csv: street,city,zip,state,beds,baths,sq__ft,type,sale_date,price,latitude,longitude 3526 HIGH ST,SACRAMENTO,95838,CA,2,1,836,Residential,Wed May 21 00:00:00 EDT 2008,59222,38.631913,-121.434879 51 OMAHA CT,SACRAMENTO,95823,CA,3,1,1167,Residential,Wed May 21 00:00:00 EDT 2008,68212,38.478902,-121.431028 2796

image

In java please

Format of houses.csv:

 

street,city,zip,state,beds,baths,sq__ft,type,sale_date,price,latitude,longitude
3526 HIGH ST,SACRAMENTO,95838,CA,2,1,836,Residential,Wed May 21 00:00:00 EDT 2008,59222,38.631913,-121.434879
51 OMAHA CT,SACRAMENTO,95823,CA,3,1,1167,Residential,Wed May 21 00:00:00 EDT 2008,68212,38.478902,-121.431028
2796 BRANCH ST,SACRAMENTO,95815,CA,2,1,796,Residential,Wed May 21 00:00:00 EDT 2008,68880,38.618305,-121.443839
2805 JANETTE WAY,SACRAMENTO,95815,CA,2,1,852,Residential,Wed May 21 00:00:00 EDT 2008,69307,38.616835,-121.439146
6001 MCMAHON DR,SACRAMENTO,95824,CA,2,1,797,Residential,Wed May 21 00:00:00 EDT 2008,81900,38.51947,-121.435768
5828 PEPPERMILL CT,SACRAMENTO,95841,CA,3,1,1122,Condo,Wed May 21 00:00:00 EDT 2008,89921,38.662595,-121.327813
6048 OGDEN NASH WAY,SACRAMENTO,95842,CA,3,2,1104,Residential,Wed May 21 00:00:00 EDT 2008,90895,38.681659,-121.351705
2561 19TH AVE,SACRAMENTO,95820,CA,3,1,1177,Residential,Wed May 21 00:00:00 EDT 2008,91002,38.535092,-121.481367

00 00 As part of a study of how low-cost housing is distributed, a program is needed to visualize the relative location of such housing. Requirements A program is needed to read data from a CSV file that includes the addresses, prices and latitude/longitude coordinates of houses in a county. The program should read the address, price and coordinates and store them in a data structure such as a Map. Houses that cost less than $125000, for example, should be identified and their location should be plotted as small filled circles in a window to visualize their density and relative locations. The program should have a simple graphical user interface that allows a user to specify the CSV file to be read and the cutoff price for the visualization. Put the filename "houses.csv" in your text field so that the program opens with that filename already there. The CSV file, houses.csv, will be provided along with an example of a possible GUI. Submit your Cheap Houses.java file. Home Price Distribution Home Price Distribution File: houses.csv Price: 225000 Plot File: houses.csv Price: 125000 : Plot

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Auditing Cases An Interactive Learning Approach

Authors: Steven M Glover, Douglas F Prawitt

4th Edition

0132423502, 978-0132423502

More Books

Students also viewed these Programming questions

Question

=3. What is the purpose of sensitivity analysis?

Answered: 1 week ago

Question

=+c. Given that the selected can had a surface defect,

Answered: 1 week ago