Bürgewald Multispectral Sample Dataset

August 12, 2026 · View on GitHub

Multispectral drone imagery collected over the Bürgewald area near Jülich, Germany. Intended as a sample dataset for OpenDroneMap and related projects.

Copied and subset from Bürgewald Multispectral Sample Dataset.

Preview

Orthophoto

3D view

Dataset summary

FieldValue
LocationBürgewald, North Rhine-Westphalia, Germany (~50.86°N, 6.53°E)
Collection date2024-03-07
Image captures24
Image files144 (6 spectral bands per capture)
Total size597 MB
Image formatGeoTIFF
Image size1456 × 1088 px
SensorMicaSense RedEdge-P
BandsBlue, Green, Red, NIR, Red edge, Panchro
EXIF GPSYes
GCP fileNo
RTKNo

Structure

odm_data_buergewald/
├── README.md
├── LICENSE
├── preview/
│   ├── orthophoto_small.jpg
│   └── 3d-preview.png
└── images/
    ├── IMG_0000_1.tif
    ├── IMG_0000_2.tif
    └── ...

All band images for each capture are stored together in images/. File names follow the pattern IMG_<capture>_<band>.tif.

Processing with ODM

Place this repository (or only its images/ folder) in a project directory and run ODM as usual:

docker run -ti --rm -v /path/to/odm_data_buergewald:/datasets/project opendronemap/odm --project-path /datasets/project

For multispectral processing, include all band images and consider radiometric calibration:

--radiometric-calibration camera

See the ODM multispectral documentation for details.

License

This dataset is released under CC0 1.0 Universal.