Jonathan Dandois wrote:
> Thanks Nick,
>
> The first character just says '8'. I have other LAS files from
> another project that I know work just fine. When those are loaded
> into notepad the first characters are 'LASF'.
>
> I have attached one of the LAS files that is giving me trouble.
I've looked at that file, it does in fact look like it could be a
partially scrambled LAS file, with point record size = 20 bytes:
There are some very obvious patterns in a hex view with a period of
exactly 20 bytes, I would like to make a little experiment, copying a
valid header from another file on top of the broken file and see what
happens.
If that doesn't work, then I'll try to add some padding bytes (1-19) and
see if any of those alignments result in valid/plausible point data.
Terje
- <
Terje.M...@tmsw.no>
"almost all programming can be viewed as an exercise in caching"