Skip to main content

Overview

Discover DroneDB in less than 2 minutes.

What is DroneDB

A comprehensive set of tools to inspect, manage, and share geospatial data. DroneDB provides a complete solution for organizing and distributing images, orthophotos, digital elevation models, point clouds, 3D models, and vector files.

Summary
info

For image processing and photogrammetry, we recommend WebODM. DroneDB excels at managing and sharing the resulting data.

Core Components

DroneDB consists of two main components:

ComponentDescription
DroneDB CoreC++ library providing geospatial data management, indexing, and processing
DroneDB RegistryWeb-based platform for hosting, managing and sharing datasets
Desktop Application Deprecated

DroneDB Desktop (the standalone Windows application) has been deprecated and is being phased out. All functionality has been moved to the web-based Registry/Hub platform. We recommend using Registry for all data inspection and sharing workflows.

Existing Desktop license holders: if you purchased a DroneDB Desktop license, you are entitled to 3 months free of the Professional plan on DroneDB Hub. Contact us at support@dronedb.app to activate your offer.

Key Features

Data Inspection

You have some geospatial data. But is your data good?

  • Are the images georeferenced correctly (or at all)?
  • Did you miss to capture an image (or an entire section)?

Difficult to say from a file browser

DroneDB Hub provides rich context and visualization directly in your browser:

Hub 1

Hub 2

Data Sharing

DroneDB supports a wide range of geospatial data formats:

CategorySupported Formats
ImagesJPG, JPEG, DNG, TIF, TIFF, PNG, GIF, WEBP
Multispectral / ThermalMulti-band GeoTIFF, FLIR R-JPEG, thermal GeoTIFF
VideosMP4, MOV, WEBM, M4V, AVI, MKV
Point CloudsLAS, LAZ, E57, PTS, XYZ, PLY*
3D ModelsOBJ, GLTF, GLB, PLY*
Gaussian SplatsPLY*, SPLAT, SPZ, KSPLAT
Vector DataGeoJSON, DXF, DWG, SHP, SHZ, FGB, TopoJSON, KML, KMZ, GPKG
OtherMarkdown, and generic files (PDF, etc.)
note

*PLY files are automatically classified as point clouds, 3D models, or Gaussian Splats based on their content. Textured PLY files are treated as generic files.

Traditional cloud storage like Google Drive or Dropbox doesn't let you interact with geospatial data:

Google Drive

DroneDB Hub is interactive; you can view images, point clouds, textured models, panoramas all in one place with measurements tools, STAC support, and more:

Hub 1

Hub 2

Key Capabilities

  • Automatic Metadata Extraction: EXIF, sensor data, GPS coordinates
  • Spatial Indexing: SQLite with SpatiaLite extensions
  • On-Demand Processing: Dynamic tiling, thumbnails, EPT generation
  • 3D Streaming: Nexus format for efficient mesh streaming
  • STAC Compliance: Standard catalog format for interoperability
  • Public & Private Datasets: Flexible visibility controls

Entry Types

DroneDB automatically classifies files into the following types based on their content and metadata:

TypeDescription
ImageStandard images (JPG, PNG, etc.) without GPS data
GeoImageGeoreferenced images with GPS coordinates
PanoramaWide-angle images (aspect ratio ≥ 2:1)
GeoPanoramaPanoramas with GPS coordinates
VideoStandard video files
GeoVideoVideos with embedded GPS data
GeoRasterGeoreferenced rasters (orthophotos, DEMs, multispectral)
PointCloudPoint cloud files (LAS, LAZ, E57, PTS, XYZ, non-mesh PLY)
Model3D models (OBJ, GLTF, GLB, mesh PLY)
GaussianSplatGaussian Splat files (PLY splat, SPZ, SPLAT, KSPLAT)
VectorVector data (GeoJSON, SHP, KML, DXF, GPKG, etc.)
MarkdownDocumentation files (.md)
DirectoryFilesystem directories
GenericFiles with no special handling
DroneDBDirectories containing a .ddb database

Get Started

Advanced Users