How to Cluster Latitude/Longitude Data of Suburbs with Same Names?

  • Context: Undergrad 
  • Thread starter Thread starter trip6
  • Start date Start date
  • Tags Tags
    Data
Click For Summary
SUMMARY

The discussion focuses on clustering latitude and longitude data for suburbs with identical names, specifically addressing the challenge of multiple data points corresponding to different locations. Participants suggest using clustering algorithms such as K-Means or DBSCAN to effectively group the data points based on geographical proximity. The importance of preprocessing the data to eliminate noise and ensure accuracy is emphasized. Additionally, tools like Python's Scikit-learn library are recommended for implementing these clustering techniques.

PREREQUISITES
  • Understanding of K-Means and DBSCAN clustering algorithms
  • Familiarity with Python programming language
  • Knowledge of Scikit-learn library for machine learning
  • Basic concepts of geographical data representation
NEXT STEPS
  • Research K-Means clustering implementation in Python using Scikit-learn
  • Explore DBSCAN for clustering geographical data
  • Learn about data preprocessing techniques for geographical datasets
  • Investigate visualization tools for displaying clustered data points
USEFUL FOR

Data scientists, geospatial analysts, and software developers working with geographical data who need to accurately cluster and analyze locations with similar names.

trip6
Messages
6
Reaction score
0
I have a list of latitude/longitude data grouped by suburb names across the country.

The problem is for common names the list contains lat/long data corresponding to multiple areas. So Yorktown may have 20 data points which actually correspond to 8 different locations.

Whats a good method to group or cluster these data points?

Thanks!
 
Physics news on Phys.org
Are you looking for a mathematical equation or a computer algorithm?
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
7
Views
10K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
621
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
7K