dicogis.utils.utils module

class dicogis.utils.utils.Utilities

Bases: object

DicoGIS specific utilities.

classmethod resolve_internal_path(internal_path)

Determine the path to internal resources, handling normal Python execution and frozen mode (typically PyInstaller).

Parameters:

internal_path (Path) – internal path to resolve from dicogis package folder

Returns:

resolved path

Return type:

Path