Nicetrack

From BITPlan Wiki
Revision as of 09:22, 19 August 2023 by Wf (talk | contribs) (Wf moved page Nicesrt to Nicetrack)
Jump to navigation Jump to search

OsProject

OsProject
edit
id  nicesrt
state  active
owner  WolfgangFahl
title  nicesrt
url  https://github.com/WolfgangFahl/nicesrt
version  0.0.7
description  Nice Subtitle Telemetry handling
date  2023-08-18
since  2023-08-16
until  


Installation

pip install nicesrt
# alternatively if your pip is not a python3 pip
pip3 install nicesrt 
# local install from source directory of nicesrt 
pip install .

upgrade

pip install nicesrt  -U
# alternatively if your pip is not a python3 pip
pip3 install nicesrt -U


Motivation

  • DJI Drone videos may be accompanied by SRT files see https://en.wikipedia.org/wiki/SubRip
  • These SRT files may contain flight telemetry data
  • This module supports analyzing and displaying this telemetry data

Links

Libraries

There are several Python libraries and tools available that can help you convert between GPX, KML, GeoJSON, and SRT formats:

  • gpxpy: A library to parse and manipulate GPX files.
  • fastkml: A library to handle KML files.
  • geopy: Known for its geocoding functionalities.
  • geojson: A library for creating and parsing GeoJSON files.
  • gpsbabel: A command-line tool for converting between GPS data formats.
  • pySRT: A library for SRT manipulations.