Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 443 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 443 Bytes

PostGIS-Spatial-Databases

• 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).