Kommentar

This commit is contained in:
2026-05-07 17:18:24 +02:00
parent a3466c52f2
commit 53e1b58383
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# automatischer Workflow für die Vorverarbeitung einer las-Datei mit CloudCompare # automatischer Workflow für die Vorverarbeitung einer las/laz-Datei mit CloudCompare
# #
# Arbeitsschritte: # Arbeitsschritte:
# 1. Subsample - Punktdichte verringern # 1. Subsample - Punktdichte verringern
@@ -7,6 +7,8 @@
# 3. NOISE FILTER - Isolierte Punkte/Inseln entfernen # 3. NOISE FILTER - Isolierte Punkte/Inseln entfernen
# #
# zur Benutzung muss die Variable "cloudComprePath" korrekt gesetzt werden! # zur Benutzung muss die Variable "cloudComprePath" korrekt gesetzt werden!
#
# Die Ausgabedatei wird in dem Verzeichnis gespeichert, in dem sich dieses Skript befindet!
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
import subprocess import subprocess

View File

@@ -46,7 +46,6 @@
<main id="main"> <main id="main">
<img id="location" src="standort.png"/> <img id="location" src="standort.png"/>
<div id="map"></div> <div id="map"></div>
</main> </main>
</body> </body>
</html> </html>