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 that share a common data infrastructure, including the following:
-
BlastLogic
-
PointStudio
-
GeologyCore
Note: Maptek Python SDK does not support Vulcan. To interact with Vulcan using Python, use the Vulcan Python SDK.
Tip: Working offline? Consider downloading a copy of the offline version of this help, which you can view locally on your computer without an internet connection. You can also download offline versions of the documentation for NumPy at numpy.org.
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: -
Object Types
Learn about common object types you can access using the SDK, including Drillholes (GeologyCore) and Scans (PointStudio) and see many helpful examples of how to manipulate them. -
Common Operations
Learn about how to perform common operations applicable to many scenarios. -
Workflows
Learn how to integrate Python scripts into a Maptek workflow. -
API Reference
View the API reference documentation for the entire Maptek Python SDK. The main SDK packages are as follows:Provides helper utility functions.
Provides access to the objects within a connected application’s project.
Provides functionality specific to Maptek GeologyCore.
Defines geometry types used in the SDK. Contains experimental features.
mapteksdk.operations 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 Script workflow component.