Enable edge swaps

pull/1418/head
Piero Toffanin 2022-02-13 14:25:29 -05:00
rodzic f947c18b29
commit 9dca3a1ea9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -105,6 +105,7 @@ def dem_to_mesh_gridded(inGeotiff, outMesh, maxVertexCount, verbose=False, maxCo
'-maxTileLength 2000 '
'-maxVertexCount {maxVertexCount} '
'-maxConcurrency {maxConcurrency} '
'-edgeSwapThreshold 0.5 '
' {verbose} '.format(**kwargs))
break
except Exception as e: