Commit Graph

5 Commits

Author SHA1 Message Date
in-cloud-opensource
ed41f42c97 Fix a bug in file geohash/geohash.c
Add missing bit shifts in the function geohashstr_to_interleaved in order to be able to calculate correctly the  
    1) geo coordinates from a given geohash and 
    2) neigbor geohashes of a given geohash.

The incorrect calculation of neighbor geohashes e.g. has the following impact on the deduplication with lieu: Features are compared that should not be compared because they are too far away from each other. This often results in distances between duplicates that exceed by far the max. expected distance according to the used geohash precision.
2019-12-12 11:34:39 +01:00
Al
9b69d1f67a [fix] Removing C++ checks from all but the main API functions 2015-08-07 17:15:39 -04:00
Al
20303ad94f [geohash] Adding bounds checks from python-geohash 2015-07-09 04:13:53 -04:00
Al
3f07cc6c71 [geohash] Modified geohash implementation (based on python-geohash) with no mallocs 2015-07-04 01:30:30 -04:00
Al
6d9c6a6fe7 [utils] geohash 2015-03-03 18:51:49 -05:00