mapillary_tools/process_geotag_properties.py [64:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if geotag_source_path is None:
            raise exceptions.MapillaryFileNotFoundError(
                "Geotag source path is required"
            )
        if not os.path.isfile(geotag_source_path):
            raise exceptions.MapillaryFileNotFoundError(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mapillary_tools/process_geotag_properties.py [93:98]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if geotag_source_path is None:
            raise exceptions.MapillaryFileNotFoundError(
                "Geotag source path is required"
            )
        if not os.path.isfile(geotag_source_path):
            raise exceptions.MapillaryFileNotFoundError(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



