Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAInteresting idea.
Parsing the JSON did not seem to require a lot of configuration for me.
Once I realized that the closest distance in miles was NOT the same as the shortest euclidean measurement between coordinate points then I got the right answer.
This was a nice combination of JSON and SPATIAL tools, though.
Here is my solution!