This document summarizes research on geospatial data modeling and query performance in HBase. It describes two data models tested: a regular grid index and a tie-based quadtree index. For the grid index, objects are stored by grid cell row and column keys. For the quadtree, objects are stored by Z-value row keys and object IDs. The document analyzes the tradeoffs of each approach and presents experiments comparing their query performance. It concludes with lessons learned on data organization, query processing, and directions for future work.