Changes between Version 6 and Version 7 of Processing/CreateImagePy
- Timestamp:
- Feb 2, 2026, 11:50:11 AM (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/CreateImagePy
v6 v7 87 87 }}} 88 88 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. 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. Note this adds the arsf usr bin paths to the container PATH. 90 90 {{{ 91 ~arsf/usr/share/grass8.sif createimage.py --input flightlines/discrete_laser/las1.2/classified/ --output screenshots/ --projection UTM30N --mosaic lidar_mosaic.jpg91 singularity exec --env APPEND_PATH=/users/rsg/arsf/usr/bin:/users/rsg/arsf/usr/bin_non_rc:/users/rsg/arsf/usr/bin_repo_links ~arsf/usr/share/grass8.sif createimage.py --input flightlines/discrete_laser/las1.2/classified/ --output screenshots/ --projection UTM30N --mosaic lidar_mosaic.jpg 92 92 }}}