Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 890 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 890 Bytes

Geodesy

⚠️ DEPRECATED

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

https://github.com/mgavaghan/geodesy

This is a copy of Mike Gavaghan's Geodesy library, used without permission.

Usage

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>