#3413: r.in.gdal/v.in.ogr: add new config option to support GDAL/OGR configuration
options
-----------------------------+-------------------------
Reporter: mmetz | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.4.0
Component: Datasets | Version: svn-trunk
Keywords: GDAL/OGR import | CPU: All
Platform: All |
-----------------------------+-------------------------
GDAL/OGR support setting of various configuration options [1].
For GDAL/OGR utilities, these configuration options can be set with
{{{
<GDAL|OGR tool> --config <Key> <Value>
}}}
These configuration options may be general, GDAL specific, OGR specific,
or applicable to a particular GDAL/OGR driver.
Some external data can only be successfully imported if non-default
configuration options are used. Therefore r.in.gdal/v.in.ogr should have a
new `config` option to support setting of these configuration options with
`CPLSetConfigOption()`.