Changes between Version 4 and Version 5 of Processing/CreateImagePy


Ignore:
Timestamp:
Sep 15, 2025, 3:09:49 PM (14 hours ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/CreateImagePy

    v4 v5  
    8787}}}
    8888
    89 Mosaic LiDAR lines, using LAS files as input and no vector overlays
     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.
    9090{{{
    91 createimage.py --input flightlines/discrete_laser/las1.2/classified/ --output screenshots/ --projection UTM30N --mosaic lidar_mosaic.jpg
     91__GRASSCONTAINERNAME__ createimage.py --input flightlines/discrete_laser/las1.2/classified/ --output screenshots/ --projection UTM30N --mosaic lidar_mosaic.jpg
    9292}}}