SKY-DRONES DOCS
CompanyStoreContact
  • GENERAL
    • Welcome
    • The Platform
      • Hardware procurement and licensing
      • Software distribution and deployment
    • Revision History
  • AVIONICS
    • SmartAP AIRLink
      • Hardware
      • Interfaces
      • Set content
      • Installation
      • Initial Power Up
      • Connect via SmartAP GCS
      • Software development
      • Troubleshooting
      • CAD Model
      • Certification
      • FAQ
    • ATLAS Handheld
      • Feature Highlights
      • Detailed Specifications
      • Initial setup
      • Troubleshooting
    • AIRLink Telemetry
      • Interfaces
      • Installation
      • Initial setup
      • USB connection setup
      • CAD Model
    • SmartLink
      • Interfaces
      • Set content
      • Installation
      • Manual Control
      • Change Settings
      • API and SDK
      • Other AP / GCS Support
      • Firmware Update
      • Troubleshooting
      • Installation hints
      • CAD Model
      • Certificates
      • FAQ
    • SmartAP PDB
      • Installation
    • SmartAP GNSS
      • Standard GNSS
      • RTK GNSS
      • Updating GNSS Module
      • CAD Model
    • Legacy autopilots
      • SmartAP MAX
        • Installation
        • CAD Model
      • SmartAP PRO
        • Installation
      • Drivers
      • Getting the Software
      • General Configuration
      • Firmware Update
      • Standard PID Presets
      • Flashing Bootloader
  • FLIGHT OPERATIONS
    • SmartAP GCS
      • Sign Up
      • Radio Settings
      • Autonomous Flights
      • Multiple Drones
      • Rally Points
      • UTM and Airspace
      • Elevation Data
      • Camera Settings
      • RTK GNSS
      • Logs Analysis
      • Geotag Images
      • Processing the Logs
      • Video Streaming
    • Sky-Drones Cloud
      • Sign up and Log in
      • Dashboard
      • Drones and Operators
      • Flight Locations
      • Fleet Management
      • Flight Logs
      • 3D Mission Planning
      • Integrated UTM
      • Real-Time Flights
      • Sky-Drones API
Powered by GitBook
On this page

Was this helpful?

  1. FLIGHT OPERATIONS
  2. SmartAP GCS

Processing the Logs

PreviousGeotag ImagesNextVideo Streaming

Last updated 3 years ago

Was this helpful?

Log files are stored on the SD card as binary files and they're encoded for security reasons. However, you can extract the data and view it in a understandable text format (CSV format which can be later exported in XLS, Matlab, or anything else for post-processing and analysis).

You'll need to use the following Python script:

Python should be installed on your computer.

If you don't have Python, you can download it here , version 2.7.

To export the log, follow these simple steps:

  • Open command line

  • Go to the folder where " ulog2csv.py " script is located cd /path/to/script

  • Execute the command:

    python ulog2csv.py filename.ulg

    (filename.ulg is the path to the log file)

  • You'll see the folder will all log messages split in separate files

For instance, if you're interested in GNSS (GPS/GLONASS) data you would need GNSS_REPORT.csv file.

ulog2csv.py
https://www.python.org/downloads/