Hi,
so I ran it back through using the code: arcpy.LasDatasetToRaster_conversion(inputLASFile,outputRasterFile,"ELEVATION","#","FLOAT","CELLSIZE","1","1")
It outputs a raster however I don't believe it uses the triangulation method I require as comparing results from the python window run with that of the manual method in ArcToolBox (with Triangulation, LINEAR set) the z values on slopes are >10cm different in places from cell to cell....once a hillshade is generated they look very different....we have a previous process in ArcView3.3 that we are trying to re-create and update for Arc10 and it's this output I'm comparing against.
so the issue appears to be why "#" isn't being read as 'triangulation' and I'm currently stumped as to how to input this through python?
Thanks for all your help so far, hopefully we can solve this somehow 🙂
Phil