Maptek Python SDK Help

Maptek Python SDK is a powerful toolkit available as part of Maptek Extend. It enables you to build custom solutions using Python scripts to interact with Maptek applications. The Maptek Python SDK consists of six packages:

  • mapteksdk.project — this package sets up a connection to an instance of an MDF application (either PointStudio or Eureka at the moment).

  • mapteksdk.data — consists of objects within a project.

  • mapteksdk.workflows — needs to be imported to be able to be used in workflows.

  • mapteksdk.pointstudio.operations — consists of PointStudio application commands.

  • mapteksdk.common — consists of shared utilities.

  • mapteksdk.labs — consists of experimental features.