Jilles van Gurp

Results 9 repositories owned by Jilles van Gurp

geogeometry

125
Stars
24
Forks
Watchers

GeoGeometry is a set of algorithms and functions for manipulating geo hashes and geometric shapes with geo coordinates.

es-kotlin-client

117
Stars
19
Forks
Watchers

Kotlin client for Elasticsearch that adds kotlin DSLs, support for co-routines, and more to the official Java client. Deprecated and replaced by kt-search.

geotools-js

22
Stars
3
Forks
Watchers

Javascript port of geotools

jsonj

43
Stars
7
Forks
Watchers

A fluent Java API for manipulating json data structures

kt-search

91
Stars
22
Forks
Watchers

Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more.

osm2geojson

20
Stars
7
Forks
Watchers

Tool to convert open street map xml to geojson

spring-depend

41
Stars
10
Forks
Watchers

Tool for getting a spring bean dependency graph

kotlin4example

15
Stars
1
Forks
Watchers

Literate programming for Kotlin. Write markdown based documentation for your kotlin project with working examples.

json-dsl

15
Stars
1
Forks
Watchers

Create Kotlin DSLs for any JSON/YAML. JsonDsl is a library that helps you build Kotlin DSLs for JSON and YAML dialects. The DSLs are easy to extend with custom fields by users via a MutableMap. This a...