CLI Overview
ddb is a command-line interface (CLI) to access DroneDB's functions. It's ideal for power users and for creating automated workflows.
Quick Reference
| Command | Description |
|---|---|
ddb init | Initialize a new DroneDB index |
ddb add | Add files to the index |
ddb rm | Remove files from the index |
ddb list | List indexed files |
ddb search | Search indexed files |
ddb build | Generate derivative products (tiles, thumbnails, etc.) |
ddb share | Share files to Hub/Registry |
ddb push | Sync local index to Registry |
ddb pull | Pull changes from a remote Registry |
ddb clone | Clone a remote dataset |
ddb info | Show file metadata |
ddb contour | Generate contour lines from DEMs |
ddb mask | Mask orthophoto borders |
ddb merge-multispectral | Merge single-band files into multi-band COG |
ddb sync | Sync index with filesystem changes |
ddb rescan | Re-process all indexed files |
ddb cog | Build a Cloud Optimized GeoTIFF |
ddb copc | Build a Cloud Optimized Point Cloud |
Installation
See the CLI Installation page for setup instructions.
Examples
See CLI Examples for practical usage examples.
Full Reference
See the CLI Command Reference for the complete list of commands and options.