VUKOZ-OEL / 3d-forest-classic

software for analysis of Lidar data from forest environment.
GNU General Public License v3.0
84 stars 26 forks source link

Coordinate Reference System #26

Open SryMG opened 2 years ago

SryMG commented 2 years ago

Hi! I have a TLS point cloud in WGS84 but this CRS is not compatible with the 3D Forest software. Does anybody know what is de CRS compatible with 3D Forest and/or how to transform my point cloud CRS to work in 3D Forest?

janekT commented 2 years ago

Hi, 3D forest works with cartesian coordinate system, not polar like wgs84. So try to reproject point into UTM or your state projected coordinate system. that has meter as a unit. Such transformation cvan be done by lastools (las2translate or las2las) Jan

čt 3. 3. 2022 v 11:58 odesílatel SryMG @.***> napsal:

Hi! I have a TLS point cloud in WGS84 but this CRS is not compatible with the 3D Forest software. Does anybody know what is de CRS compatible with 3D Forest and/or how to transform my point cloud CRS to work in 3D Forest?

— Reply to this email directly, view it on GitHub https://github.com/VUKOZ-OEL/3DForest/issues/26, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKJK2ZDOZVFLVLSJPSSRKLU6CLMVANCNFSM5P2DZ6OQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

SryMG commented 2 years ago

Thank you very much Jan! I will try it!