pdalxml as call

Former-commit-id: e3279698f2
pull/1161/head
Stephen Mather 2016-02-25 13:38:50 -05:00
rodzic 1dfbe828ef
commit e4afc49ece
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -124,7 +124,7 @@ class ODM_GeoRef(object):
return
def convert_to_las(self, _file):
def convert_to_las(self, _file, pdalXML):
if not self.epsg:
log.ODM_ERROR('Empty EPSG: Could not convert to LAS')
@ -165,7 +165,8 @@ class ODM_GeoRef(object):
pipelineXml += ' </Writer>'
pipelineXml += '</Pipeline>'
with open(tree.odm_georeferencing_pdal, 'w') as f:
with open(pdalXML, 'w') as f:
f.write(pipelineXml)
# call pdal