From 9f8413f510d1cb0167ba77f2c87901d54d3b6cf9 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 17 Apr 2016 21:34:11 -0700 Subject: gis/timehash: Added (module to decode/encode timehashes). Signed-off-by: Benjamin Trigona-Harany --- python/timehash/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/timehash/README (limited to 'python/timehash/README') diff --git a/python/timehash/README b/python/timehash/README new file mode 100644 index 0000000000..c16ff02fa8 --- /dev/null +++ b/python/timehash/README @@ -0,0 +1,4 @@ +timehash is an algorithm (with multiple reference implementations) for +calculating variable precision sliding windows of time. When performing +aggregations and correlations on large-scale data sets, the ability to convert +precise time values into 'malleable intervals' allows for many novel analytics. -- cgit v1.2.3