mapillary_tools/process_geotag_properties.py [122:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if geotag_source_path is None:
            geotag_source_path = video_import_path
        if geotag_source_path is None:
            raise exceptions.MapillaryFileNotFoundError(
                "Geotag source path is required"
            )
        if not os.path.exists(geotag_source_path):
            raise exceptions.MapillaryFileNotFoundError(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mapillary_tools/process_geotag_properties.py [139:146]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if geotag_source_path is None:
            geotag_source_path = video_import_path
        if geotag_source_path is None:
            raise exceptions.MapillaryFileNotFoundError(
                "Geotag source path is required"
            )
        if not os.path.exists(geotag_source_path):
            raise exceptions.MapillaryFileNotFoundError(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



