Welcome to the IBM Geospatial Exploration and Orchestration Studio SDK documentation!
Installation
First, set up your virtual development environment:
Install the SDK through pypi:
Usage
- After installing the SDK, obtain an API key. Navigate to the UI front page and create an api key. Click on the
Manage your API keyslink. This should pop-up a window where you can generate, access and delete your api keys.

-
Store the API key and geostudio ui base url in a credentials file locally, for example in /User/bob/.geostudio_config_file. You can do this by:
-
Connect to the Geospatial Studio SDK Client
Test connection
Next, you can now use the gfm_client to make requests to the Geospatial studio api sevrice. The example below, uses the SDK client to list available models that we can run inference jobs against.
For detailed examples on how to use the Geospatial studio SDK, please see the examples page