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: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mateusza/sqlite-levenshtein | A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm | 15 |
droe/sqlite-hexhammdist | An extension for calculating Hamming distance between hex strings in a database | 24 |
chenlily/closest-pair | A framework for Apache Mesos that calculates the closest distance between any two points in a set using a divide-and-conquer algorithm. | 0 |
pkinney/distance | Provides functions to calculate distances between points and lines in 2D and 3D spaces | 62 |
mwgg/greatcircle | A set of reusable functions for calculating distances and bearings between geographic locations | 78 |
geocrystal/haversine | A simple distance calculator based on the Haversine formula | 16 |
chrisveness/geodesy | Geodesy functions for calculating distances and bearings between geographic coordinates | 1,175 |
c404/distance-matrix-api | Provides a set of APIs to calculate distances and travel times between locations using Google's Distance Matrix API | 30 |
globalnamesarchitecture/damerau-levenshtein | Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 144 |
nektro/zig-leven | Calculates the difference between two strings using the Levenshtein distance algorithm | 7 |
tronald/coordinatesharp | A C# library designed to assist with geographic coordinate conversions and celestial calculations | 365 |
colinsurprenant/hotwater | Fast Ruby FFI bindings for efficient string edit distance algorithms | 81 |
schneems/going_the_distance | A Ruby library implementing algorithms for calculating the cost of changing one word into another | 61 |
src-d/wmd-relax | Calculates distances between documents based on word embeddings | 460 |
mljs/distance-matrix | Computes distance/similarity matrices using custom distance functions | 4 |