Changes between Version 6 and Version 7 of Processing/CreateImagePy


Ignore:
Timestamp:
Feb 2, 2026, 11:50:11 AM (4 hours ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/CreateImagePy

    v6 v7  
    8787}}}
    8888
    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.
     89Mosaic 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.
    9090{{{
    91 ~arsf/usr/share/grass8.sif createimage.py --input flightlines/discrete_laser/las1.2/classified/ --output screenshots/ --projection UTM30N --mosaic lidar_mosaic.jpg
     91singularity 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
    9292}}}