v1 #1

Merged
lumathieu merged 3 commits from v1 into master 2024-06-24 00:17:56 +02:00
Showing only changes of commit e1f80d7084 - Show all commits

View File

@@ -1,3 +1,17 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
"""video2geoframes.py
Python script to generate a collection of geotagged images from a video and a GPS track.
Designed for contribution to street-level imagery projects like Mapillary or Panoramax.
"""
__author__ = "Lucas MATHIEU (@campanu)"
__license__ = "AGPL-3.0-or-later"
__version__ = "1.0-beta"
__maintainer__ = "Lucas MATHIEU (@campanu)"
__email__ = "campanu@luc-geo.fr"
import os
import glob
import platform