Viewing a single comment thread. View all comments

SawtoothData t1_j6olw50 wrote

I don't know your application but, if lat/lon don't work very well, you could also try something like geohashing.

Something that's weird about longitude is that it loops. you might have weird things at the boundary. It's also odd that the distance between two points is also a function of latitude.

1

TheCoconutTree t1_j6otii7 wrote

That's a good point about longitude looping. I hadn't thought about that. I'm designing a classifier, and would like to include geographic location as one of the input variables.

1