I'm a bit confused about the results I just obtained with the 'ASCII 3D to Feature Class' tool. It created a multi-point feature class in a file geodatabase which worked beautifully for creating my Terrain and thinned contours. However, the 'Intensity' BLOB field which the documentation says should be created for XYZI format is absent. I've triple-checked my GP results and I definitely didn't select the wrong format. A small sample of my input data looks as below (no headers):
452567.700 6319961.950 354.880 2
452568.210 6319965.790 354.970 2
452568.380 6319967.110 354.850 8
452568.880 6319970.960 354.860 2
Did the lack of a decimal place on the 'I' values trip up the tool? Also, the tool help for the 'Input File Format' doesn't mention XYZI even though the option is in the drop-down; is this an oversight?
Thanks!
EDIT: Tested on a smaller subset of my data after adding '.0' to the last column, no change in results
452567.700 6319961.950 354.880 2
452568.210 6319965.790 354.970 2
452568.380 6319967.110 354.850 8
452568.880 6319970.960 354.860 2
Did the lack of a decimal place on the 'I' values trip up the tool? Also, the tool help for the 'Input File Format' doesn't mention XYZI even though the option is in the drop-down; is this an oversight?
Thanks!
EDIT: Tested on a smaller subset of my data after adding '.0' to the last column, no change in results