Skip to main content

Recently Updated Pages

Submitting .Net Lambdas

Developer Manual Serverless .Net Lambdas

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

Updated 5 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 5 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 5 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 5 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 5 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 5 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 5 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 5 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 5 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 5 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 5 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 5 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 5 months ago by admin

Retrieving Processing Log Files

Developer Manual REST Interface - Working with Projects ...

This call retrieves the processing log for an entity. Method GET URL <server>/file.ashx Para...

Updated 5 months ago by admin

Uploading large files

Developer Manual REST Interface - Working with Projects ...

In occasions, file sizes can be prohibitively large for uploading using the REST interface, as so...

Updated 5 months ago by admin

Uploading Entity Files

Developer Manual REST Interface - Working with Projects ...

Some entities may have raw files associated to them. This is the case of raw point clouds and unp...

Updated 5 months ago by admin

Getting Entity Files

Developer Manual REST Interface - Working with Projects ...

Some entities may have raw files associated to them. This is the case of raw point clouds and unp...

Updated 5 months ago by admin

Deleting Entities

Developer Manual REST Interface - Working with Projects ...

This call deletes a list of entities from the project. If the entity has any data associated to i...

Updated 5 months ago by admin

Updating an Entity

Developer Manual REST Interface - Working with Projects ...

This call updates the properties of an existing entity. Method POST URL <server>/entity.ashx ...

Updated 5 months ago by admin

Creating an Entity

Developer Manual REST Interface - Working with Projects ...

This call creates a new entity. Method POST URL <server>/entity.ashx Parameters p...

Updated 5 months ago by admin