Search found 3 matches
- Fri Nov 24, 2023 2:18 pm
- Forum: Questions
- Topic: Exporting Raster with given file name
- Replies: 5
- Views: 12097
Re: Exporting Raster with given file name
Another question regarding the application of the RASTERIZE function: Do I understand this correctly that if I chose the -PROJ and the -SF_PROJ as MAX, I will rasterize my Point-Cloud with the highest point (in Z direction) and the layer value of the respective point. Or how must I use the -SF_PROJ ...
- Thu Nov 23, 2023 8:16 am
- Forum: Questions
- Topic: Exporting Raster with given file name
- Replies: 5
- Views: 12097
Re: Exporting Raster with given file name
Thanks a lot for your answer. I've found a solution by incorporating it in the batch script, but outside the -RASTERIZE command (and moved the file to a new folder): for /L %%i in (0,1,21) do ( set "input_file=!input_folder!\lidar_lae_tower_pcsrt_06_15_08_18_%%i.laz" REM Use CloudCompare C...
- Wed Nov 22, 2023 3:06 pm
- Forum: Questions
- Topic: Exporting Raster with given file name
- Replies: 5
- Views: 12097
Exporting Raster with given file name
Thanks a lot for such a wonderful tool! I want to rasterize LiDAR data (laz file) by using the command line and -RASTERIZE function. Everything works fine, but I want to specify a output name while using the -OUTPUT_RASTER_Z_AND_SF function. I tried to add the -NO_TIMESTEMP command but nothing chang...