spatial-k
0.3.3indexedSet of libraries for handling geospatial data, featuring GeoJson implementation, Turfjs port, and a DSL for GeoJson object creation. Suitable for Java projects.
0
Stars
—
Used by
dependents
—
Health
/ 100
Set of libraries for handling geospatial data, featuring GeoJson implementation, Turfjs port, and a DSL for GeoJson object creation. Suitable for Java projects.
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.
dependencies {
implementation("io.github.dellisd.spatialk:geojson:0.3.0")
implementation("io.github.dellisd.spatialk:turf:0.3.0")
}
commonMain {
dependencies {
implementation("io.github.dellisd.spatialk:geojson:0.3.0")
implementation("io.github.dellisd.spatialk:turf:0.3.0")
}
}
Surfaced from shared tags and platforms — no rankings paid for.