Please enable JavaScript to view this site.

GeoDict User Guide 2025

Access GUF Files

The GeoPy library provides read-only access for GUF files, using the keys and values from the header. To use this library in the top of the Python file import the library with the following command:

from guf import GUF

 

Then, access the desired file and store it in a variable, e.g., guf_file. Therefore, insert the file path of the desired file in the parenthesis of the function GUF as follows:

guf_file = GUF("example.vap")

 

There are four functions for GUF files described in the following, accessing header, images, arrays and maps.

hmtoggle_arrow0.getHeader

hmtoggle_arrow0.getImage

hmtoggle_arrow0.getArray

hmtoggle_arrow0.getMap

©2025 created by Math2Market GmbH / Imprint / Privacy Policy