-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendered model not maintaining coordinate projection. #38
Comments
Hey @cserepes10 thanks for your suggestion! What do you mean specifically by 'maintaining the projection'? How is the projection represented? Could you provide a specific example of that? |
Here is a link to the data that I was using. It has a geographic coordinate system of NAD 1983 AZ State Plane Central in its raw .las format, once I process it it appears to lose that geographic projection. I included the .lasx file for your viewing pleasure. https://drive.google.com/drive/folders/1Pe0scSa-gjW9AqkClIO2iCRDzKY1eXJ_?usp=sharing |
Thank you for your information and the provided example. I've downloaded it and viewed it using cloud-compare. However I still cannot get what you mean by losing projection. NAD is ECEF is cartesian right? You could simply feed the (x,y,z) into NKSR and obtain the mesh under the same cartesian coordinates. What information is lost here? |
So yes it initially has a projection when bringing into cloud compare as a .las file but when I am saving the mesh as a .ply file the header information from the las that defines the coordinate system is converted to 0,0. The mesh looks amazing but it’s not really consumable from what I can tell in a GIS application. Unless I’m missing something? Please let me know if I am. |
I should clarify that I’m in an ArcGIS ecosystem |
Thank you! I’ll check it out asap |
You can try point-cloud-utils instead of o3d for export! https://www.fwilliams.info/point-cloud-utils/ Relevant Mesh IO documentation here: https://www.fwilliams.info/point-cloud-utils/sections/mesh_io/ Let me know if this resolves your issue! |
The lidar data we are using has a well defined geographic projection but after running it through NKSR the coordinate system is stripped away. It would be nice to maintain the projection for use in other softwares such as AutoCad and ArcGIS.
The text was updated successfully, but these errors were encountered: