Seek to create a program that allows the users to select points on a map then have a drone route between them generated.
User can now confirm marker location, enter flight duration, altitude, and type, ie takeoff, flyover, landing. Program now adds rudimentary routing between points.
See here
Program now allows for adding points to map, save points as array of coordinates for future operations.
See here
Tested adding second panel for input fields here
Added functionality to main program here
Successfully rendered map in GUI using PyQt5
Successfully generated map file here
Failed to open map in GUI using TKinter here