2
votes
1answer
49 views

Help with Parameters for MCC-LiDAR

I am attempting to use MCC-LiDAR to reclassify points (.las) originally classified using TIFFS. However, I seem to either be misunderstanding what the parameters really mean or where to get the ...
4
votes
3answers
330 views

Do any open-source .Net libraries (commercially usable) exist for reading/writing LiDAR data?

I have a few LiDAR point data (.las files) with me. I would like to read the X,Y and Z from it using .Net. I found liblas, which is in C++ and I am not sure if it can be used commercially after ...
2
votes
1answer
184 views

Get Cell Value Webservice for ArcGIS Raster (LiDAR) without using ArcGIS

I want to expose the getCellValue function on Lidar Data, as a web service. But I don't have access to ArcGIS (server or desktop). What options do I have to fetch cell value, given lat lon, from a ...