Skip to content

Simple Clojure Library to calculate the distance between 2 coordinates on earth

License

Notifications You must be signed in to change notification settings

lamuria/distancifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

Simple Clojure Library to calculate the distance between 2 coordinates on earth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published