Range query on top of tiledb

I am planning to use TileDB to store point cloud data. Is it possible to do a range query (Xi < a && Xi > a) in tile db.

~Yogesh

Hi Yogesh,

Yes, you can do range queries in TileDB with point cloud data. In this case your data would be modeled as sparse arrays.

We have full walkthrough in this LiDAR point cloud notebook example - TileDB which we also go through in our webinar recording, TileDB workshop: Fast and easy LiDAR data management with cloud-native arrays - YouTube

The section linked below on push down filters is directly related to your question.

Please let us know if you have any other questions.

Norman

1 Like