zhengqunkoo / taxibros

Instantly query taxi arrival times
0 stars 1 forks source link

Remove Malaysia locations. #89

Closed zhengqunkoo closed 6 years ago

zhengqunkoo commented 6 years ago

Remove locations obtained by grid query in Malaysia, Pulau Ubin, Pulau Tekong, Pulau Semakau, and Pulau Bukom.

zhengqunkoo commented 6 years ago

Idea is to reduce KDTree size in RAM. However, more than 10000 "Singapore" locations are loaded into KDTree.

Do not remove these repeated locations, because roadID could be updated by Google in the future to have new coordinates and new names. Instead, only load unique (lat,lng) into KDTree.