[v1.0-beta] Adding header to video2geoframes.py

This commit is contained in:
2024-06-24 00:05:46 +02:00
parent a06e6152e2
commit e1f80d7084

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 os
import glob import glob
import platform import platform