OpenFlightPlan is a mobile-first mission planning tool for creating flight grids for orthomosaics and 3D modeling. The app runs in the browser using Streamlit so you can plan missions directly from your phone.
- Draw polygons or circles to define your mission area
- Configure altitude, overlap, speed and other flight parameters
- Export flight plans as CSV and KMZ files
- No user accounts required
- Completely open source
git clone https://github.com/mostrager/mobile-flight-planner.git
cd mobile-flight-planner
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
streamlit run app.pyFor more details see the documentation.
Licensed under the MIT License.