Skip to content

Instantly share code, notes, and snippets.

View EhevuTov's full-sized avatar
😀

James Gosnell EhevuTov

😀
View GitHub Profile
@EhevuTov
EhevuTov / index.js
Created August 11, 2012 00:18 — forked from max-mapper/index.js
geo queries on leveldb (geohash) (not really usable)
var plumbdb = require('plumbdb')
var shp2json = require('shp2json')
var tako = require('tako')
var geohash = require('geohash').GeoHash
var JSONStream = require('JSONStream')
var async = require('async')
var gju = require('geostuff')
var t = tako()