Hi,
i am currently running into a problem, where i would need the spacial reference headers of my .las export file to be set to my project output coordinate system to let PDAL or other softwares know about the assigned coordinate system.
Reality capture currently only sets the .las header as follows.
When exporting in “grid_plane” the wkt is left empty as expected, but when exporting using “project_output” the wkt is set to the following value:
"wkt": "LOCAL_CS["unnamed",UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH]]"
This poses problems for me, as the headers are set, but to a value that is unusable in PDAL…
If i receive a .las file exported by someone else, i have no way of knowing in which coordinate system it is, except them telling me directly.
Is there a way to get the coordinate system of the .las file?
The .las file is exported using the following settings:
<Configuration>
<entry key="ModelExportFormatVersion" value="0"/>
<entry key="MvsMeshExportCamerasAsModelPart" value="false"/>
<entry key="MvsMeshExportTexturingAllowed" value="0"/>
<entry key="MvsExportScaleZ" value="1.0"/>
<entry key="MvsExportIsModelCoordinates" value="0"/>
<entry key="MvsExportIsGeoreferenced" value="0x1"/>
<entry key="MvsMeshExportNormals" value="false"/>
<entry key="MvsExportScaleY" value="1.0"/>
<entry key="MvsExportScaleX" value="1.0"/>
<entry key="MvsExportcoordinatesystemtype" value="1"/>
<entry key="MvsMeshExportNormalsAllowed" value="-1"/>
<entry key="MvsMeshExportNumberFormatAllowed" value="0"/>
<entry key="MvsExportMoveZ" value="0.0"/>
<entry key="MvsExportMoveX" value="0.0"/>
<entry key="MvsExportNormalRange" value="ZeroToOne"/>
<entry key="MvsExportMoveY" value="0.0"/>
<entry key="MvsMeshExportInfoFile" value="true"/>
<entry key="MvsMeshExportByParts" value="0"/>
<entry key="MvsMeshExportClassificationAllowed" value="-1"/>
<entry key="MvsMeshExportMaterialsAllowed" value="0"/>
<entry key="MvsExportRotationY" value="0.0"/>
<entry key="MvsExportNormalFlipZ" value="false"/>
<entry key="MvsExportRotationX" value="0.0"/>
<entry key="MvsExportNormalFlipY" value="false"/>
<entry key="MvsExportNormalSpace" value="Mikktspace"/>
<entry key="MvsMeshExportCamerasAllowed" value="0"/>
<entry key="MvsMeshExportColors" value="true"/>
<entry key="MvsExportNormalFlipX" value="false"/>
<entry key="MvsExportTransformationPreset" value="[[Default]]"/>
<entry key="MvsExportRotationZ" value="0.0"/>
<entry key="MvsMeshExportFileTypeSelectionDisplay" value="0"/>
<entry key="MvsMeshExportClassificationLayer" value="-1"/>
</Configuration>
Similar Problem with xyz export: