spatial-k

Set of libraries for handling geospatial data, featuring GeoJson implementation, Turfjs port, and a DSL for GeoJson object creation. Suitable for Java projects.

JVM
GitHub stars0
AuthorsP72B
Dependents0
LicenseMIT License
Creation datealmost 3 years ago

Last activityabout 1 year ago
Latest release0.3.3 (almost 3 years ago)

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")
    }
}
JVM
GitHub stars0
AuthorsP72B
Dependents0
LicenseMIT License
Creation datealmost 3 years ago

Last activityabout 1 year ago
Latest release0.3.3 (almost 3 years ago)

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")
    }
}