Skip to content

sfeatherstone/geodesy_jvm

Repository files navigation

Geodesy for JVM

Geodesy functions implemented for Java/Kotlin. A port of JS geodesy to Kotlin for use with Java.

Please not this is pre-release, and much might change.

Download


At the top of your file

repositories {
    maven { url 'https://jitpack.io' }
}

Add to your dependencies

dependencies {
    implementation 'com.github.sfeatherstone:geodesy_jvm:v0.2.0'
}

Roadmap

  • Refactor interfaces to be good for Kotlin and Java
  • Improve this page
  • Add missing classes
  • Add all missing tests from original JS project

PRs Welcome