Deltares / PointCloudRasterizers.jl

Process airborne laser scans into raster images
MIT License
12 stars 3 forks source link

use with LasIO vs LazIO #3

Closed Crghilardi closed 1 week ago

Crghilardi commented 4 years ago

Is it possible to use the rasterize a .las file read in directly using LasIO?

evetion commented 4 years ago

At the moment no. One of the things planned is to remove the hardcoded LazIO dataset iteration. This is difficult however, as you still need the header for scaling.

At the moment it is possible however to load .lasfiles with LazIO.

evetion commented 1 week ago

Other packages supporting GeoInterface.x and GeoInterface.y as a MultiPoint geometry are now supported. While LasIO doesn't, it easily could, and we should make sure other new packages in the ecosystem implement GeoInterface.