Changes between Version 4 and Version 5 of Processing/CreateImagePy
- Timestamp:
- Sep 15, 2025, 3:09:49 PM (14 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/CreateImagePy
v4 v5 87 87 }}} 88 88 89 Mosaic LiDAR lines, using LAS files as input and no vector overlays 89 Mosaic LiDAR lines, using LAS files as input and no vector overlays - Grass v8 can read LAS in direct using PDAL, so use the container version to create screenshots more efficiently. Replace __GRASSCONTAINERNAME__ with actual file name when it is ready. 90 90 {{{ 91 createimage.py --input flightlines/discrete_laser/las1.2/classified/ --output screenshots/ --projection UTM30N --mosaic lidar_mosaic.jpg91 __GRASSCONTAINERNAME__ createimage.py --input flightlines/discrete_laser/las1.2/classified/ --output screenshots/ --projection UTM30N --mosaic lidar_mosaic.jpg 92 92 }}}