[GRASS-dev] [GRASS GIS] #3425: regression in v.in.ogr -f 7.3 7 Oct (possibly earlier)
GRASS GIS
trac at osgeo.org
Wed Oct 11 03:37:40 PDT 2017
#3425: regression in v.in.ogr -f 7.3 7 Oct (possibly earlier)
--------------------------+-------------------------
Reporter: rsbivand | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone:
Component: Vector | Version: svn-trunk
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by rsbivand):
The specific problems are "GML" and "SQLite", which are shown as different
above: "GML" and "SQLite" in rgdal, but "Geography_Markup_Language_(GML)"
and "SQLite_/_Spatialite" in GDAL >= 2.0 in v.in.ogr -f. The rgdal
ogrDrivers() output is structured so as not to vary by GDAL version for
the same driver, even though the implementation varies. I'm in the C++
API, you are in the C API, but that shouldn't matter.
This is the root of the problem, see thread starting at
https://lists.osgeo.org/pipermail/grass-stats/2017-October/001729.html
I can try to condition on GRASS version to work around the string
regression, but would prefer not to have to.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3425#comment:4>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list