saltlib geohash support

Description

Add geohash support to the saltlib plugin based on the https://github.com/gnagel/node-geohash-cpp.

Support the following service interfaces:
STRING LatLongEncode(REAL latitude, REAL longitude, UNSIGNED precision)
DATASET({REAL latitude,REAL longitude,REAL latitude_err,REAL longitude_err}) Fn_LatLongDecode(STRING hash_string)
STRING LatLongNeighbor(STRING hash_string, INTEGER direction0, INTEGER direction1)

(https://en.wikipedia.org/wiki/Geohash)

Conclusion

None

Activity

Show:

Richard Chapman July 20, 2015 at 2:48 PM

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Affects versions

Created June 17, 2015 at 7:46 PM
Updated July 20, 2015 at 2:48 PM
Resolved July 20, 2015 at 2:46 PM

Flag notifications