Skip to content

Commit f06c0a8

Browse files
authored
Doc: ogr_vrt.py: reference ogrmerge
2 parents 65bb3eb + 09ca09c commit f06c0a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/source/drivers/vector/vrt.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ coordinate system information with a datasource, merge layers from
1515
different datasources into a single data source, or even just to provide
1616
an anchor file for access to non-file oriented datasources.
1717

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
18+
Vector virtual files may be prepared by hand, however e.g.,
19+
:program:`ogrmerge`, such as in ``ogrmerge -o merged.vrt *.shp`` can also be used.
2120

2221
Note .vrt files starting with
2322

0 commit comments

Comments
 (0)