Cheers,
I am trying to plot the point density. After talking to you at Intergeo I tried lasgrid with the option "-color_map"
my .bat looks like this:
lasgrid64.exe -i *.las -counter_32bit -color_map colormap.txt -false -step 1 -mem 2000 -otif
my color_map.txt looks like this:
0 0x9e0142
1 0x9e0142
2 0x9e0142
3 0x9e0142
4 0x9e0142
5 0x9e0142
6 0x9e0142
7 0x9e0142
8 0x9e0142
9 0x9e0142
10 0xd53e4f
11 0xd53e4f
12 0xd53e4f
13 0xd53e4f
...
255 0x5e4fa2
cmd-output looks like this:
WARNING: skipping 0 0x9e0142
WARNING: skipping 1 0x9e0142
WARNING: skipping 2 0x9e0142
for all entries up to 255 and the pictures are grey
Did I wrongly define the colormap?
Thanks in advance