<div dir="ltr"><div>Hello again: It is my mistake.</div><div>I apologize with you, I have identified the origin of the problem, my clumsiness:</div><div>I did something like this: lasview *1*.laz, thinking that it was going to show me only two LAZ files out of many that a folder contains, but there is a "1" in all the files, so it took one of them whose extension is " copc.laz", and it is this file that has a difference in the values that I previously showed you:</div><div><br></div><div>    "compressed": true,<br>    "copc": true,<br>    "copc_info":<br>    {<br>      "center_x": 580870.5205,<br>      "center_y": 3596336.288,<br>      "center_z": 3908.8785,<br>      "gpstime_maximum": 1.691216388e-306,<br>      "gpstime_minimum": 392153449.3,<br>      "halfsize": 2701.4855,<br>      "root_hier_offset": 1795993,<br>      "root_hier_size": 128,<br>      "spacing": 42.21071094<br>    },<br>    "count": 130872,<br>    "creation_doy": 1,<br>    "creation_year": 1,<br>    "dataformat_id": 7,<br>    "dataoffset": 1342,<br>    "filesource_id": 0,<br>    "global_encoding": 16,<br>    "global_encoding_base64": "EAA=",<br>    "header_size": 375,<br>    "major_version": 1,<br>    "maxx": 583572.006,<br>    "maxy": 3596810.044,<br>    "maxz": 1317.599,<br>    "minor_version": 4,<br>    "minx": 578169.035,<br>    "miny": 3593634.802,<br>    "minz": 1207.393,<br>    "offset_x": 580870.52,<br>    "offset_y": 3595222.423,<br>    "offset_z": 1262.495,<br>    "point_length": 36,<br>    "project_id": "00000000-0000-0000-0000-000000000000",<br>    "scale_x": 0.001,<br>    "scale_y": 0.001,<br>    "scale_z": 0.001,<br>    "software_id": "",</div><div><br></div><div>There is the: 
    "dataformat_id": 7,  and "
    "point_length": 36,

"</div><div><br></div><div>Sorry and Thank you<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mié, 3 abr 2024 a las 14:21, Ulises Ibarra (<<a href="mailto:ulisesmartinibarra@gmail.com">ulisesmartinibarra@gmail.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Andrew, thank you.</div><div><br></div><div>In the input.laz file I have:</div><div>    "header_size": 227,<br>    "major_version": 1,<br>    "maxx": 583635.928,<br>    "maxy": 3596868.333,<br>    "maxz": 1353.431,<br>    "minor_version": 2,<br>    "minx": 578122.935,<br>    "miny": 3593497.807,<br>    "minz": 1240.855,<br>    "offset_x": 570000,<br>    "offset_y": 3590000,<br>    "offset_z": 0,<br>    "point_length": 34,<br>    "project_id": "00000000-0000-0000-0000-000000000000",<br>    "scale_x": 0.001,<br>    "scale_y": 0.001,<br>    "scale_z": 0.001,<br>    "software_id": "PDAL 2.7.1 (Releas)",</div><div><br></div><div>But in the output.laz file I have:</div><div>"header_size": 227,<br>    "major_version": 1,<br>    "maxx": 583635.928,<br>    "maxy": 3596868.333,<br>    "maxz": 1318.891,<br>    "minor_version": 2,<br>    "minx": 578122.935,<br>    "miny": 3593497.807,<br>    "minz": 1206.324,<br>    "offset_x": 570000,<br>    "offset_y": 3590000,<br>    "offset_z": 0,<br>    "point_length": 34,<br>    "project_id": "00000000-0000-0000-0000-000000000000",<br>    "scale_x": 0.001,<br>    "scale_y": 0.001,<br>    "scale_z": 0.001,<br>    "software_id": "lasmerge (version 191018)",</div><div><br></div><div>I mean: the same! "point_length": 34

"  --> 🥺<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mié, 3 abr 2024 a las 14:08, Andrew Bell (<<a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">The "point_length" entry in the metadata should show you what you want. Perhaps one of the files contains extra bytes fields.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 3, 2024 at 4:03 PM Ulises Ibarra via pdal <<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello:<br><br>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:<br><br>C:\LAStools\bin>lasview \clouds\PATH\*1*.laz<br>WARNING: files have different point types: 3 vs 7<br>WARNING: files have different point sizes: 34 vs 36<br><br>But if I get the information of both files with "pdal info --metadata file.laz", they both indicate:<br><br>"dataformat_id": 3,<br><br>and I don't find any information regarding "point sizes"<br><br>Questions (I clarify that the version of the LAS file is 1.2):<br>1. How could I fix these two problems?<br>2. Are they really a problem?<br><div>3. Are "point type" and "dataformat_id" two different things?</div><div><br></div><div>Best regards</div><div><br></div><div>Ulises Ibarra<br></div></div>
_______________________________________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/pdal</a><br>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</blockquote></div>
</blockquote></div>