We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65bb3eb + 09ca09c commit f06c0a8Copy full SHA for f06c0a8
doc/source/drivers/vector/vrt.rst
@@ -15,9 +15,8 @@ coordinate system information with a datasource, merge layers from
15
different datasources into a single data source, or even just to provide
16
an anchor file for access to non-file oriented datasources.
17
18
-The virtual files are currently normally prepared by hand.
19
-However an unofficial test script can be found at
20
-https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/samples/ogr2vrt.py
+Vector virtual files may be prepared by hand, however e.g.,
+:program:`ogrmerge`, such as in ``ogrmerge -o merged.vrt *.shp`` can also be used.
21
22
Note .vrt files starting with
23
0 commit comments