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:
Once installed, this API can be invoked with the following Python code:
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.