kopia lustrzana https://github.com/OpenDroneMap/ODM
Corrected print msg.
rodzic
9ab6d4a43c
commit
d1f7b2fc76
|
@ -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)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue