haversine-formula
There are 74 repositories under haversine-formula topic.
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.
grumlimited/geocalc
Helper classes to calculate Earth distances, bearing, etc.
umahmood/haversine
Haversine is a Go library which implements the haversine formula.
birgire/geo-query
WordPress plugin: Geo Query - Modify the WP_Query/WP_User_Query to support the geo_query parameter. Uses the Haversine SQL implementation by Ollie Jones. With a Rest API example and support for an existing custom table .
lucasepe/lib_mysqludf_haversine
MySQL UDF to compute the Haversine formula
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/haversine
Crystal implementation of the Haversine formula to calculate distances between two points given their latitudes and longitudes
akthammomani/Menara-App-Predict-House-Price-CA
Build a Web App called Menara to Predict, Forecast House Prices and search GreatSchools in California - Bay Area
AzharRivaldi/Tambal-Ban
Membuat Aplikasi Pencarian Bengkel dan Tambal Ban dengan Android Studio
brandon93s/haversine-js
JavaScript implementation of the Haversine formula
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
devsAtQuarx/basic-transport-info-app
A progressive web app to show direct & indirect buses / transport between two places / cities / stops .Show next schedule & travel duration. Algorithm to calculate indirect buses on basis of their schedule time. Voice search . Locate nearest city/stop by gps. Bus timetable.
frostybee/geobee
A simple, stand-alone PHP library for calculating the distance between geographical coordinates.
AlaaMezian/SpringBoot-Haversine-Jwt
this repository contains a demonstration on how to use haversine formula to get the nearest locations to a given location with in distance ,also the project is built around jwt authentication and role based access authorization using spring boot framework ,please consider rating and leaving a start if you find it useful
daspartho/iss-tracker
ISS tracking script in python using NASA's API
jordangantier/lat-lon-distance
Three little php and JS snippets that do the same, calculate the distance between two points on earth in kilometers, miles and nautic miles.
vineet2420/Pair-Finder
A quick cross platform application built to connect nearby users with shared interests.
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
gunadermawan/android-PeduliPresensi-kotlin
Implementasi algoritma haversine dalam sistem presensi pegawai berbasis Android
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'.
Aryanambre77/Distance-Calculator
Calculated distance using Haversine formula and mapquest API
Ramonrune/nhs-db
NFC Health System Database
yrehan32/php-haversine
A package used to calculate the distance between two coordinate points using the haversine algorithm
d4v1-sudo/trilateration-using-python
🌎🔺📍- Triangulate a position in Earth based on the geographic location of three known points and their distances to the unknown point; using Haversine formula.
diamentowybazant/distance-calculator-js
Calculate the distance between two coordinates (points).
JabSYsEmb/geographic-perimeter-cal
Terminal-based application for calculating distance between two coordinates or the perimeter of arbitrary shapes by their coordinates.
loraxipam/havers2
haversine library that wraps geo/s2
madhuv-sharma/nearest-postcodes-calculator
It gives the list of 10 nearest Indian and Canadian Pin Codes from the given value, for which, the knowledge of Haversine formula and the databases containing geocoordinates of over 11,000 (only the first 100 rows have been uploaded) Indian postcodes/ 40,000 Canadian postal codes.
ypankaj007/haversine-formula
Haversine formula to find distance between two points on a sphere