Python API

A Python API is available, allowing a Stratos Geospatial Data Server to be set up and maintained remotely. It can be installed with the following command:

pip install cubewerx-stratos=9.7

Once installed, this API can be invoked with the following Python code:

from cubewerx.stratos import *
stratos = Stratos(deploymentUrl, username, password)

where deploymentUrl is the URL of a CubeWerx Stratos deployment (e.g., "https://somewhere.com/cubewerx/"), username is the username (with an Administrator role) to log in as, and password is the password of the specified username.

The documentation for this API can be found here.