Skip to content

P72B/spatial-k

 
 

Repository files navigation

Spatial K

Spatial K is a set of libraries for working with geospatial data in Kotlin inlcuding an implementation of GeoJson and a port of Turfjs written in pure Kotlin. It supports Kotlin Multiplatform and Java projects while also featuring a Kotlin DSL for building GeoJson objects.

See the project site form more info.

Installation

Java and Kotlin/JVM

dependencies {
    implementation("io.github.dellisd.spatialk:geojson:0.3.0")
    implementation("io.github.dellisd.spatialk:turf:0.3.0")
}

Kotlin Multiplatform

commonMain {
    dependencies {
        implementation("io.github.dellisd.spatialk:geojson:0.3.0")
        implementation("io.github.dellisd.spatialk:turf:0.3.0")
    }
}

About

Spatial K - A set of Kotlin Multiplatform Libraries for working with geospatial data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 99.7%
  • JavaScript 0.3%