CharlesLehnen / QGIS_KML_to_DJI_Pilot_2

A script that converts the KML export from QGIS into a KML file that is readable by the DJI Pilot 2 app
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

QGIS KML to DJI Pilot 2

A script that converts the KML export from QGIS into a KML file that is readable by the DJI Pilot 2 app.

Usage

There are 3 options for running this script:

Windows Executable

  1. Clone this repository to your local machine.
  2. Navigate to the dist directory, where you will find the standalone .exe executable file.
  3. Double click the .exe file to run the script.
  4. Follow the prompts to select your input KML file and export location.

Linux Executable (for Debain based systems)

  1. Clone this repository to your local machine.
  2. Navigate to the dist directory, where you will find the standalone .deb Debain package file.
  3. Double click the .deb file to install.
  4. In the terminal, enter QGIS-KML-to-DJI-Pilot-2.
  5. Follow the prompts to select your input KML file and export location.

Python Script

  1. Ensure that Python 3 is installed on your computer.
  2. Clone this repository to your local machine.
  3. Navigate to the directory containing the script using a terminal or command prompt.
  4. Run the script with the following command: python main.py
  5. Follow the prompts to select your input KML file and export location.

Citation

If you use this project or its data in your research, please cite it appropriately:

Example Citation:

Lehnen, Charles (2023). “QGIS KML to DJI Pilot 2”. GitHub repository. https://github.com/CharlesLehnen/QGIS_KML_to_DJI_Pilot_2

BibTeX:

@misc{lehnen2023qgiskml,
  author = {Lehnen, Charles},
  title = {QGIS KML to DJI Pilot 2},
  year = {2023},
  howpublished = {\url{https://github.com/CharlesLehnen/QGIS_KML_to_DJI_Pilot_2}}
}

Original inspiration thanks to @LV_Forestry from this post.

License

This project is licensed under the BSD 3-Clause License - see the LICENSE.md file for details.