semantalytics / jena-functions-geohash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Stardog Kibbles

A collection of Stardog plugins for manipulating geohashes

namespace: "http://semantalytics.com/2017/09/ns/stardog/kibble/geo/hash/

prefix: geohash:

functions:

right
left
top
bottom
encode
latitude
hashLengthToCoverBoundingBox
hashContains
heightDegrees
longitude
widthDegrees

property functions:

decode      (?latitude ?longitude) geohash:decode("jkjk43243")
neighbors   (?top ?bottom ?left ?right) geohash:neighbors("jkjk43243")

About

License:Apache License 2.0


Languages

Language:Java 100.0%