[general]
name=FlyPath
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=Generate DJI WPML KMZ mission files for 2D orthomosaic mapping directly from QGIS
version=1.6.0
changelog=1.6.0 - New Full-automatic 2D mapping mode: places a waypoint at every photo and the
    drone captures automatically (stop-and-shoot), so no manual interval capture is needed; the
    flight-time and battery estimates account for the per-photo stops. Mission Type is
    now 2D Mapping with a Semi / Full capture switch. Straighter flight lines: the drone flies
    straight legs and stops cleanly at each waypoint instead of bowing at the turnarounds (thanks to
    community contributor CallumGreenwald). Flight statistics moved to a compact card overlaid on the
    map, shown next to the flight lines. Panel cleanup: overlap read-outs grouped under Side Overlap
    in Flight Parameters, split and cross-hatch grouped under Adv. Mission Organizers, and the
    constant Camera Settings section was removed. The Max Waypoints per-mission cap now applies in
    both modes, and Split Missions is treated as a minimum the cap can raise.
    1.5.1 - Fixed flight lines crossing outside concave survey areas: a scan line through
    a concave shape used to fly straight across the excluded gap between its pieces. The planner
    now decomposes the area into contiguous strips and snakes each on its own, so passes stay
    inside the survey area. New optional Cross-hatch option flies the grid again perpendicular to
    the flight direction, for better 3D reconstruction and LiDAR point clouds. A new Mission Type
    selector in Mission Setup (currently Semi-automatic 2D mapping) sets the stage for more mission
    types. Internal: drone specifications moved to a single validated registry, and the mission
    writer is now a factory split by drone category (foundation for future drones).
    1.5.0 - Split a large survey into multiple missions, one per battery. A new Split
    Missions field defaults to the estimated number of batteries and can be set to any value; the
    map preview draws each mission in its own colour and Save to computer writes one KMZ per
    mission. Consecutive missions share a seam waypoint, so each one begins where the previous
    ended. Send to DJI RC gains a Mission part picker to choose which split mission fills the
    selected RC slot. Battery estimates now plan against a 30 percent reserve, so usable time per
    battery is 70 percent of the drone's rated endurance, leaving margin for wind, turnarounds and a
    safe return. The panel width is now fixed so it can no longer be dragged wider or narrower.
    Fixed the polygon draw tool leaving the crosshair cursor active after a polygon was finished or
    removed.
    1.4.2 - You can now edit a drawn survey polygon after drawing it. A new Edit button
    turns on vertex editing so you can drag, add or remove vertices, and the area and statistics
    update as you go. Click Finish Editing to commit the new shape.
    1.4.1 - New editable GSD (ground sample distance) field that stays in sync with flight
    altitude, so you can plan by target resolution. Auto flight direction now picks the orientation
    that minimises flight time for your survey shape. Statistics (distance, flight time, lines,
    photos) are measured from the real generated flight path, including the turnaround edges. The
    map preview now updates live as you change parameters, so the drawn route always matches the
    numbers. Hardened the internal PowerShell process and exception handling to pass the plugin
    repository security scan, and made all Qt and QGIS enum access fully scoped for Qt6
    compatibility, with no change to behaviour.
    1.3.0 - Live mission preview in the RC picker: each mission is drawn from its own
    waypoints and labelled with its waypoint count, with a zoomable viewer, so you can see which
    mission to replace before sending; the list and preview now refresh instantly after a replace.
    Redesigned panel layout for a cleaner, more efficient UI. Fixed the Draw Polygon button state.
    1.2.0 - Redesigned export panel: Destination selector (Save to computer / Send to DJI RC),
    RC mission picker that auto-detects the controller (with a manual folder fallback) and lists
    only the missions DJI Fly tracks, replace-only guidance, and a silent transfer (no console window).
author=Salar Ghaffarian
email=salar@dronnix.com

about=FlyPath is a QGIS plugin for planning autonomous drone mapping missions and exporting
    them as native DJI WPML KMZ files, loadable directly in the DJI Fly app.
    Supported drones: DJI Mini 3 Pro, Mini 4 Pro, Mini 5 Pro (community-verified).
    Draw your survey area on the map, set flight altitude and overlap, preview
    the flight path, and export a ready-to-fly mission file. Choose semi-automatic
    capture (you set interval capture before takeoff) or full-automatic capture
    (a waypoint per photo with automatic shooting). Flight lines fly straight and
    stay inside irregular (L, U, notched) areas, an optional
    cross-hatch adds a perpendicular pass for 3D and LiDAR, and large surveys can
    be split into several missions, one per battery.

tracker=https://github.com/dronnix-io/FlyPath/issues
repository=https://github.com/dronnix-io/FlyPath

tags=drone, UAV, mapping, orthomosaic, DJI, mission planning, WPML, KMZ

homepage=https://github.com/dronnix-io/FlyPath
category=Plugins
icon=icon.png
experimental=False
deprecated=False
supportsQt6=True
