Giter Site home page Giter Site logo

alaudidae's Introduction

Alaudidae

Technical Assignment for Skylark Drones

Modules required:

  • piexif: Python package to simplify exif manipulations.
  • pysrt: Python library to edit and create SubRip files.
  • geopy: Geocoding library for Python.
  • simplekml: Python package to generate KML with as little effort as possible.

You can use these commands to install these modules:

  pip install simplekml
  pip install pysrt
  pip install geopy
  pip install piexif

The script takes two parameters:

  • VID_RADIUS: Radius used for the video with the drone coordinates at different times.
  • POI_RADIUS: Radius used for the points of interest CSV file.

• Reads the SRT files in the video directory which contain GPS coordinates of the drone at the all the different times that the drone flew over the survey site.

• Creates a map of geotagged images from image names to their coordinates.

• Outputs a CSV file containing a list of images within the given radius at each second of the drone's flight. Also, generates a KML file of the drone's path in the videos in the video directory.

It reads a CSV file with some points of interests and their coordinates to create another file containing a list of images within the given radius at each point of interest.

Example usage:

  python script.py 35 50

alaudidae's People

Contributors

manav-aggarwal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.