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 >
