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.
| Field | Value |
|---|---|
| Location | Bürgewald, North Rhine-Westphalia, Germany (~50.86°N, 6.53°E) |
| Collection date | 2024-03-07 |
| Image captures | 24 |
| Image files | 144 (6 spectral bands per capture) |
| Total size | 597 MB |
| Image format | GeoTIFF |
| Image size | 1456 × 1088 px |
| Sensor | MicaSense RedEdge-P |
| Bands | Blue, Green, Red, NIR, Red edge, Panchro |
| EXIF GPS | Yes |
| GCP file | No |
| RTK | No |
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.
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/projectFor multispectral processing, include all band images and consider radiometric calibration:
--radiometric-calibration cameraSee the ODM multispectral documentation for details.
This dataset is released under CC0 1.0 Universal.

