Python - API Setup
Initialize API
This examples shows how to create a new instance of the Voxel Farm client Python API. # Import t...
Provide Credentials
This example shows how to provide credentials for API authentication. # Set credentials vf_to...
Specify an HTTP proxy
This example shows how to specify an HTTP proxy to be used in all HTTP calls made by the API. # ...
Get CRS from project
This example shows how to retrieve the project's CRS (Coordinate Reference System). # Get the co...