Please enable JavaScript to view this site.

GeoDict User Guide 2025

Create Custom Result Files

GeoDict includes an API to create custom result files (*.gdr). This is particularly useful, if the same workflow is repeated often with different parameters in an automatic parameter study and the results should be presented in the GeoDict Result Viewer. In this way, the library gdr provides a simple possibility to compare the results as desired. For more details about result files refer to the Result Viewer User Guide.

The gdr library is loaded at the beginning of a Python file with the command from gdr import GDR and contains the following commands:

Basic functions

hmtoggle_arrow0GDR.createEmptyResults

hmtoggle_arrow0.saveResults

hmtoggle_arrow0.saveGeometry

hmtoggle_arrow0.setDescription

hmtoggle_arrow0.command = GeoDict command

Add plots to result file

hmtoggle_arrow0.addPlot

hmtoggle_arrow0.addGraphToPlot

Add content to report

hmtoggle_arrow0.addText

hmtoggle_arrow0.addTitle

hmtoggle_arrow0.addTable

hmtoggle_arrow0.addImage

Add content to maps

hmtoggle_arrow0.inputMap.update

hmtoggle_arrow0.logMap.update

hmtoggle_arrow0.postMap.update

hmtoggle_arrow0.parameterMap.update

hmtoggle_arrow0.geometryMap.update

Note-Info

Note! When using .update on a map, the current content of the map is kept and the content of your custom map is added below. If you want to replace it with your custom map, instead of .update(newmap) use = newmap.

©2025 created by Math2Market GmbH / Imprint / Privacy Policy