Skip to main content

Recently Updated Pages

Functions

Developer Manual Embed Viewer

Name Parameters Description fetchProgramInputs - programId: strin...

Updated 8 months ago by admin

Properties

Developer Manual Embed Viewer

Name JS Data Type Description projectId string The ID of the...

Updated 8 months ago by admin

IVoxelFarmReportLambda

Developer Manual Serverless .Net Lambdas

The IVoxelFarmReportLambda interface provides a way to supply custom execution code for a report ...

Updated 8 months ago by admin

Report Lambda Examples

Developer Manual Serverless .Net Lambdas

using System; using System.IO; using System.IO.Compression; using VoxelFarm.SpatialLambda; ...

Updated 8 months ago by admin

IVoxelFarmReportDoneLambdaHost

Developer Manual Serverless .Net Lambdas

The IVoxelFarmReportLambdaHost interface provides access to platform features during the final st...

Updated 8 months ago by admin

IVoxelFarmReportLambdaHost

Developer Manual Serverless .Net Lambdas

The IVoxelFarmReportLambdaHost interface provides access to platform features. Methods: ...

Updated 8 months ago by admin

Writing Report Lambdas

Developer Manual Serverless .Net Lambdas

Reports are processes that the platform runs over spatial datasets in a massively parallel fashio...

Updated 8 months ago by admin

Submitting .Net Lambdas

Developer Manual Serverless .Net Lambdas

The platform allows users to run Spatial Lambdas that are compiled as standard .Net assemblies. ...

Updated 8 months ago by admin

Program Examples

Developer Manual Serverless Programs - Python

Voxel Generator for a Torus object This program generates a volumetric Torus object: import v...

Updated 8 months ago by admin

Python Program Reference

Developer Manual Serverless Programs - Python

The following table lists the functions and properties available in the Python programmable inter...

Updated 8 months ago by admin

View Programs

Developer Manual Serverless Programs - Python

A View entity defines a way to visualize several datasets together. In order to decide which data...

Updated 8 months ago by admin

Report Programs

Developer Manual Serverless Programs - Python

Reports are special entities that contain tabular results, like a CSV table. These results are ob...

Updated 8 months ago by admin

Voxel Generator Programs

Developer Manual Serverless Programs - Python

A spatial entity will go through several stages in its lifetime. It is possible to provide custom...

Updated 8 months ago by admin

Get CRS from project

Developer Manual Python - API Setup

This example shows how to retrieve the project's CRS (Coordinate Reference System). # Get the co...

Updated 8 months ago by Christian

Specify an HTTP proxy

Developer Manual Python - API Setup

This example shows how to specify an HTTP proxy to be used in all HTTP calls made by the API. # ...

Updated 8 months ago by Christian

Adding Users to Projects

Developer Manual Rest Interface - Advanced REST calls

The REST interface enforces a simple security model. In this model, a single user may be associat...

Updated 8 months ago by admin

Validating a Program

Developer Manual Rest Interface - Advanced REST calls

This REST call can be used to validate a view, report or generator program. The program’s code mu...

Updated 8 months ago by admin

Getting Program Inputs

Developer Manual Rest Interface - Advanced REST calls

This REST call can be used to request the input metadata for a custom program in the system. The ...

Updated 8 months ago by admin

Triggering Export Jobs

Developer Manual Rest Interface - Advanced REST calls

Export entities allow to extract information from Voxel Farm Servers into a standard format. Curr...

Updated 8 months ago by admin

Triggering Jobs

Developer Manual Rest Interface - Advanced REST calls

A typical project will require to process raw files into spatially indexed datasets. This process...

Updated 8 months ago by admin