Deltares / PointCloudRasterizers.jl

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

More README updates #4

Closed Crghilardi closed 4 years ago

Crghilardi commented 4 years ago

After looking at src some more, I added some notes detailing what is available out of the box in the structs. I didn't realize there was a raster_index.counts already being generated so I removed the hand calculation using length (it was off slightly anyway, not sure why). Also added small note that LazIO can be used to read .las files after testing it locally.