Advanced Scripting
GeoDict supports Python scripting. By selecting Macro → Execute Macro/Script… a *.py file can be selected and then executed by a built-in Python 3.11 interpreter. All of the Python standard library should be usable from within a Python macro. In addition, you can use the API (Application Programming Interface) for GeoDict specific functions and packages to access GeoDict files.
A very helpful official Python tutorial can be found at https://docs.python.org/3.11/tutorial/.
Python scripts are executed as described in Execute Macro / Script (script without variables) and Fixed and Vary Parameters (script with variables) for GeoPy macros.
Topics of Advanced Scripting: |
|---|
|