cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
339 stars 98 forks source link

Implement PointCloud trait for S2Cells #331

Closed nnmm closed 5 years ago

nnmm commented 5 years ago

The point cloud trait aims to contains everything that's needed to function as a backend for the point cloud client (not necessarily the sdl_viewer) Beam method is unimplemented The point cloud trait is still reading Points, not PointsBatches, TBD

nnmm commented 5 years ago

meow @catevita

catevita commented 5 years ago

from https://github.com/googlecartographer/point_cloud_viewer/pull/335 fyi @feuerste