LasUtility is a C# library designed to work with LIDAR data, providing a range of functionalities from handling LAS files to generating Digital Elevation Models (DEM).
- Common: Contains shared mathematical functions.
- DEM: Supports operations like triangulation.
- LAS: Functionality for for reading and writing LIDAR data.
- Nls: Tool for extracting the bounding box coordinates from map tile names used by the National Land Survey of Finland.
- Shapefile: Tools for rasterising Esri Shapefiles.
- VoxelGrid: Holds the point cloud data in a 3D grid for fast access.
The library is available under MIT license. Note that this library depends on some 3rd party packages that have their own lisencing models.