[pdal] In two LAZ files "WARNING: files have different point types: 3 vs 7"

Ulises Ibarra ulisesmartinibarra at gmail.com
Wed Apr 3 13:21:41 PDT 2024


Hi Andrew, thank you.

In the input.laz file I have:
    "header_size": 227,
    "major_version": 1,
    "maxx": 583635.928,
    "maxy": 3596868.333,
    "maxz": 1353.431,
    "minor_version": 2,
    "minx": 578122.935,
    "miny": 3593497.807,
    "minz": 1240.855,
    "offset_x": 570000,
    "offset_y": 3590000,
    "offset_z": 0,
    "point_length": 34,
    "project_id": "00000000-0000-0000-0000-000000000000",
    "scale_x": 0.001,
    "scale_y": 0.001,
    "scale_z": 0.001,
    "software_id": "PDAL 2.7.1 (Releas)",

But in the output.laz file I have:
"header_size": 227,
    "major_version": 1,
    "maxx": 583635.928,
    "maxy": 3596868.333,
    "maxz": 1318.891,
    "minor_version": 2,
    "minx": 578122.935,
    "miny": 3593497.807,
    "minz": 1206.324,
    "offset_x": 570000,
    "offset_y": 3590000,
    "offset_z": 0,
    "point_length": 34,
    "project_id": "00000000-0000-0000-0000-000000000000",
    "scale_x": 0.001,
    "scale_y": 0.001,
    "scale_z": 0.001,
    "software_id": "lasmerge (version 191018)",

I mean: the same! "point_length": 34 "  --> 🥺


El mié, 3 abr 2024 a las 14:08, Andrew Bell (<andrew.bell.ia at gmail.com>)
escribió:

> The "point_length" entry in the metadata should show you what you want.
> Perhaps one of the files contains extra bytes fields.
>
> On Wed, Apr 3, 2024 at 4:03 PM Ulises Ibarra via pdal <
> pdal at lists.osgeo.org> wrote:
>
>> Hello:
>>
>> When I applied a transformation to a file from
>> input_EPSG32611+Ellipsoidal_height.laz to output_EPSG32611+5703.laz and
>> want to display both files using lasview, I am informed of an alert:
>>
>> C:\LAStools\bin>lasview \clouds\PATH\*1*.laz
>> WARNING: files have different point types: 3 vs 7
>> WARNING: files have different point sizes: 34 vs 36
>>
>> But if I get the information of both files with "pdal info --metadata
>> file.laz", they both indicate:
>>
>> "dataformat_id": 3,
>>
>> and I don't find any information regarding "point sizes"
>>
>> Questions (I clarify that the version of the LAS file is 1.2):
>> 1. How could I fix these two problems?
>> 2. Are they really a problem?
>> 3. Are "point type" and "dataformat_id" two different things?
>>
>> Best regards
>>
>> Ulises Ibarra
>> _______________________________________________
>> pdal mailing list
>> pdal at lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/pdal
>>
>
>
> --
> Andrew Bell
> andrew.bell.ia at gmail.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20240403/9ec73ee7/attachment.htm>


More information about the pdal mailing list