Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information