pub fn read_basic_raster_info(source: &Path) -> BasicRasterInfoExpand 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.