Nicetrack


Wolfgang Fahl

OsProject

OsProject
edit
id  nicetrack
state  active
owner  WolfgangFahl
title  nicesrt
url  https://github.com/WolfgangFahl/nicetrack
version  0.0.9
description  Nice 3D Track handling
date  2023-08-28
since  2023-08-16
until  


Installation

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

upgrade

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


Motivation

OsProject[edit]

OsProject
edit
id  nicetrack
state  active
owner  WolfgangFahl
title  nicesrt
url  https://github.com/WolfgangFahl/nicetrack
version  0.0.9
description  Nice 3D Track handling
date  2023-08-28
since  2023-08-16
until  


Installation[edit]

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

upgrade[edit]

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


OsProject[edit]

OsProject
edit
id  nicetrack
state  active
owner  WolfgangFahl
title  nicesrt
url  https://github.com/WolfgangFahl/nicetrack
version  0.0.9
description  Nice 3D Track handling
date  2023-08-28
since  2023-08-16
until  


Installation[edit]

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

Motivation[edit]

GPX tracks[edit]

GPX tracks for cycling can be analyzed online see e.g.

This module tries similar functionality

DJI Drone videos[edit]

  • 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

Motivation[edit]

GPX tracks[edit]

GPX tracks for cycling can be analyzed online see e.g.

This module tries similar functionality

DJI Drone videos[edit]

  • 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

GPX tracks[edit]

GPX tracks for cycling can be analyzed online see e.g.

This module tries similar functionality

DJI Drone videos[edit]

  • 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

Libraries[edit]

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.
🖨 🚪