TERN UAV Dronescape Supporting Information TERN Data Directory Structure Each dataset is structured as follows: PlotID/ └── YYYYMMDD/ (Visit date in year-month-day format)   ├── imagery/   │  ├── rgb/   │  │  ├── level0_raw/ (DJI P1 raw imagery)   │  │  └── level1_proc/ (RGB orthomosaic as cloud-optimized GeoTIFF)   │  └── multispec/   │    ├── level0_raw/ (Micasense raw data in TIF format)   │    └── level1_proc/ (Multispectral orthomosaic as cloud-optimized GeoTIFF)   ├── lidar/   │  ├── level0_raw/ (DJI L2 raw data)   │  └── level1_proc/ (Processed point clouds in LAS format)   ├── drtk/ (DJI D-RTK logs)   └── metadata/ (Flight mission files, logs, and site visit metadata)