I am trying to make a DEM from my LAS dataset and I am using LAS Dataset to Raster
tool in Conversion Tools. But I am getting the following error:
No Spatial Reference exists.
The table was not found.[VAT_Suwannee_Las4]
ERROR 999999
The complete syntax submitted to the geoprocessing framework was:
arcpy.LasDatasetToRaster_conversion(in_las_dataset="C:/Users/Arsalan/Documents/ArcGIS/Suwannee.lasd", out_raster="C:/Users/Arsalan/Documents/ArcGIS/Default.gdb/Suwannee_Las3", value_field="ELEVATION", interpolation_type="BINNING AVERAGE LINEAR", data_type="INT", sampling_type="CELLSIZE", sampling_value="1", z_factor="1")
This is the screenshot showing the error:
Do you have any idea why this is happening?
No comments:
Post a Comment