
WebODM Lightning: Drone Mapping Software
Oct 16, 2025 · WebODM drone mapping software. Generate accurate maps, elevation models, 3D models and point clouds from aerial images.
WebODM Lightning: Desktop Client
The desktop client allows you to process, analyze and annotate datasets with ease. Available for Windows.
Getting Started | WebODM Lightning
Welcome! This documentation is here to help you get the most out of WebODM Lightning. 🚀
How To | WebODM Lightning
How to import existing tasks into WebODM Lightning's cloud interface 📄️ Use Coordinate Systems How to use coordinate systems 📄️ Adjust GPS Image Data How to adjust GPS image data 📄️ Swipe …
WebODM Lightning: Pricing & Features
1 year cost for an equivalent or similar service. That's some serious savings right there! I run a lean organization and keep overhead costs low without sacrificing software quality. By keeping my own …
WebODM Lightning
Cloud Platform GCP Interface Desktop Client Command Line Client Mission Planner GCP Targets
Creating a Task | WebODM Lightning
WebODM Lightning provides various options (presets) designed for different scenes and use cases. You can further customize these presets by selecting the Edit button.
WebODM Lightning: API
from pyodm import Node import glob n = Node('spark1.webodm.net', 443, 'PLACE_YOUR_TOKEN_HERE') task = n.create_task(glob.glob("/path/to/images/*"), {'dsm': True}) …
Task Options | WebODM Lightning
WebODM Lightning can process video files (.mp4, .mov, .lrv, and .ts) by extracting image frames at regular intervals. The program automatically filters out blurry and dark frames.
WebODM Lightning: Command Line Client
Command Line Client Made for power users and automation workflows. Process drone images directly from the command line or via scripts.