Python - Data Ingestion
Upload Point Cloud
This example uploads a point cloud dataset. # Import the Voxel Farm Client Library from voxelfa...
Create Indexed Point Cloud
This example triggers the processing of a raw point cloud. This creates a new Indexed Point Cloud...
Create Voxel Terrain from Point Cloud
This example triggers the processing of a raw point cloud into a Voxel Terrain model # Create a ...
Upload Mesh Set
This example uploads a set of meshes. To see how "column_meta" property is composed, and what oth...
Process Mesh Set
This example processes a set of meshes into a voxelized mesh set. # Create a voxel mesh # The v...
Create Voxel Terrain from Mesh
This example processes a raw mesh into a Voxel Terrain entity. # The "raw_surface" variable cont...
Upload Block Model
This example uploads a raw Block Model. To see what other metadata should be provided along with ...
Process Block Model
The following example processes a Block Model. # Create a block model # The variable "rawbm_id"...