Tutorials

Visualizing 2-d and 3-d point data

semantic3d_small_i geolife_utm footprints_dc mobius
Point datasets visualized using pptk.viewer(). The bildstein1 Lidar point cloud from Semantic3D (left). Beijing GPS trajectories from Geolife (middle left). DistrictofColumbia.geojson 2-d polygons from US building footprints (middle right). A Mobius strip (right).

pptk.viewer() allows interactive visualization of any point data that can be represented as a 3-column numpy array. This includes Lidar point clouds, GPS trajectories, points on a 3-d parametric surface, or even point samplings of 2-d polygons. The viewer is not tied to a specific file format. As shown in these tutorials, users of pptk may leverage the vast collection of existing Python packages for reading data from specific file formats. For example, the pandas package is very well-suited for reading .csv files, and the plyfile package for reading .ply files. The following tutorials each consider a different point dataset and provide step-by-step instructions for visualizing them using pptk.viewer().

Lidar point clouds

GPS trajectories

2-d Polygons

Parametric surfaces