.
Jedes mal wenn Sie einen Algorithmus ausführen werden Informationen über den Prozess im Protokoll gespeichert. Zusammen mit den verwendeten Parametern werden auch das Datum und die Zeit der Ausführung gespeichert.
This way, it is easy to track and control all the work that has been developed using the processing framework, and easily reproduce it.
Das Protokoll ist ein Satz von Registryeinträgen, die entsprechend ihres Ausführungsdatums gruppiert werden, um leichert Informationen über einen Algorithmus, der zu einem bestimmten Moment ausgeführt wurde, zu finden.
Figure Processing 30:
Prozessinformationen werden als Kommandozeilen-Ausdruck gespeichert, auch wenn der Algorithmus aus der Toolbox gestartet wurde. Dies macht es auch nützlich zu lernen, wie man die Kommandozeilen-Schnittstelle verwendet, da man damit auch einen Algorithmus mit der Toolbox anrufen und dann im History Manager sehen und prüfen kann, wie der Algorithmus von der Kommandozeile aus aufgerufen werden kann.
Abgesehen vom Durchsuchen der Einträge in der Registry können Sie auch Prozesse wiederausführen, indem Sie auf den entsprechenden Eintrag doppelklicken.
Along with recording algorithm executions, the processing framework communicates with the user by means of the other groups of the registry, namely Errors, Warnings and Information. In case something is not working properly, having a look at the Errors might help you to see what is happening. If you get in contact with a developer to report a bug or error, the information in that group will be very useful for her or him to find out what is going wrong.
Third-party algorithms are usually executed by calling their command-line interfaces, which communicate with the user via the console. Although that console is not shown, a full dump of it is stored in the Information group each time you run one of those algorithms. If, for instance, you are having problems executing a SAGA algorithm, look for an entry named ‘SAGA execution console output’ to check all the messages generated by SAGA and try to find out where the problem is.
Some algorithms, even if they can produce a result with the given input data, might add comments or additional information to the Warning block if they detect potential problems with the data, in order to warn you. Make sure you check those messages if you are having unexpected results.