summaryrefslogtreecommitdiffstats
path: root/python/timehash/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2016-04-17 21:34:11 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-04-19 22:47:42 +0700
commit9f8413f510d1cb0167ba77f2c87901d54d3b6cf9 (patch)
tree21b1c1a3afbbd92d6a8433298cdada743ae9cbe7 /python/timehash/README
parent664d8f4fc2f73aec70ea2b76428979fe71a6f20c (diff)
downloadslackbuilds-9f8413f510d1cb0167ba77f2c87901d54d3b6cf9.tar.gz
slackbuilds-9f8413f510d1cb0167ba77f2c87901d54d3b6cf9.tar.xz
gis/timehash: Added (module to decode/encode timehashes).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/timehash/README')
-rw-r--r--python/timehash/README4
1 files changed, 4 insertions, 0 deletions
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.