How to cluster Latitude and longitude data in python (or remove unwanted data)?
问题 I have a Latitude and Longitude data of size (34000 * 2) in pandas df df = Index Latitude Longitude 0 66.36031097267725 23.714807357485936 1 66.36030099322495 23.71479548193769 2 . . . . 34000 66.27918383581169 23.568631229948359 Important Note : The above Lat & Long route has been covered twice which means if I cover the route only once, then my Latitude and Longitude data will be of size (34000/2, 2) for example. Problem I just want Lat and Long Data for a particular selected area. So i