
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.
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 …
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 …
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.
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.
Use Ground Control Points | WebODM Lightning
Use the GCP File To use the ground control point file, simply upload it along with the images when creating a task in WebODM Lightning. Vertical Datums Unless otherwise specified, elevation (Z) …
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}) …
WebODM Lightning: Frequently Asked Questions
WebODM uses the free and open source ODM photogrammetry engine, which I actively maintained for several years. WebODM Lightning offers a cloud-hosted instance of WebODM, but processing on …