UNPKG

gthash

Version:

Geotemporal hashing function based on geohash and z-order curves. The resulting string hash encodes time and space on Earth with variable precision and all other characteristics of a geohash. Comes with Typescript definitions

11 lines (10 loc) 143 B
language: node_js sudo: false node_js: - "lts/*" - "stable" install: - npm install script: - npm test after_script: "npm run coverage"