Recently Updated Pages
5. Explore Advanced Features
VoxelSpace offers powerful capabilities beyond basic visualization: Spatial Calculations Run se...
4. Visualize Your Data
Once you have indexed datasets, explore them in the interactive 3D viewer: Creating a View Se...
1. Sign Up & Set Up Your First Project
Follow these steps to create your first project: 1. Navigate to platform.voxelspace.com and log ...
Prerequisites
Before getting started, ensure you have: A VoxelSpace account (the free tier allows up to 5 GB...
Troubleshooting Common Issues
Performance Problems Large memory usage: Process voxels in batches rather than loading all int...
Advanced Lambda Example
Here's a more sophisticated lambda that performs statistical analysis: def statistical_analysis_...
Best Practices
Performance Optimization Limit the region: Restrict the lambda to the smallest area necessary to...
Running a Lambda
Follow these steps to execute a spatial lambda: Step 1:Prepare Your Dataset Ensure your data is...
Authoring a Lambda
Spatial lambdas are typically composed of three main components: 1. Input Definition Specify th...
2. Prepare and Upload Your Data
Inside your project, click Add Object → Raw Data and choose the type of dataset you want to impor...
When to Use a Lambda
Use a spatial lambda when you need to: Compute metrics such as total volume tonnage average de...
3. Process Data into Indexed Datasets
To make data queryable and visualizable, convert raw objects into indexed datasets or voxel grids...
What are Spatial Lambdas?
Spatial lambdas are stateless cloud functions written in languages such as Python or .NET. They t...
Introduction
VoxelSpace's spatial lambdas are serverless functions that execute custom computations on your vo...
Initialize API
This examples shows how to create a new instance of the Voxel Farm client Python API. # Import t...
Upload Point Cloud
This example uploads a point cloud dataset. # Import the Voxel Farm Client Library from voxelfa...
Create View
The following example shows how to create a view using the workflow interface: voxelfarm_workflo...
Create Report
The following example creates a report by running a lambda Report function: result = voxelfarm_w...
Get Time Series Data
This example shows how to retrieve event data from Time Series for an array of time series identi...
Search Time Series
The following code performs a search in the Time Series database: data_frame = vf.search_time_se...