geodis
geodis copied to clipboard
A redis based geo-resolving library
Hi. First of all thanks for this great library. As a practical part of my master's thesis I am doing a research on possibility of using Redis for spatial data....
I am trying to import the zipcodes data into the redis instance as specified on the ReadMe. Using the command ./geodis -z -f data/zipcodes.csv -p 6369. All imports failed with...
Hi, I couldn't install geodis using PIP. There is an error: Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
Trying to follow the flow here. https://github.com/EverythingMe/geodis/blob/master/geodis/index.py#L228 ``` if not store: redisConn.zunionstore(tmpKey, list(closest)) return redisConn.zrevrange(tmpKey, 0, -1, withscores=True) else: return list(closest) ``` It looks like if I don't want to...