Hi there, Just like other data modeling questions in HBase, how to store your spatial data will depend on how you want to access it. Are you focused on update performance or read queries? Are you accessing data based on point-in-space (ie, match lng,lat within a level of accuracy), spatial extent queries, or other attribute queries (ie, street address). Can you provide us with any more information?
Thanks, Nick *disclaimer* I'm responsible for the chapter on spatial data in HBase in Action. Any errors in that example are my own ;) On Tue, Sep 24, 2013 at 4:15 AM, cto <[email protected]> wrote: > Hi , > > I am very new in HBase. Could you please let me know , how to insert > spatial > data (Latitude / Longitude) in HBase using Java . > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Spatial-data-posting-in-HBase-tp4051123.html > Sent from the HBase User mailing list archive at Nabble.com. >
