Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knn output contains latitude and longitude #9

Open
jakerbrown opened this issue Aug 31, 2020 · 1 comment
Open

knn output contains latitude and longitude #9

jakerbrown opened this issue Aug 31, 2020 · 1 comment

Comments

@jakerbrown
Copy link

The output from knn.sql includes the latitude and longitude of (I assume) each neighbor? This does not seem necessary and greatly increases the size of the files.

@dkakkar
Copy link
Collaborator

dkakkar commented Aug 31, 2020

It is the lat/lon of each voter (source_id). You can edit the script to delete that. I included it thinking it will be useful if you would like to visualize the results. Please remove the following from the SELECT statement to delete it, rest remains the same:

"a.lat as source_lat, a.lon as source_lon"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants