I've used it as a source for a bunch of point data, and then tested them in polygons with a contains(). I ended up loading the polygons into memory with an RTree index though using the GeoTools libraries.
Cheers Tim On Fri, Jun 19, 2009 at 9:22 PM, Fred Zappert<[email protected]> wrote: > Hi, > > I would like to know if anyone is using HBase for spatial databases. > > The requirements are relatively simple. > > 1. Two dimensions. > 2. Each object represented as a point. > 3. Basic query is nearest neighbor, with a few qualifications such as: > a >
