An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: haversine

stdlib-js/math-base-special-haversin

Compute the half-value versed sine.

Language: Python - Size: 1.1 MB - Last synced at: 7 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

jftuga/geodist

Golang package to compute the distance between two geographic latitude, longitude coordinates

Language: Go - Size: 8.79 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 180 - Forks: 16

stdlib-js/math-base-special-ahaversin

Compute the inverse half-value versed sine.

Language: Python - Size: 568 KB - Last synced at: 8 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

vgavara/haversine-ts

Typescript library for calculations on a sphere surface with both decimal degrees (DD) or degrees minutes seconds (DMS) coordinates.

Language: TypeScript - Size: 266 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

mapado/haversine

Calculate the distance between 2 points on Earth

Language: Python - Size: 170 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 343 - Forks: 63

stdlib-js/math-base-special-ahaversinf

Compute the inverse half-value versed sine of a single-precision floating-point number.

Language: Python - Size: 203 KB - Last synced at: 7 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

vgavara/goversine

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.

Language: Go - Size: 20.5 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

chrisveness/geodesy

Libraries of geodesy functions implemented in JavaScript

Language: JavaScript - Size: 600 KB - Last synced at: 11 days ago - Pushed at: 9 months ago - Stars: 1,190 - Forks: 205

NybergViktor/DistanceCalculator

Language: JavaScript - Size: 751 KB - Last synced at: 24 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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.

Language: JavaScript - Size: 1.12 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

ggeerraarrdd/geofinder

An online game that's like "Where's Waldo?" but for houses

Language: HTML - Size: 238 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DaniilSydorenko/haversine-geolocation

Get distances between two points or get closest position to current point. Based on the Haversine Formula

Language: TypeScript - Size: 940 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 23 - Forks: 2

tgidk/MovrApi

A .NET 9 controller-based web API in C# with integration to the distributed SQL database CockroachDB and with the educational movr database.

Language: C# - Size: 24.4 KB - Last synced at: 24 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

grumlimited/geocalc

Helper classes to calculate Earth distances, bearing, etc.

Language: Java - Size: 129 KB - Last synced at: 20 days ago - Pushed at: over 4 years ago - Stars: 110 - Forks: 39

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.

Language: JavaScript - Size: 6.83 MB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 3

geocrystal/geo

Geospatial primitives and algorithms for Crystal

Language: Crystal - Size: 99.6 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 20 - Forks: 1

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.

Language: Python - Size: 62.5 KB - Last synced at: 16 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 1

rickyplouis/distance-from

Simple API for quickly calculating distance between two coordinates

Language: TypeScript - Size: 133 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 3

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'.

Language: Python - Size: 119 MB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

stdlib-js/math-iter-special-haversin

Create an iterator which computes the half-value versed sine for each iterated value.

Language: JavaScript - Size: 1.23 MB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-special-ahaversin

Create an iterator which computes the inverse half-value versed sine of each iterated value.

Language: JavaScript - Size: 898 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

shuseelmaharjan/futal-recommendation

A Futsal Recommendation System depends upon the haversine algorithm to calculate the shortest distance of a sphere which result the nearest futsal available on that location. It's only a frontend system built on react js using tainwind css. Additionally openstreetmap is used for the map components.

Language: JavaScript - Size: 298 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.

Language: C# - Size: 396 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 184 - Forks: 32

dcousens/haversine-distance

Haversine formula in Javascript. In meters. Nothing more.

Language: JavaScript - Size: 58.6 KB - Last synced at: 6 months ago - Pushed at: 11 months ago - Stars: 75 - Forks: 10

nathanrooy/spatial-analysis

A collection of algorithms I use for the analysis of geospatial data. Written in C, wrapped in Python.

Language: C - Size: 52.7 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 22 - Forks: 12

lexor/haversine

The haversine formula determines the great-circle distance between two points on a sphere given their longitudes and latitudes.

Language: Go - Size: 1000 Bytes - Last synced at: 24 days ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

ashvardanian/HaversineSimSIMD 📦

Staging area for Haversine distance computations in SimSIMD and USearch

Language: C++ - Size: 5.86 KB - Last synced at: about 15 hours ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

SpyrosMouselinos/distancly

A python package to implement all different distance/routing methods (Great Circle/Rhumbline/Haversine/Eucledian).

Language: Python - Size: 29.3 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 9 - Forks: 0

13x54n/short-distance

Using haversine formula, nearest distance calculation is measured.

Language: JavaScript - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

Caknoooo/haversine-algorithm-golang

Simple implementation of the haversine algorithm in Golang with the desired distance

Language: Go - Size: 2.93 KB - Last synced at: 20 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

njj/haversine

A simple haversine formula module for Node.js

Language: JavaScript - Size: 37.1 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 297 - Forks: 44

rxzyx/artillery-strike

An attempt to make an accurate artillery strike, for fun.

Language: Python - Size: 10.7 KB - Last synced at: 19 days ago - Pushed at: 12 months ago - Stars: 2 - Forks: 1

Kongduino/Agnostic_Haversine

Quick code that provides the distance between two GNSS coordinates in kilometers and miles.

Language: C++ - Size: 2.93 KB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

kloverde/java-GeographicCoordinate

A Java library for representing latitude, longitude and cardinal points of the compass, and calculating distance and bearing between points

Language: Java - Size: 608 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 12 - Forks: 8

AzharRivaldi/Tempat-Pelayanan-Kesehatan

Tempat Pelayanan Kesehatan menggunakan Formula Haversine, Google Place Api dan Google Maps Api

Language: Kotlin - Size: 248 KB - Last synced at: 12 months ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 12

flamrdevs/hvrsn

Simplest haversine

Language: TypeScript - Size: 51.8 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

flamrdevs/haaveersiinee

Simple haversine

Language: TypeScript - Size: 56.6 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

pridhvipinninti/Farmers-Analytical-Dashboard

A FastAPI application helping farmers to make Business decisions

Language: Python - Size: 6.99 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jodiambra/Yachay.ai

Project predicting geolocation from tweets as part of Yachay.ai externship

Language: HTML - Size: 102 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

juanpujol/geospread

Filter points by minimum distance in meters and optionally starting from a specific point.

Language: TypeScript - Size: 430 KB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

BBC-Data-Unit/electric-car-charging-points

Lack of electric car charging points 'putting off drivers'

Language: HTML - Size: 2.65 MB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 3

unfunco/distance 📦

🌍 Small PHP 7.1+ library for calculating the distance between two coordinates.

Language: PHP - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

OlimilO1402/Math_AngleWGS84UTM32

Classes Angle, GeoPos, UTM32 and some other Math functions

Language: Visual Basic 6.0 - Size: 1.57 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 2

techshot25/Haversine.jl

Greater Circle tools for Julia to be used for fast and broadcastable geospatial calculations using spherical coordinates

Language: Julia - Size: 24.4 KB - Last synced at: 26 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

LucaTheHacker/go-haversine

Go package to nicely calculate distance between coordinates using the Haversine formula.

Language: Go - Size: 3.91 KB - Last synced at: 2 days ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 0

hardefarogonondo/NeuroDotNet-MKAD-range-analyzer-api

Geolocation API commissioned by Neuro.net to measure distance from any address to MKAD using Yandex Geocoder API.

Language: Python - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

alexhallam/hans

:globe_with_meridians: A fast dataframe compatible haversine function

Language: C++ - Size: 885 KB - Last synced at: 24 days ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

kcarmonamurphy/blue-jays-home-games

A look at using pandas and numpy to see whether or not higher attendance Blue Jays home games cause increased accidents around the Rogers Centre post-game

Language: Jupyter Notebook - Size: 83 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

adavesik/haversine

PHP implementation of Haversine formula

Language: TSQL - Size: 230 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

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.

Language: TypeScript - Size: 32.2 KB - Last synced at: 25 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

tomronw/haversine

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.

Language: Go - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

giova22i/Yachay.ai-Task

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.

Language: Jupyter Notebook - Size: 14.7 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

daspartho/iss-tracker

ISS tracking script in python using NASA's API

Language: Python - Size: 2.48 MB - Last synced at: 17 days ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 1

Stephen137/FIFA_World_Cup-Qatar_2022

I’ve lost touch a bit in recent years with football, and thought it would be interesting to do a data dive using pandas, numpy, matplotlib. My main aim was to try to quantify the geographical spread of the players. I discovered the Geopy and Haversine libraries

Language: Jupyter Notebook - Size: 1.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

chneau/haversine

Simple haversine formula in go

Language: Go - Size: 2.93 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

equinetic/ZipCode.jl

Package for accessing latitude/longitude by U.S. ZIP Code

Language: Julia - Size: 666 KB - Last synced at: 10 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 4

hnoir/go-haversine

Go package to compute Haversine distances.

Language: Go - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

santiguti/facility-location

Facility location finder

Language: Java - Size: 1.4 MB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

loraxipam/haversine Fork of FATHOM5/haversine 📦

Haversine is a Go package that finds the shortest great circle route between two points on a sphere.

Language: Go - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

yrehan32/php-haversine

A package used to calculate the distance between two coordinate points using the haversine algorithm

Language: PHP - Size: 16.6 KB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

csnje/haversine

Simple implementation of the Haversine formula in Rust

Language: Rust - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

hrezend/mata07-ufba-aplicacoes-da-algebra-linear

Repositório com projeto em feito utilizando react para a disciplina de Álgebra Linear da UFBA. Trata-se de uma aplicação dos conceitos aprendidos no semestre, onde mais especificamente utilizo de algumas fórmulas para calcular a distância entre dois pontos com coordenadas geográficas.

Language: TypeScript - Size: 308 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tanujnotes/node-some

Exploring Node.js

Language: JavaScript - Size: 434 KB - Last synced at: 8 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

MatteoFasulo/Algos

Progetto di Algoritmi e Strutture Dati

Language: Python - Size: 7.45 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

bitcubix/haversine-cli

CLI for harversine

Language: Go - Size: 16.6 KB - Last synced at: 14 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

costa86/haversine-alpha

A CLI to get the distance (Km) between multiple coordinates using Haversine formula

Language: Rust - Size: 4.21 MB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

faicchia/haversine

Yet another Haversine formula service.

Language: PHP - Size: 23.4 KB - Last synced at: 12 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

lggomez/go-geodesy

geodesics utils, including ellipsoid data and ellipsoidal distance

Language: Go - Size: 73.2 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

rafaelbcastilhos/dijkstra-airports

Algoritmo de Dijkstra que encontra o menor caminho entre dois aeroportos.

Language: Python - Size: 701 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

luk-f/pyhaversine

A simple haversine function with pybind11

Language: C++ - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

joelcolucci/geolocation-distance-between

ES6 module to calculate distance between coordinates

Language: JavaScript - Size: 39.1 KB - Last synced at: 17 days ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

loraxipam/havers2

haversine library that wraps geo/s2

Language: Go - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

handokoadjip/project-learn-codepolitan-codespace

Codespace is a geolocation harversine application made with Laravel 7 as my practice for mapping bootcamp online.

Language: PHP - Size: 311 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

pauloribeirobr/pesquisa-ubs

Permite localizar as UBSs próximas baseado em geolocalização

Language: Java - Size: 3.1 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

m0riya42/Delivery-Packets-project

A volunteer management system for distributing packets of food using MERN TECHNOLOGY STACK.

Language: JavaScript - Size: 15.6 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kloverde/spring-GeographicCoordinateWS

A Spring Boot application that exposes the functionality of my java-GeographicCoordinate project as SOAP and REST Web services

Language: Java - Size: 1.21 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

iSingh-11/LetUsOrder

LetUsOrder is an eStore where a user can explore multiple categories and can add products to the cart so to buy them. Users even got the functionality to sell products from their own shops if any. The project involved working on HTML, CSS, JavaScript, jQuery, Bootstrap, as Front End Technologies and JSP, Java Servlets, JDBC with MySQL for Server Side and Database Connectivity. Also, Jakarta's Mail API for sending auto-generated emails (such as OTP for Account Verification & Recovery and Order Confirmation at CheckOut) and Haversine for finding best seller based on shortest distance has been used.

Language: Java - Size: 3.01 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

diamentowybazant/distance-calculator-js

Calculate the distance between two coordinates (points).

Language: TypeScript - Size: 69.3 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

renatoaguimaraes/geotool

Distance matrix

Language: Go - Size: 104 KB - Last synced at: 25 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

YesnielX/typescript-find-distance-between-two-points

find the distance between two points with typescript

Language: TypeScript - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

macedoj/haversine-great-circle-distance

Haversine formula to calculate the great-circle distance between two pairs of latitude and longitude coordinates.

Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 2

vishwakneelamegam/haversine

To measure distance between two geo coordinates

Language: Java - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ZenithClown/agine

Library for finding Nearest Neighbor or to find if two points on Earth have a Direct Line of Sight.

Language: HTML - Size: 5.66 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Marhatta/react-native-google-maps

Google maps implementation with React Native.

Language: JavaScript - Size: 7.61 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Ramonrune/nhs-db

NFC Health System Database

Language: TSQL - Size: 5.09 MB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

dbrockman/geodetic-haversine-distance

Distance between two latitude/longitude coordinates taking latitude into account

Language: JavaScript - Size: 6.84 KB - Last synced at: 2 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

kwahome/go-haversine

The Haversine formula determines the great-circle distance between two points on a sphere given their latitudes and longitudes.

Language: Go - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

Drjacky/Intercom

Language: Kotlin - Size: 109 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

kaxhiftaj-zz/EmergencyApp

This is an emergency app to get you in touch and to alert the near by hospitals and Police stations .

Language: Java - Size: 15.5 MB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

hieuunguyeen/polyline-extended

Implementation for Google polyline algorithm with **extra** salt and sugar. :sparkles::sparkles:

Language: JavaScript - Size: 340 KB - Last synced at: 10 days ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 1

gabrieldarezzo/who-next

Pegue sua localização, e encontre as pessoas próximas (Formula de Haversine)

Language: JavaScript - Size: 214 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

maxng07/Distance_RainGauge

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.

Size: 1.2 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

kiliankoe/Haversine

🗺 Calculate the Haversine distance between two coordinate pairs.

Language: Swift - Size: 5.86 KB - Last synced at: 22 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

gr00T0x/Social-Event-Venue-Organiser

A small java based program I built for a uni assignment.

Language: Java - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

stacygohyunsi/new-point-haversine

Calculates new latitude and longitude from an old point + n distance

Language: JavaScript - Size: 4.88 KB - Last synced at: 5 days ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

tiaanduplessis/get-haversine-distance

Get distance between two coordinates using haversine formula

Language: JavaScript - Size: 36.1 KB - Last synced at: 8 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

projectyotta/DudeWheresMyClass

.

Language: Jupyter Notebook - Size: 28.1 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1