yes i goon through that discussion and refereed HBase in action example also.but in my case i need to search with radius with "n" KM distance. that too key will be the combination of custId+time+geoHash( i can change it if its really required). here custId integer, time Long geohash String ( as per HBase in action example).
what i understood in that example is just they are getting the nearest "n" points. but in my case i need all the points within the radius( KM) using the range scan of customer Id and time range. Thnaks, Prabhakar Thanks, Prabhakar On Thu, Apr 3, 2014 at 2:15 PM, Ted Yu <[email protected]> wrote: > Have you seen this thread ? > > > http://search-hadoop.com/m/vwJy20FUht1/geo+spatial+hbase&subj=Re+Spatial+data+posting+in+HBase > > > On Thu, Apr 3, 2014 at 12:50 AM, Prabhakar <[email protected]> wrote: > > > HI, > > > > i have some data which got generated by vehicle GPS information. like > > customer-id, vehicle-id,Latitude, longitude, address,time.. etc. I need > to > > store this data in Hbase for real time reads( writes can be batch, only > > concentrate on reads ). so while reading we are passing the parameters > > like customerId, time, address Point (Lat,Long) details with polygon( > like > > circle, rectangle,Square..etc) search. so the expected out put set of > > vehicle address point within the polygon. > > input is : one customer can search like find all his vehicles some > > time-stamp with some address point within 1 KM or 2 KM Radius. > > output is: retrieve all vehicle details within the given radius and given > > address point on tha given time-stamp range. > > > > please suggest me the proper GIO spacial API for this requirement and > > suggest me the table design for this. > > > > Thanks, > > Prabhakar > > >
