A high-altitude meteorological drone logs flight telemetry. A single data entry contains the following attributes:
| Drone ID | Altitude (m) | Temperature (°C) | Logging Active |
|---|---|---|---|
| STRAT-049 | 12450 | -54.35 | True |
Explain why a standard one-dimensional array is an inappropriate data structure for storing this single telemetry entry.