Using Haversine formulae to calculate distance between Weather Station to Rain Gauge Stations and output to JSON format. Distance comparison can be defined by user.
-
Updated
Dec 14, 2019
Using Haversine formulae to calculate distance between Weather Station to Rain Gauge Stations and output to JSON format. Distance comparison can be defined by user.
A backend API built with Django Rest Framework for ride-sharing applications. The system enables riders to request rides and drivers to manage ride requests through a comprehensive REST API.
Haversine implementation in Go. Computes the Haversine distance between two geo-coordinates, and checks if they're within a specified radius (in km) of each other.
Yet another Haversine formula service.
A repository containing the code of NCS_ORBIT for the AstroPi challenge.
Mirror Descent on Sphere Geometry
Find the distance between two locations on earth
Distance matrix
Get distance between two coordinates using haversine formula
Go (Golang) distance calculator using Haversine formula to determine distance between an origin and an array of coordinates
Code to create a Pairwise Zip code Distance Matrix and use an index lookup. This is a tiny utility I built, for use in my work, but I figured it might be helpful to anyone else dealing with zip/postal code distances
To measure distance between two geo coordinates
Simple implementation of the haversine algorithm in Golang with the desired distance
This repository contains submission for CNI Hackathon'22 Data Science challenge conducted by IISc Bangalore.
PHP 8.1+ utility library that provides a lightweight method to calculate the great-circle distance between two geographic coordinates using the Haversine formula.
A set of Golang helpers for distance calculation on a sphere based on the Haversine formula, supporting both decimal degrees (DD) or degrees minutes seconds (DMS) coordinates, distance calculation, bearing calculation given two points, path endpoint given a start point and bearing, and more.
Haversine is a Go package that finds the shortest great circle route between two points on a sphere.
Add a description, image, and links to the haversine-distance topic page so that developers can more easily learn about it.
To associate your repository with the haversine-distance topic, visit your repo's landing page and select "manage topics."