java - geoHash -ing for close points on each side of the equator -


i working on project (java using netbeans) @ point needs process map data. have got esri shape files whole uk , need create 1 dimensional index using geohash efficiency big factor in project. since need search distances going use morton ordering. problem geohash-ing close points on each side of equator can results in hash indices no common prefix in turn messes proximity searches in binary search tree.

has body have neat way of doing this? have way adding offset points in uk solution not nicely scalable. know mongodb using geohash , still doing proximity searches, should away implemented.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -