iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.07k stars 290 forks source link

Change implementation of the .las parser #2260

Closed ftoromanoff closed 5 months ago

ftoromanoff commented 5 months ago

With the implementation of the gestion of copc, we need to integretate a parsing methode for las v1.4 or curretnly the las Parser used (loaders.gl/las) only follow the specification of las v1.2, and is not going to evolve in a near future. The copc.js module (that will be really handy for the copc gestion) on the other hand manage the las v1.4 and bellow.

This PR aims to change the las parser from the loader.gl library to the copc library.