Changes between Version 12 and Version 13 of Processing/LidarWining
- Timestamp:
- Sep 29, 2009, 10:02:05 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarWining
v12 v13 3 3 The main LIDAR processing software is all Windows based, but parts can be run under [http://www.winehq.com/ the WINE windows emulator] in Linux. The parts that work are: 4 4 * ALS Post Processor 5 * FugroViewer (LAS file viewer)5 * !FugroViewer (LAS file viewer) 6 6 7 Bentley Microstation (and thus TerraScan) currently do not work under WINE. This functionality can be partially replaced - see the notes below.7 Bentley Microstation (and thus !TerraScan) currently do not work under WINE. This functionality can be partially replaced - see the notes below. 8 8 9 9 == Set up == … … 11 11 To set this up, do the following under your own userid: `arsf_winesetup.sh` 12 12 13 You can now run the ALS PP with `alspp.exe` and the FugroViewer with `fugroviewer.exe`13 You can now run the ALS PP with `alspp.exe` and the !FugroViewer with `fugroviewer.exe` 14 14 15 15 == General operation == … … 37 37 done 38 38 }}} 39 * Load the classified files into FugroViewer39 * Load the classified files into !FugroViewer 40 40 * Colour points by classification (settings menu -> point color -> classification) 41 41 … … 44 44 == Troubleshooting == 45 45 46 === FugroViewer 3D doesn't work ===46 === !FugroViewer 3D doesn't work === 47 47 48 48 If you're on a 64 bit machine (type `arch` and see if it says "x86_64") and you get the message below, you're missing the 32 bit OpenGL libraries.