Skip to content

Commit 7f45a9c

Browse files
author
radosuav
committedOct 6, 2014
[Processing] Add GDAL build virtual raster alg.
1 parent e66bc84 commit 7f45a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
from translate import translate
4343
from pct2rgb import pct2rgb
4444
from merge import merge
45+
from buildvrt import buildvrt
4546
from polygonize import polygonize
4647
from gdaladdo import gdaladdo
4748
from ClipByExtent import ClipByExtent
@@ -112,7 +113,7 @@ def createAlgsList(self):
112113
# extending GeoAlgorithm directly (those that execute GDAL
113114
# using the console)
114115
self.preloadedAlgs = [nearblack(), information(), warp(), translate(),
115-
rgb2pct(), pct2rgb(), merge(), polygonize(), gdaladdo(),
116+
rgb2pct(), pct2rgb(), merge(), buildvrt(), polygonize(), gdaladdo(),
116117
ClipByExtent(), ClipByMask(), contour(), rasterize(), proximity(),
117118
sieve(), fillnodata(), ExtractProjection(), gdal2xyz(),
118119
hillshade(), slope(), aspect(), tri(), tpi(), roughness(),

0 commit comments

Comments
 (0)
Please sign in to comment.