Larger tiles length in dem2mesh

pull/997/head
Piero Toffanin 2019-06-11 16:37:19 -04:00
rodzic 5c9edafa4e
commit 112b816843
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -97,6 +97,7 @@ def dem_to_mesh_gridded(inGeotiff, outMesh, maxVertexCount, verbose=False):
system.run('{bin} -inputFile {infile} '
'-outputFile {outfile} '
'-maxTileLength 4000 '
'-maxVertexCount {maxVertexCount} '
' {verbose} '.format(**kwargs))