Skip to content

Instantly share code, notes, and snippets.

@dellisd
Created July 23, 2023 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dellisd/ee8af7ac68f41261282ca3e41221da1c to your computer and use it in GitHub Desktop.
Save dellisd/ee8af7ac68f41261282ca3e41221da1c to your computer and use it in GitHub Desktop.
Kotlin Jupyter Geospatial Library Descriptors
{
"description": "H3-java",
"properties": [ { "name": "v", "value": "4.1.1" } ],
"link": "https://github.com/uber/h3-java",
"dependencies": [ "com.uber:h3:$v" ],
"imports": [
"com.uber.h3core.H3Core",
"com.uber.h3core.util.LatLng"
]
}
{
"description": "kgtfs",
"properties": [ { "name": "v", "value": "0.2.0-SNAPSHOT" } ],
"link": "https://github.com/dellisd/kgtfs",
"repositories": [
"https://s01.oss.sonatype.org/content/repositories/snapshots/"
],
"dependencies": [
"ca.derekellis.kgtfs:gtfs:$v"
],
"imports": [
"ca.derekellis.kgtfs.*",
"ca.derekellis.kgtfs.cache.*"
]
}
{
"description": "Spatial-K GeoJSON and Turf",
"properties": [
{
"name": "v",
"value": "0.3.0-SNAPSHOT"
}
],
"link": "https://github.com/dellisd/spatial-k",
"repositories": [
"https://oss.sonatype.org/content/repositories/snapshots/"
],
"dependencies": [
"io.github.dellisd.spatialk:geojson-jvm:$v",
"io.github.dellisd.spatialk:turf-jvm:$v"
],
"imports": [
"io.github.dellisd.spatialk.turf.*",
"io.github.dellisd.spatialk.geojson.dsl.*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment