Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 594 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 594 Bytes

distancifier Build Status

Clojars Project

A Clojure library designed to calculate a distance between two coordinates on Earth. The algorithm used is based on Great Circle distance.

Usage

(:require [distancifier.core :as core])

(core/distance [38.736946 -9.142685] [40.730610 -73.935242]) ; => {:miles 3364.6154140785607, :kms 5414.824255526726}