Function read_basic_raster_info

Source
pub fn read_basic_raster_info(source: &Path) -> BasicRasterInfo
Expand description

Opens a raster dataset once and extracts all basic metadata fields.

This replaces the pattern of 6 separate Dataset::open calls in builder.rs with a single open, reducing I/O overhead.