Maptek Python SDK Help
Maptek Python SDK is a toolkit available as part of Maptek Extend. It enables you to build custom solutions using Python scripts to interact with Maptek applications. This help documentation provides the following resources:
-
Getting Started
Learn how to install Maptek Python SDK and get started with scripting. -
Key Concepts
Learn key concepts in the Maptek Python SDK, including the following: -
Data and Objects
Learn about common object types you can access using the SDK, including Drillholes (Vulcan GeologyCore) and Scans (PointStudio) and see many helpful examples of how to manipulate them. -
Workflows
Learn how to integrate Python scripts into a Maptek workflow. -
Scripting for PointStudio
Learn how to perform common PointStudio operations in a Python script. -
Scripting for Vulcan GeologyCore
-
API Reference
View the API reference documentation for the entire Maptek Python SDK. The Maptek Python SDK consists of the following packages:Provides helper utility functions.
Provides access to the objects within a connected application’s project.
Provides functionality specific to Maptek Vulcan GeologyCore.
Contains experimental features.
mapteksdk.operation Provides general operations applicable to all Maptek applications.
Provides functionality specific to Maptek PointStudio.
Provides functionality for connecting to an instance of a Maptek application.
Allows you to interact with 3D view windows in a connected Maptek application.
Provides utilities for running Python scripts in an Extend Python workflow component.