Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add gdal raster calculator to processing
  • Loading branch information
Giovanni Manghi committed Feb 6, 2015
1 parent 88c928a commit ac5d284
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -64,6 +64,7 @@
from GridAverage import GridAverage
from GridNearest import GridNearest
from GridDataMetrics import GridDataMetrics
from GdalRasterCalc import GdalRasterCalc

from ogr2ogr import Ogr2Ogr
from ogr2ogrclip import Ogr2OgrClip
Expand Down Expand Up @@ -121,7 +122,7 @@ def createAlgsList(self):
sieve(), fillnodata(), ExtractProjection(), gdal2xyz(),
hillshade(), slope(), aspect(), tri(), tpi(), roughness(),
ColorRelief(), GridInvDist(), GridAverage(), GridNearest(),
GridDataMetrics(),
GridDataMetrics(), GdalRasterCalc(),
# ----- OGR tools -----
OgrInfo(), Ogr2Ogr(), Ogr2OgrClip(), Ogr2OgrClipExtent(),
Ogr2OgrToPostGis(), Ogr2OgrToPostGisList(), OgrSql(),
Expand Down

0 comments on commit ac5d284

Please sign in to comment.