Skip to content

Instantly share code, notes, and snippets.

@sriniakhil13
Last active February 28, 2018 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sriniakhil13/8c32c4552c35d857602e182dae512056 to your computer and use it in GitHub Desktop.
Save sriniakhil13/8c32c4552c35d857602e182dae512056 to your computer and use it in GitHub Desktop.

#Assignment

I have extracted the kml of video and below is screenshot in Google Earth

alt text here

I used haversine formula to calculate distance between two points

How to use Dependencies

  1. pysrt
  2. exifread

Install python and required modules

  pip install pysrt
  pip install exifread

Run .py files in code folder and make sure you modify code where ever neccesary like adding path to folders, file names, distances

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment