haversine
There are 100 repositories under haversine topic.
chrisveness/geodesy
Libraries of geodesy functions implemented in JavaScript
mapado/haversine
Calculate the distance between 2 points on Earth
njj/haversine
A simple haversine formula module for Node.js
ucnl/UCNLNav
Multilanguage (C#/Matlab/Rust) library for solving navigation (2D/3D) & geodetic problems: Multilateration (true range), Time-Of-Arrival (TOA), Time-Difference-Of-Arrival (TDOA), Angle-Of-Arrival AOA (Direction-Of-Arrival, DOA); Direct & inverse geodetic problems: Vincenty equations, Haversine formula; Virtual Long Baseline navigation (VLBL) etc.
jftuga/geodist
Golang package to compute the distance between two geographic latitude, longitude coordinates
grumlimited/geocalc
Helper classes to calculate Earth distances, bearing, etc.
dcousens/haversine-distance
Haversine formula in Javascript. In meters. Nothing more.
DaniilSydorenko/haversine-geolocation
Get distances between two points or get closest position to current point. Based on the Haversine Formula
nathanrooy/spatial-analysis
A collection of algorithms I use for the analysis of geospatial data. Written in C, wrapped in Python.
geocrystal/geo
Geospatial primitives and algorithms for Crystal
kloverde/java-GeographicCoordinate
A Java library for representing latitude, longitude and cardinal points of the compass, and calculating distance and bearing between points
AzharRivaldi/Tempat-Pelayanan-Kesehatan
Tempat Pelayanan Kesehatan menggunakan Formula Haversine, Google Place Api dan Google Maps Api
macedoj/haversine-great-circle-distance
Haversine formula to calculate the great-circle distance between two pairs of latitude and longitude coordinates.
daspartho/iss-tracker
ISS tracking script in python using NASA's API
SpyrosMouselinos/distancly
A python package to implement all different distance/routing methods (Great Circle/Rhumbline/Haversine/Eucledian).
hieuunguyeen/polyline-extended
Implementation for Google polyline algorithm with **extra** salt and sugar. :sparkles::sparkles:
rickyplouis/distance-from
Simple API for quickly calculating distance between two coordinates
13x54n/short-distance
Using haversine formula, nearest distance calculation is measured.
gguillau/Yachay.ai-Tweet-Geolocation-Prediction
This project takes on the goal to improve upon Yachay.ai's infrastructure to train a deep learning model to predict coordinates of individual texts.
LucaTheHacker/go-haversine
Go package to nicely calculate distance between coordinates using the Haversine formula.
alexhallam/hans
:globe_with_meridians: A fast dataframe compatible haversine function
ashvardanian/HaversineSimSIMD
Staging area for Haversine distance computations in SimSIMD and USearch
flamrdevs/haaveersiinee
Simple haversine
flamrdevs/hvrsn
Simplest haversine
joelcolucci/geolocation-distance-between
ES6 module to calculate distance between coordinates
lggomez/go-geodesy
geodesics utils, including ellipsoid data and ellipsoidal distance
OlimilO1402/Math_AngleWGS84UTM32
Classes Angle, GeoPos, UTM32 and some other Math functions
shawnchan2014/haversine-dart
Implementation of the Haversine formula in Dart.
TrafficGCN/haversine_mapping_for_spatial_integration_in_graph_convolutional_networks
Calculating the nearest weather sensor for each traffic sensor and then merging the weather sensors' temporal data with the traffic sensors'.
YesnielX/typescript-find-distance-between-two-points
find the distance between two points with typescript
electricpizzza/geo-haversine
Is a package that used The Haversine formula to compare distance between two points on Earth using lat/long coordinates. to get the nearest points and get all positions included in a range.
himanegi/hitch-hike-2.0
Hitch Hike 2.0 is a web application designed to connect drivers and passengers looking for rides. It aims to reduce the environmental impact of individual car travel by encouraging carpooling and sharing rides.
rxzyx/artillery-strike
An attempt to make an accurate artillery strike, for fun.
stdlib-js/math-base-special-haversin
Compute the half-value versed sine.
stdlib-js/math-strided-special-ahaversin-by
Compute the inverse half-value versed sine of each element retrieved from an input strided array via a callback function.
yrehan32/php-haversine
A package used to calculate the distance between two coordinate points using the haversine algorithm