Merge pull request #571 from pierotofy/lasstripes

Updated pdal matrix transform pipeline, updated PDAL version

Former-commit-id: 88aa02ed0a
pull/1161/head
Dakota Benjamin 2017-05-11 10:43:25 -04:00 zatwierdzone przez GitHub
commit 3400a9286a
2 zmienionych plików z 10 dodań i 5 usunięć

Wyświetl plik

@ -7,8 +7,8 @@ ExternalProject_Add(${_proj_name}
STAMP_DIR ${_SB_BINARY_DIR}/stamp
#--Download step--------------
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
URL https://github.com/PDAL/PDAL/archive/1.4.0.tar.gz
URL_MD5 e55c17902d3ed6364454c9d1ad62ff43
URL https://github.com/PDAL/PDAL/archive/aea5bb0cacc64b91d626eff491fbdbb5668c06d7.tar.gz
URL_MD5 726933f63f661e11e13775d6ce4e5ed0
#--Update/Patch step----------
UPDATE_COMMAND ""
#--Configure step-------------

Wyświetl plik

@ -182,7 +182,9 @@ class ODM_GeoRef(object):
' }},' \
' {{' \
' "a_srs":"EPSG:{epsg}",' \
' "forward":"scale",' \
' "offset_x":"{east}",' \
' "offset_y":"{north}",' \
' "offset_z":"0",' \
' "filename":"transformed.las"' \
' }}' \
' ]' \
@ -219,8 +221,11 @@ class ODM_GeoRef(object):
' "radius":"{sample_radius}"' \
' }},' \
' {{' \
' "type":"filters.pmf",' \
' "extract":"true"' \
' "type":"filters.pmf"' \
' }},' \
' {{' \
' "type":"filters.range",' \
' "limits":"Classification[2:2]"' \
' }},' \
' {{' \
' "resolution": {gdal_res},' \