⚠️ DEPRECATED2016-08-10: The original author has brought the code to Github, provided a proper license, and published all to maven central. This repository remains for historical purposes only.
This is a copy of Mike Gavaghan's Geodesy library, used without permission.
The jar is hosted on clojars. To consume it, add another dependency to your project.clj:
:dependencies [[org.clojars.ndimiduk/geodesy "1.1.1"]]
Or your pom.xml:
<dependency>
<groupId>org.clojars.ndimiduk</groupId>
<artifactId>geodesy</artifactId>
<version>1.1.1</version>
</dependency>