• Plotted initial 9 points using placemark_generator.kml on Google earth.
• Stored 9 points in a PostGIS database table.
• Computed convex hull using PostGIS sql queries (PostGIS_Queries.sql) and plotted them on Google earth (convex_hull_generator.kml).
• Computed nearest 3 neighboring points using PostGIS sql queries (PostGIS_Queries.sql) and plotted them on Google earth (convex_hull_generator.kml).