Python - Workflow Interface
Create Version from Blob Upload
This example shows how to create a new version for a product by uploading files to a designated w...
Workflow Definition
# This code runs inside the Voxel Farm platform # Import the workflow lambda api from voxelfa...
Read a Product property
The following example reads the value of a property for a given product: # Import voxel farm cli...
Read parameters as DataFrame
The following example loads a DataFrame for a provided parameter product in the workflow: # Impo...
Search Time Series
The following code performs a search in the Time Series database: data_frame = vf.search_time_se...
Get Time Series Data
This example shows how to retrieve event data from Time Series for an array of time series identi...
Create Report
The following example creates a report by running a lambda Report function: result = voxelfarm_w...
Create View
The following example shows how to create a view using the workflow interface: voxelfarm_workflo...