mapillary_tools/geotag/geotag_from_gpx.py [103:112]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    image_time=types.datetime_to_map_capture_time(exif_time),
                    gpx_start_time=types.datetime_to_map_capture_time(
                        sorted_points[0].time
                    ),
                    gpx_end_time=types.datetime_to_map_capture_time(
                        sorted_points[-1].time
                    ),
                )
                descs.append({"error": types.describe_error(exc2), "filename": image})
                continue
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mapillary_tools/geotag/geotag_from_gpx.py [118:127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    image_time=types.datetime_to_map_capture_time(exif_time),
                    gpx_start_time=types.datetime_to_map_capture_time(
                        sorted_points[0].time
                    ),
                    gpx_end_time=types.datetime_to_map_capture_time(
                        sorted_points[-1].time
                    ),
                )
                descs.append({"error": types.describe_error(exc2), "filename": image})
                continue
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



