potree / PotreeConverter

Create multi res point cloud to use with potree
http://potree.org
BSD 2-Clause "Simplified" License
680 stars 424 forks source link

Change Data Projection #534

Open bugracoskun opened 3 years ago

bugracoskun commented 3 years ago

I am wondering that is it possible change projection of las/laz file while convert process ?

Can anyone answer that ?

Ben29980 commented 2 years ago

Hi, You have to edit cloud.js. First, open and edit it, search line "projection": paste the Proj.4 code you can find in ESPG.IO

Example with 2154 : https://epsg.io/2154

copy +proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs

Past it between the "" of the "projection": line