gdalUtils
gdalUtils copied to clipboard
Feature/fix config parameter
This PR closes #30
It introduces a parameter_named
to gdal_cmd_builder()
which allows to parse options built on key value pairs. It is specifically designed to support adding e.g. --config GDAL_CACHEMAX "30%"
or alike to gdal commands where suitable.
I would kindly like to ask @rolfsimoes for a code review.