Search found 284 matches

by PablerasBCN
Sat Dec 30, 2023 12:30 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 57759

Re: CSF PLUGIN Top to bottom projection

also, unrelated directly to OP, but in the documentation of CLI, "-CSF {filename} " States that the files are exportes as .bin, When I used this command in the past, if "C_EXPORT_FMT LAS " was present, .as would be exported, which I preffer for this case. I guess .bin is a defaul...
by PablerasBCN
Sat Dec 30, 2023 12:28 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 57759

Re: CSF PLUGIN Top to bottom projection

ok so I was preparing the .bat "for %%f in (E:\LIDAR_JAPAN\MMS8_Prototype_3\DEM\00_Dem\*.txt) DO "C:\Program Files\CloudCompare\cloudcompare.exe" -SILENT -O -GLOBAL_SHIFT AUTO %%f -AUTO_SAVE OFF -C_EXPORT_FMT LAS -NO_TIMESTAMP -APPLY_TRANS flip_Z_matrix.txt -CSF -SCENES RELIEF -PROC_S...
by PablerasBCN
Sat Dec 30, 2023 12:19 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 57759

Re: CSF PLUGIN Top to bottom projection

so I was looking into it right now, In CLI it seems the Multiply/scale is not available.

I guess the transformation matrix is the way to go? learning how to use it now.
by PablerasBCN
Sat Dec 30, 2023 10:32 am
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 57759

Re: CSF PLUGIN Top to bottom projection

smart! XD. I'll try and report back, definitelly sounds like will work.
by PablerasBCN
Sat Dec 30, 2023 12:31 am
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 57759

[SOLVED] CSF PLUGIN Top to bottom projection

Request: add checkbox so the projection of the cloth is done upside down instead botton-up. Why? To extract the top layer of the forest for smoother realtime visualization of the data, getting rid of points that would be rendered yet ocluded. Not to mention the file size, hence smoother streaming. R...
by PablerasBCN
Sat Dec 30, 2023 12:18 am
Forum: Requests, new functionalities
Topic: command line Subsample a %
Replies: 5
Views: 12162

Re: command line Subsample a %

Hello, and Merry Xmas everyone. If Daniel comes back with full belly, then i put some pull request, under his tree. :) it will implement a suboption to fulfill this behaviour. will look something like this, if Daniel don't see anything wrong with it. -SS RANDOM PERCENT 65 https://github.com/CloudCo...
by PablerasBCN
Fri Dec 15, 2023 5:46 pm
Forum: Issues, bugs, etc.
Topic: risky behaviour of CLI hwen using -FEATURE
Replies: 4
Views: 29354

Re: risky behaviour of CLI hwen using -FEATURE

Thank you so much. I'm sure this will save someone from data loss in the future :D
by PablerasBCN
Thu Dec 14, 2023 5:32 pm
Forum: Requests, new functionalities
Topic: [SOLVED] Load commands from file
Replies: 4
Views: 26468

Re: Load commands from file

wow, awesome.

I did not understand properly that there is even a char limit at first, I'm not handling such mega large scale projects to face theese issues.

It is awesome to see skilled people contribute. I'm more of a lurker due to my skill level. tx!
by PablerasBCN
Thu Dec 14, 2023 5:06 pm
Forum: Issues, bugs, etc.
Topic: risky behaviour of CLI hwen using -FEATURE
Replies: 4
Views: 29354

Re: risky behaviour of CLI hwen using -FEATURE

So I did a test just in case this issue was not specific to -Feature command but to other commands. tested both with timestamp and without, and seems to be working nicely by outputing renamed files, not overwritting. This time I did filter a scalar field and perform a duplicate removal. the file out...
by PablerasBCN
Thu Dec 14, 2023 4:26 pm
Forum: Requests, new functionalities
Topic: [SOLVED] Load commands from file
Replies: 4
Views: 26468

Re: Load commands from file

I may be missunderstandig the issue but isn´t that what a .bat can do? like

for %%f in (E:\path\*.las) DO "C:\Program Files\CloudCompare\cloudcompare.exe" -SILENT -O -GLOBAL_SHIFT AUTO %%f -AUTO_SAVE OFF -C_EXPORT_FMT LAS -NO_TIMESTAMP -PCV -180 -N_RAYS 512 -SAVE_CLOUDS