Skip to content

Repository files navigation

Closest Neighbour

Description

Given a collection of reference points and a collection of vehicle positions, find the closest vehicle position to each of the reference points.

Approach

The program uses some simple vector math to determine the closest points to each reference point, then calculates the actual distance using haversine.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages