Add '--nostream' to pdal pipeline

Streaming mode is default for 1.8.0 but also requires the '--bounds' parameter.  Until this can be incorporated use the old standard mode (which moves all points into memory) through '--nostream'.
pull/966/head
mikethefarmer 2019-03-30 12:30:02 +11:00 zatwierdzone przez GitHub
rodzic 86cc846d8e
commit 86adc71f85
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -155,6 +155,7 @@ def run_pipeline(json, verbose=False):
cmd = [
'pdal',
'pipeline',
'--nostream',
'-i %s' % jsonfile
]
if verbose: