pub fn run_gdal_command(argv: &[&str])
Runs a GDAL command-line tool with the given arguments.
Replaces the duplicated .spawn().expect().wait().expect() pattern found in 3+ locations.
.spawn().expect().wait().expect()