Recently Updated Pages
Functions
Name Parameters Description fetchProgramInputs - programId: strin...
Properties
Name JS Data Type Description projectId string The ID of the...
IVoxelFarmReportLambda
The IVoxelFarmReportLambda interface provides a way to supply custom execution code for a report ...
Report Lambda Examples
using System; using System.IO; using System.IO.Compression; using VoxelFarm.SpatialLambda; ...
IVoxelFarmReportDoneLambdaHost
The IVoxelFarmReportLambdaHost interface provides access to platform features during the final st...
IVoxelFarmReportLambdaHost
The IVoxelFarmReportLambdaHost interface provides access to platform features. Methods: ...
Writing Report Lambdas
Reports are processes that the platform runs over spatial datasets in a massively parallel fashio...
Submitting .Net Lambdas
The platform allows users to run Spatial Lambdas that are compiled as standard .Net assemblies. ...
Program Examples
Voxel Generator for a Torus object This program generates a volumetric Torus object: import v...
Python Program Reference
The following table lists the functions and properties available in the Python programmable inter...
View Programs
A View entity defines a way to visualize several datasets together. In order to decide which data...
Report Programs
Reports are special entities that contain tabular results, like a CSV table. These results are ob...
Voxel Generator Programs
A spatial entity will go through several stages in its lifetime. It is possible to provide custom...
Get CRS from project
This example shows how to retrieve the project's CRS (Coordinate Reference System). # Get the co...
Specify an HTTP proxy
This example shows how to specify an HTTP proxy to be used in all HTTP calls made by the API. # ...
Adding Users to Projects
The REST interface enforces a simple security model. In this model, a single user may be associat...
Validating a Program
This REST call can be used to validate a view, report or generator program. The program’s code mu...
Getting Program Inputs
This REST call can be used to request the input metadata for a custom program in the system. The ...
Triggering Export Jobs
Export entities allow to extract information from Voxel Farm Servers into a standard format. Curr...
Triggering Jobs
A typical project will require to process raw files into spatially indexed datasets. This process...