Skip to main content

Recently Updated Pages

5. Explore Advanced Features

Quickstart Guide VoxelSpace Quickstart Guide

VoxelSpace offers powerful capabilities beyond basic visualization: Spatial Calculations Run se...

Updated 1 month ago by admin

4. Visualize Your Data

Quickstart Guide VoxelSpace Quickstart Guide

Once you have indexed datasets, explore them in the interactive 3D viewer: Creating a View Se...

Updated 1 month ago by admin

1. Sign Up & Set Up Your First Project

Quickstart Guide VoxelSpace Quickstart Guide

Follow these steps to create your first project: 1. Navigate to platform.voxelspace.com and log ...

Updated 1 month ago by admin

Prerequisites

Quickstart Guide VoxelSpace Quickstart Guide

Before getting started, ensure you have: A VoxelSpace account (the free tier allows up to 5 GB...

Updated 1 month ago by admin

Troubleshooting Common Issues

Quickstart Guide Spatial Lambdas

Performance Problems Large memory usage: Process voxels in batches rather than loading all int...

Updated 1 month ago by admin

Advanced Lambda Example

Quickstart Guide Spatial Lambdas

Here's a more sophisticated lambda that performs statistical analysis: def statistical_analysis_...

Updated 1 month ago by admin

Best Practices

Quickstart Guide Spatial Lambdas

Performance Optimization Limit the region: Restrict the lambda to the smallest area necessary to...

Updated 1 month ago by admin

Running a Lambda

Quickstart Guide Spatial Lambdas

Follow these steps to execute a spatial lambda: Step 1:Prepare Your Dataset Ensure your data is...

Updated 1 month ago by admin

Authoring a Lambda

Quickstart Guide Spatial Lambdas

Spatial lambdas are typically composed of three main components: 1. Input Definition Specify th...

Updated 1 month ago by admin

2. Prepare and Upload Your Data

Quickstart Guide VoxelSpace Quickstart Guide

Inside your project, click Add Object → Raw Data and choose the type of dataset you want to impor...

Updated 1 month ago by Christian

When to Use a Lambda

Quickstart Guide Spatial Lambdas

Use a spatial lambda when you need to: Compute metrics such as total volume tonnage average de...

Updated 1 month ago by admin

3. Process Data into Indexed Datasets

Quickstart Guide VoxelSpace Quickstart Guide

To make data queryable and visualizable, convert raw objects into indexed datasets or voxel grids...

Updated 1 month ago by Christian

What are Spatial Lambdas?

Quickstart Guide Spatial Lambdas

Spatial lambdas are stateless cloud functions written in languages such as Python or .NET. They t...

Updated 1 month ago by admin

Introduction

Quickstart Guide Spatial Lambdas

VoxelSpace's spatial lambdas are serverless functions that execute custom computations on your vo...

Updated 1 month ago by admin

Initialize API

Developer Manual Python - API Setup

This examples shows how to create a new instance of the Voxel Farm client Python API. # Import t...

Updated 2 months ago by admin

Upload Point Cloud

Developer Manual Python - Data Ingestion

This example uploads a point cloud dataset. # Import the Voxel Farm Client Library from voxelfa...

Updated 2 months ago by admin

Create View

Developer Manual Python - Workflow Interface

The following example shows how to create a view using the workflow interface: voxelfarm_workflo...

Updated 2 months ago by Christian

Create Report

Developer Manual Python - Workflow Interface

The following example creates a report by running a lambda Report function: result = voxelfarm_w...

Updated 2 months ago by Christian

Get Time Series Data

Developer Manual Python - Workflow Interface

This example shows how to retrieve event data from Time Series for an array of time series identi...

Updated 2 months ago by Christian

Search Time Series

Developer Manual Python - Workflow Interface

The following code performs a search in the Time Series database: data_frame = vf.search_time_se...

Updated 2 months ago by Christian