Search found 284 matches

by PablerasBCN
Tue Jan 16, 2024 6:55 pm
Forum: Issues, bugs, etc.
Topic: [SOLVED]no raster interpolation in Command Line
Replies: 7
Views: 95138

Re: no raster interpolation in Command Line

Apologies for hte late reply. I did read your answer on time but I was a bit confused by it and I had no time to focus on this topic till today. I was re checked the params of the command and the only required param is the grid step, that is why it called my attention that you whanted me double chec...
by PablerasBCN
Tue Jan 09, 2024 10:26 am
Forum: Issues, bugs, etc.
Topic: [SOLVED]no raster interpolation in Command Line
Replies: 7
Views: 95138

Re: no raster interpolation in Command Line

Hello Daniel,

Teh issue persists in the Jan 7 build. I can upload a couple of sample clouds and .bats if it helps.
by PablerasBCN
Tue Jan 09, 2024 10:13 am
Forum: Requests, new functionalities
Topic: -REMOVE_SF no index, delete current SF if any
Replies: 6
Views: 115600

Re: -REMOVE_SF no index, delete current SF if any

superb! thank you so much!
by PablerasBCN
Fri Jan 05, 2024 8:40 pm
Forum: Issues, bugs, etc.
Topic: [SOLVED]no raster interpolation in Command Line
Replies: 7
Views: 95138

Re: no raster interpolation in Command Line

I installed the kyev, stable version and interpolation works.

So at some points things whent south.
by PablerasBCN
Tue Jan 02, 2024 1:40 am
Forum: Requests, new functionalities
Topic: -REMOVE_SF no index, delete current SF if any
Replies: 6
Views: 115600

Re: -REMOVE_SF no index, delete current SF if any

So it's hard to detect that no argument was provided (unless it's the very last command of course). So I would prefer something like -SET_ACTIVE_SF -1 (-1 is the internal representation of 'no active SF'). I guess it is a missap, but I was referring to the -REMOVE_SF commando not the -SET_ACTIVE_SF...
by PablerasBCN
Mon Jan 01, 2024 11:38 pm
Forum: Issues, bugs, etc.
Topic: [SOLVED]no raster interpolation in Command Line
Replies: 7
Views: 95138

[SOLVED]no raster interpolation in Command Line

Hi, I suspect the interpolation is not working in command line. Tested on the Jan 1 build too. https://i.postimg.cc/pm4fLk68/no-interp.png As you can see in the image, the irfan view picture is the one generated by the command line and is full of holes. edit: "for %%f in (E:\LIDAR_JAPAN\MMS8_Pr...
by PablerasBCN
Mon Jan 01, 2024 11:15 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 58038

Re: [SOLVED] CSF PLUGIN Top to bottom projection

wow thanks. will report if it works!
by PablerasBCN
Sun Dec 31, 2023 2:58 pm
Forum: Issues, bugs, etc.
Topic: [SOLVED]Unable to set active SF by name
Replies: 1
Views: 12149

[SOLVED]Unable to set active SF by name

Hi, I was reading CLI commands to find a nice surprise that it is possible to set active SF by name. I copy pasted the SF name from CC to the .bat "C2M signed distances[<0.45]" for %%f in (E:\LIDAR_JAPAN\MMS8_Prototype_3\LIDAR\03_Compare_LIDAR_to_DEM_mesh\*.las) DO "C:\Program Files\C...
by PablerasBCN
Sat Dec 30, 2023 11:03 pm
Forum: Requests, new functionalities
Topic: -REMOVE_SF no index, delete current SF if any
Replies: 6
Views: 115600

-REMOVE_SF no index, delete current SF if any

Cool addition that finally we can set active SF by name, makes .bats much more timeproof and understanable -SET_ACTIVE_SF {SF index or 'SF name'} my request would be that if no index is provided, this command would remove the current SF instead of a warning, and warning only would display if no SF i...
by PablerasBCN
Sat Dec 30, 2023 3:23 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 58038

Re: CSF PLUGIN Top to bottom projection

so, I kept thinking on this topic... I see 2 additional ways to get the top layer of the aerial lidar. 1) Compute PCV, filter brighter values, hence obtain the more exposed "to the sky" points. (tested to work superb) 2) hidden point removal, in theory should work similarly to PCV, but has...