Skip to content

Latest commit

 

History

240 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juniper

What is Juniper?

Juniper is a collection of utilities for processing and visualizing massive point cloud datasets using OpenSceneGraph.

IMAGE

This video is a great example of what Juniper can do. The datasets in that video is around 5 billion points, which is obviously too big to be stored in memory. Using Juniper's command line utilities we can take the input files, sort them into an optimized structure for streaming and then we can visualize them at runtime, only streaming in points as needed.

QuickStart

Tiling a dataset

mkdir tiled
cd tiled
osgjuniper_split /path/to/points.laz
osgjuniper_downsample tileset.lastile

Visualizing a tiled pointcloud

osgviewer tileset.lastile

Further reading

About

Massive point cloud visualization for OpenSceneGraph

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages