Changes between Version 5 and Version 6 of Processing/CreateImagePy
- Timestamp:
- Jan 30, 2026, 4:47:24 PM (45 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/CreateImagePy
v5 v6 89 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 __GRASSCONTAINERNAME__createimage.py --input flightlines/discrete_laser/las1.2/classified/ --output screenshots/ --projection UTM30N --mosaic lidar_mosaic.jpg91 ~arsf/usr/share/grass8.sif createimage.py --input flightlines/discrete_laser/las1.2/classified/ --output screenshots/ --projection UTM30N --mosaic lidar_mosaic.jpg 92 92 }}}