Former-commit-id: b910027d17
pull/1161/head
Stephen Mather 2016-02-25 13:59:06 -05:00
rodzic b6fa3cca26
commit 5a007a6a2b
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -138,10 +138,10 @@ class ODM_GeoRef(object):
'epsg': self.epsg }
# call txt2las
system.run('{bin}/txt2las -i {f_in} -o {f_out} -skip 30 -parse xyzRGBssss ' \
'-set_scale 0.01 0.01 0.01 -set_offset {east} {north} 0 ' \
'-translate_xyz 0 -epsg {epsg}'.format(**kwargs))
#system.run('{bin}/txt2las -i {f_in} -o {f_out} -skip 30 -parse xyzRGBssss ' \
# '-set_scale 0.01 0.01 0.01 -set_offset {east} {north} 0 ' \
# '-translate_xyz 0 -epsg {epsg}'.format(**kwargs))
#
# create pipeline file transform.xml to enable transformation
pipelineXml = '<?xml version=\"1.0\" encoding=\"utf-8\"?>'
pipelineXml += '<Pipeline version=\"1.0\">'