Results
Exploring and analyzing data involves scanning logs, previewing intermediary outputs, and debugging errors.
The Results section of the UDF Builder dynamically displays information related to the UDF execution on the toolbar and across the Stdout, Selected object, and Request details tabs.
Toolbar
The toolbar at the top of the Results pane shows the latitude and longitude of the viewport center, average UDF execution time, and a button to exit the map Debug mode.
Stdout
The Stdout tab shows the stdout
of the UDF's execution logs and the stderr
trace if execution raises an error. These logs are ephemeral - they are passed to the frontend for debugging but are not persisted anywhere.
Selected object
The "Selected object" tab shows a GeoJSON of the feature selected on the map.
Request details
When a UDF runs as Tile, this last tab shows a GeoJSON with the geometry and properties for the bbox
object the UDF was called with.