Function run_gdal_command

Source
pub fn run_gdal_command(argv: &[&str])
Expand description

Runs a GDAL command-line tool with the given arguments.

Replaces the duplicated .spawn().expect().wait().expect() pattern found in 3+ locations.