sqlite-distance
Distance calculator
Calculates distance between two geographic points using latitude and longitude coordinates
Dave Addey's SQLite extension for calculating distance using two pairs of latitude/longitude coordinates for use with the sqlite cli.
2 stars
3 watching
0 forks
Language: C
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm | 15 |
| A utility for calculating Hamming distances between hexadecimal strings within an SQLite database | 24 |
| A framework for Apache Mesos that calculates the closest distance between any two points in a set using a divide-and-conquer algorithm. | 0 |
| Provides functions to calculate distances between points and lines in 2D and 3D spaces | 62 |
| A set of reusable functions for calculating distances and bearings between geographic locations | 78 |
| A simple distance calculator based on the Haversine formula | 16 |
| Geodesy functions for calculating distances and bearings between geographic coordinates | 1,179 |
| Provides a set of APIs to calculate distances and travel times between locations using Google's Distance Matrix API | 30 |
| Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 145 |
| Calculates the difference between two strings using the Levenshtein distance algorithm | 7 |
| A C# library designed to assist with geographic coordinate conversions and celestial calculations | 367 |
| Provides fast string edit distance algorithms with C implementations using FFI bindings in Ruby. | 80 |
| A Ruby library implementing algorithms for calculating the cost of changing one word into another | 61 |
| Calculates distances between documents based on word embeddings | 461 |
| Computes distance/similarity matrices using custom distance functions | 4 |