TOOLS FLIGHT LOG · FREE TOOL · PRIVACY · DJI · AUTEL · SKYDIO 23 June 2026

Import Your Drone Flight Logs for Free — DJI, Autel, Skydio, KML, GPX and More

UK Drone Map now lets you import flight logs from DJI Fly, Autel Explorer, Skydio, Kittyhawk, KML, GPX, JSON and any standard CSV — for free, with no account, no upload, and no data ever leaving your device.

Quick answer: the UK Drone Map Fleet tab now includes a free flight log importer — no account, no subscription, no upload. Drop in a DJI CSV, KML, GPX or any standard flight CSV and your flights are instantly in your logbook with duration, altitude and location. All parsing happens in your browser; nothing leaves your device.

UK Drone Map flight logs list showing imported flights with duration, altitude and battery chips

Why this exists — privacy first

The most common question we get from UK recreational pilots is: "I've got all my DJI Fly logs — what do I do with them?" Most existing tools answer that by uploading your flights to their servers. That means your location history, flight frequency and aircraft details sit on someone else's infrastructure — subject to their privacy policy, their retention decisions, and their security posture.

UK Drone Map's log importer takes the opposite approach: your flights never leave your device. The file is parsed locally, stored in your browser's IndexedDB, and the analytics run entirely in the tab. No account, no server, no data sharing. It works offline. It always will be free.

What apps and formats it supports

The importer handles seven file types, covering almost every drone app on the market:

The import flow

  1. Open the Fleet tab. In the sidebar, tap Fleet → Logs.
  2. Click 📂 Import. A file picker opens. You can select multiple files at once — different formats can be mixed.
  3. Review the preview. After parsing, you see a list of all flights found with their date, aircraft, duration, altitude and battery data. Nothing has been saved yet.
  4. Confirm the import. Hit "IMPORT N FLIGHTS". The importer deduplicates — if you import the same file twice, entries matching an existing log (same date + aircraft + duration) are skipped and you see how many were filtered out.
  5. Done. Your flights appear in the Logs list and immediately feed into the Analytics view — total hours, monthly chart, per-aircraft breakdown, maintenance reminders.

Privacy, by design

The entire fleet and log system is built on a hard constraint: no network calls, ever. The source code for the fleet module contains this comment verbatim:

PRIVACY INVARIANT — this module handles only local state. No fetch / XHR / WebSocket / sendBeacon calls are permitted here. Pilot profile, drone list and licence data persist in IndexedDB on this device only.

The log importer module carries the same invariant. The FileReader API reads your file locally — the bytes go from your filesystem into the JavaScript engine in your browser tab and no further. There is no server receiving anything. There is no analytics pipeline. The parsed entries go straight into IndexedDB, which is browser-local storage scoped to ukdronemap.app and inaccessible to any other site.

This is not a privacy policy promise — it is a code-level constraint. You can verify it: open DevTools → Network tab, then import a file. You will see zero outbound requests.

UK Drone Map flight analytics showing total hours, monthly activity chart and per-aircraft breakdown

What happens after import

Once your flights are in, the Analytics tab computes across all of them:

These run entirely in the browser against your local data and update instantly when you add or import flights.

The Analytics tab also merges your flight plans

If you use UK Drone Map's Flight Plans feature and mark a plan as Completed, that flight is automatically counted in your statistics — you don't have to log it twice. The analytics engine merges both sources. A completed plan can also be forwarded to the log form with one click to add battery and incident details before saving it properly.

Exporting your logbook

Fleet → Export Fleet Data produces a plain-text report of your entire pilot profile, drone list, flight statistics and log entries. Save it periodically — browser storage can be cleared. For pilots who need their logbook in a specific format (for a GVC revalidation, for example), the export gives you the raw data to work from.

The flight log importer is live now at ukdronemap.app. No sign-up, no cost, no data leaving your device.

Open the live UK airspace map

Free. No sign-up. UK FRZ, NOTAMs, weather, conservation layers — pre-flight reference for UK drone pilots.

Launch UK Drone Map ›