This document summarizes a research paper on using clustering algorithms for geographic mapping. It discusses different geo-tagging and geocoding techniques like geo-coding, geo-blogging and geo-microformat. It also compares commonly used clustering algorithms like Chi-square and Kernel Density Estimation (KDE) for grouping geographic locations. Chi-square lacks accuracy while KDE considers all points equally without distance weighting. The document proposes using haversine distance metric with KDE for more precise clustering of locations based on their latitudes and longitudes.