Viewer application to view point cloud streamed from rest api
I have point cloud data in postgresql, and I have written a rest endpoint which fetches points in json format for a given bounding box. Endpoint streams the data in chunks.
I have point cloud data in postgresql, and I have written a rest endpoint which fetches points in json format for a given bounding box. Endpoint streams the data in chunks.