[GRASS-dev] [GRASS GIS] #3413: r.in.gdal/v.in.ogr: add new config option to support GDAL/OGR configuration options
GRASS GIS
trac at osgeo.org
Mon Sep 4 11:53:02 PDT 2017
#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()`.
[1] [https://trac.osgeo.org/gdal/wiki/ConfigOptions]
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3413>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list