Search found 285 matches

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

Re: no raster interpolation in Command Line

adding "-MAX_EDGE_LENGTH 0" fixes the issue, case closed. :D

I would suggest to add a note in the documentation that interpolation parameter requires the max edge lenght param, or make a 0, default if no max edge lengh param is input.
by PablerasBCN
Tue Jan 16, 2024 6:55 pm
Forum: Issues, bugs, etc.
Topic: [SOLVED]no raster interpolation in Command Line
Replies: 7
Views: 95244

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: 95244

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: 115673

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: 95244

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: 115673

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: 95244

[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: 58158

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: 12225

[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: 115673

-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...