Corrected print msg.

pull/485/head
Mark Hale 2017-02-15 23:45:09 +00:00
rodzic 9ab6d4a43c
commit d1f7b2fc76
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -103,7 +103,7 @@ def relief(projectHome):
Creates a textured relief map in GeoTIFF format.
NB: this is an RGBA raster and so is readable by image software.
"""
print 'Create relief map'
print 'Creating relief map'
gscript.run_command('r.in.gdal', flags='e', input=projectHome+'/odm_orthophoto/odm_orthophoto.tif', output=orthophotoName, memory=2047, overwrite=overwrite)