Skip to content

ndimiduk/geodesy

Repository files navigation

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>